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
  •  


VTG Apple Macintosh Plus 1Mb Monitor Model M0001A - PARTS OR REPAIR ONLY READ picture

VTG Apple Macintosh Plus 1Mb Monitor Model M0001A - PARTS OR REPAIR ONLY READ

$95.00



Apple Macintosh SE/30 M5119 Vintage Mac Computer BAD FLOPPY DRIVE FOR PARTS picture

Apple Macintosh SE/30 M5119 Vintage Mac Computer BAD FLOPPY DRIVE FOR PARTS

$350.00



Vintage Apple Macintosh SE Case - Empty Shell - Housing retro project picture

Vintage Apple Macintosh SE Case - Empty Shell - Housing retro project

$60.00



VINTAGE APPLE MACINTOSH POWERBOOK 180 ( M4440) Powers On picture

VINTAGE APPLE MACINTOSH POWERBOOK 180 ( M4440) Powers On

$100.00



Vintage 1990 Apple Keyboard II M0487 picture

Vintage 1990 Apple Keyboard II M0487

$49.99



Pair Vintage Genuine Apple M6531 Pro Speakers Clear iMac Power Mac G4 picture

Pair Vintage Genuine Apple M6531 Pro Speakers Clear iMac Power Mac G4

$31.50



Apple Macintosh Startup Disk for Vintage Mac - System 1.1 w/ MacWrite & MacPaint picture

Apple Macintosh Startup Disk for Vintage Mac - System 1.1 w/ MacWrite & MacPaint

$9.99



Apple MacIntosh TV FM Tuner Card In Box Complete Power PC Vintage M4586ll/a picture

Apple MacIntosh TV FM Tuner Card In Box Complete Power PC Vintage M4586ll/a

$200.00



VINTAGE Apple Macintosh LC (FOR PARTS - DOES NOT BOOT) NO HDD #27 picture

VINTAGE Apple Macintosh LC (FOR PARTS - DOES NOT BOOT) NO HDD #27

$49.99



Vintage Apple Macintosh Powerbook Desktop Laptop Computer Duo Dock Model M7779 picture

Vintage Apple Macintosh Powerbook Desktop Laptop Computer Duo Dock Model M7779

$299.99