Results 1 to 3 of 3

Thread: Help recovering HD

  1. #1
    Junior Member
    Join Date
    Jan 2010
    Posts
    1

    Help recovering HD

    My copy of vista broke down and i'm currently trying to use knoppix to copy off data from my laptop's harddrive to an external USB HD.
    I'm completely new to linux so i only got as far as i did due to a tutorial.
    Here's what i've tried so far. The harddrive as best i recall is an NTFS. Vista was 64bit if that matters.


    knoppix@Microknoppix:~$ sudo /bin/bash
    root@Microknoppix:~# mkdir /media/disk
    root@Microknoppix:~# mount -t ntfs-3g /dev/sda1 /media/disk -o force
    NTFS signature is missing.
    Failed to mount '/dev/sda1': Invalid argument
    The device '/dev/sda1' doesn't seem to have a valid NTFS.
    Maybe the wrong device is used? Or the whole disk instead of a
    partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
    root@Microknoppix:~# mount -t ntfs-3g /dev/sda /media/disk -o force
    NTFS signature is missing.
    Failed to mount '/dev/sda': Invalid argument
    The device '/dev/sda' doesn't seem to have a valid NTFS.
    Maybe the wrong device is used? Or the whole disk instead of a
    partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
    root@Microknoppix:~# mount -t vfat -o umask=000 /dev/sda1 /media/disk

    root@Microknoppix:~#
    root@Microknoppix:~# fdisk -l

    Disk /dev/sda: 320.1 GB, 320072933376 bytes
    255 heads, 63 sectors/track, 38913 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x97646c29

    Device Boot Start End Blocks Id System
    /dev/sda1 1 1530 12289693+ 1c Hidden W95 FAT32 (LBA)
    /dev/sda2 * 1531 38914 300280475 7 HPFS/NTFS
    root@Microknoppix:~# mount -t ntfs-3g /dev/sda2 /media/disk -o force
    ntfs_attr_pread_i: ntfs_pread failed: Input/output error
    Failed to calculate free MFT records: Input/output error
    NTFS is either inconsistent, or there is a hardware fault, or it's a
    SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
    then reboot into Windows twice. The usage of the /f parameter is very
    important! If the device is a SoftRAID/FakeRAID then first activate
    it and mount a different device under the /dev/mapper/ directory, (e.g.
    /dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
    for more details.
    root@Microknoppix:~#
    Do you have any idea what i did wrong?
    I'm just trying to get the harddrive mounted for copying. I know the data exists on it since the asus laptop came with an extremely pathetic alternate boot with a mediaplayer/photo browser that can and has looked through my harddrive.

  2. #2
    Moderator Moderator
    Join Date
    Jan 2010
    Location
    Asheville, NC, USA
    Posts
    528

    Re: Help recovering HD

    You seem to be using version 6 ("Microknoppix"), which automounts my NT partition. To view or copy it, just start the File Manager (PCMan, which has a vertical file folder icon near the Main one) and look for the "XY.Z GB Volume" entry. Hope this helps!

    -Krishna

    Quote Originally Posted by Khajit
    My copy of vista broke down and i'm currently trying to use knoppix to copy off data from my laptop's harddrive to an external USB HD.
    I'm completely new to linux so i only got as far as i did due to a tutorial.
    Here's what i've tried so far. The harddrive as best i recall is an NTFS. Vista was 64bit if that matters.


    knoppix@Microknoppix:~$ sudo /bin/bash
    root@Microknoppix:~# mkdir /media/disk
    root@Microknoppix:~# mount -t ntfs-3g /dev/sda1 /media/disk -o force
    NTFS signature is missing.
    Failed to mount '/dev/sda1': Invalid argument
    The device '/dev/sda1' doesn't seem to have a valid NTFS.
    Maybe the wrong device is used? Or the whole disk instead of a
    partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
    root@Microknoppix:~# mount -t ntfs-3g /dev/sda /media/disk -o force
    NTFS signature is missing.
    Failed to mount '/dev/sda': Invalid argument
    The device '/dev/sda' doesn't seem to have a valid NTFS.
    Maybe the wrong device is used? Or the whole disk instead of a
    partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
    root@Microknoppix:~# mount -t vfat -o umask=000 /dev/sda1 /media/disk

    root@Microknoppix:~#
    root@Microknoppix:~# fdisk -l

    Disk /dev/sda: 320.1 GB, 320072933376 bytes
    255 heads, 63 sectors/track, 38913 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x97646c29

    Device Boot Start End Blocks Id System
    /dev/sda1 1 1530 12289693+ 1c Hidden W95 FAT32 (LBA)
    /dev/sda2 * 1531 38914 300280475 7 HPFS/NTFS
    root@Microknoppix:~# mount -t ntfs-3g /dev/sda2 /media/disk -o force
    ntfs_attr_pread_i: ntfs_pread failed: Input/output error
    Failed to calculate free MFT records: Input/output error
    NTFS is either inconsistent, or there is a hardware fault, or it's a
    SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
    then reboot into Windows twice. The usage of the /f parameter is very
    important! If the device is a SoftRAID/FakeRAID then first activate
    it and mount a different device under the /dev/mapper/ directory, (e.g.
    /dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
    for more details.
    root@Microknoppix:~#
    Do you have any idea what i did wrong?
    I'm just trying to get the harddrive mounted for copying. I know the data exists on it since the asus laptop came with an extremely pathetic alternate boot with a mediaplayer/photo browser that can and has looked through my harddrive.

  3. #3
    Member registered user
    Join Date
    Nov 2005
    Location
    Idaho
    Posts
    59
    sda1 is a hidden fat32 partition not ntfs, very likely a recovery partition . Vista is installed on sda2.

Similar Threads

  1. Help recovering harddrive
    By mirceatm in forum Hardware & Booting
    Replies: 4
    Last Post: 01-09-2010, 08:12 PM
  2. Recovering GRUB
    By asearle in forum Hdd Install / Debian / Apt
    Replies: 1
    Last Post: 09-04-2005, 02:52 PM
  3. HELP on recovering files.....
    By tkurine in forum MS Windows & New to Linux
    Replies: 0
    Last Post: 03-08-2005, 04:42 PM
  4. recovering files
    By fussyoldfart in forum General Support
    Replies: 3
    Last Post: 07-25-2003, 08:56 PM
  5. Need help recovering 2GB of Harddrive space
    By warpedmind in forum Hdd Install / Debian / Apt
    Replies: 3
    Last Post: 04-13-2003, 01:49 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


TP-Link 24-Port Gigabit Ethernet Unmanaged Switch Desktop/Rackmount TL-SG1024D picture

TP-Link 24-Port Gigabit Ethernet Unmanaged Switch Desktop/Rackmount TL-SG1024D

$69.99



Fortinet FortiSwitch FS-124D-POE 24 Port Gigabit Ethernet Switch UNREGISTERED picture

Fortinet FortiSwitch FS-124D-POE 24 Port Gigabit Ethernet Switch UNREGISTERED

$99.97



Aruba 2530-24G 24-Port Gigabit Ethernet Managed Network Switch J9776A picture

Aruba 2530-24G 24-Port Gigabit Ethernet Managed Network Switch J9776A

$50.00



BrosTrend 8-Port 2.5G Ethernet Switch Multi-Gigabit Unmanaged Network Switch picture

BrosTrend 8-Port 2.5G Ethernet Switch Multi-Gigabit Unmanaged Network Switch

$68.95



NETGEAR GS108 ProSafe 8-Port GbE Unmanaged Switch w/ Power Adapter picture

NETGEAR GS108 ProSafe 8-Port GbE Unmanaged Switch w/ Power Adapter

$14.99



Dell X1026P E11W 24-Port PoE Smart Managed Gigabit Ethernet Switch 2X SFP picture

Dell X1026P E11W 24-Port PoE Smart Managed Gigabit Ethernet Switch 2X SFP

$25.00



Dell X1052P Series 52-Port Gigabit Rack Mountable Managed Network Switch picture

Dell X1052P Series 52-Port Gigabit Rack Mountable Managed Network Switch

$30.00



D-Link Model DGS-1024D 24-Port Compact Gigabit Ethernet Network Switch picture

D-Link Model DGS-1024D 24-Port Compact Gigabit Ethernet Network Switch

$8.99



Dell X1018 X-Series Smart Managed Switches 16-Port Gigabit 2-Port SFP Switch picture

Dell X1018 X-Series Smart Managed Switches 16-Port Gigabit 2-Port SFP Switch

$42.00



Loocam Gigabit PoE Switch 8 Port 96W 2 Uplink Port Unmanaged Ethernet Switch picture

Loocam Gigabit PoE Switch 8 Port 96W 2 Uplink Port Unmanaged Ethernet Switch

$49.99