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
  •  


LSI 9305-16i SATA SAS 12Gbs RAID Controller PCIe 3.0 x8 IT-Mode 4* 8643 SATA picture

LSI 9305-16i SATA SAS 12Gbs RAID Controller PCIe 3.0 x8 IT-Mode 4* 8643 SATA

$229.99



Dell R630 8SFF 2.4Ghz 20-Core 128GB H730 RAID 10GB RJ-45 NIC 2x750W PSU 8x Trays picture

Dell R630 8SFF 2.4Ghz 20-Core 128GB H730 RAID 10GB RJ-45 NIC 2x750W PSU 8x Trays

$455.04



Dell R740XD2 26LFF 3.6Ghz 8-C 384GB H730P MINI RAID 2x10G SFP+ NIC 2x1100W Rails picture

Dell R740XD2 26LFF 3.6Ghz 8-C 384GB H730P MINI RAID 2x10G SFP+ NIC 2x1100W Rails

$2998.08



Dell R740XD2 26LFF 3.6Ghz 8-C 256GB H730P MINI RAID 2x10G SFP+ NIC 2x1100W Rails picture

Dell R740XD2 26LFF 3.6Ghz 8-C 256GB H730P MINI RAID 2x10G SFP+ NIC 2x1100W Rails

$2802.08



Inspur LSI 9300-8i Raid Card 12Gbps HBA HDD Controller High Profile IT MODE picture

Inspur LSI 9300-8i Raid Card 12Gbps HBA HDD Controller High Profile IT MODE

$15.98



LSI MegaRAID 9361-8i 12Gb PCIe 8-Port SAS/SATA RAID 1Gb w/BBU/CacheVault/License picture

LSI MegaRAID 9361-8i 12Gb PCIe 8-Port SAS/SATA RAID 1Gb w/BBU/CacheVault/License

$39.95



Dell PowerEdge RAID Controller HBA330 12Gbs PCIe 3.0 SAS SATA J7TNV Low Profile picture

Dell PowerEdge RAID Controller HBA330 12Gbs PCIe 3.0 SAS SATA J7TNV Low Profile

$29.00



ORICO Multi Bay RAID Hard Drive Enclosure USB 3.0/ Type-C For 2.5/3.5'' HDD SSDs picture

ORICO Multi Bay RAID Hard Drive Enclosure USB 3.0/ Type-C For 2.5/3.5'' HDD SSDs

$87.99



4 Bay RAID External Hard Drive Enclosure for 2.5/3.5

4 Bay RAID External Hard Drive Enclosure for 2.5/3.5" SATA HDD/SSD

$79.99



G TECHNOLOGY G RAID 0G04228 2-Bay Thunderbolt 2 RAID Array W/Power Supply picture

G TECHNOLOGY G RAID 0G04228 2-Bay Thunderbolt 2 RAID Array W/Power Supply

$99.99