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 5-Port Gigabit Unmanaged Ethernet Switch Network Expansion TL-SG105 picture

TP-Link 5-Port Gigabit Unmanaged Ethernet Switch Network Expansion TL-SG105

$19.95



5Ports Gigabit Network Switch w/ 4 PoE+ Ports Total 52W each port 30W Plug&Play picture

5Ports Gigabit Network Switch w/ 4 PoE+ Ports Total 52W each port 30W Plug&Play

$31.99



YuanLey 8-Port 10G Ethernet Switch, 6 x 10Gbps RJ45 Ports, 2X 10Gbe SFP+ Ports picture

YuanLey 8-Port 10G Ethernet Switch, 6 x 10Gbps RJ45 Ports, 2X 10Gbe SFP+ Ports

$149.99



Cisco Catalyst 2960-48TT-L 48-Port Fast Ethernet Managed Rackmount Switch picture

Cisco Catalyst 2960-48TT-L 48-Port Fast Ethernet Managed Rackmount Switch

$46.99



TP-LINK TL-SG108 8-Port Gigabit Unmanaged Desktop Switch RJ-45 New in Box picture

TP-LINK TL-SG108 8-Port Gigabit Unmanaged Desktop Switch RJ-45 New in Box

$23.99



Netgear PROSAFE 8-Port 10 Gigabit/Multi-Gigabit Ethernet Switch XS508M picture

Netgear PROSAFE 8-Port 10 Gigabit/Multi-Gigabit Ethernet Switch XS508M

$229.99



Linksys 8-Port Managed Gigabit PoE+ Switch 110W w/ 2 Uplink Gigabit - LGS310MPC picture

Linksys 8-Port Managed Gigabit PoE+ Switch 110W w/ 2 Uplink Gigabit - LGS310MPC

$49.05



Arista DCS-7010T-48-R 48P 1GbE 4P 10GbE SFP+ RA Switch with rack mounts picture

Arista DCS-7010T-48-R 48P 1GbE 4P 10GbE SFP+ RA Switch with rack mounts

$69.00



NETGEAR 5-Port Gigabit Ethernet Unmanaged Switch (Gs305) - Desktop Quiet Fanless picture

NETGEAR 5-Port Gigabit Ethernet Unmanaged Switch (Gs305) - Desktop Quiet Fanless

$22.00



NETGEAR 5-Port Gigabit Ethernet Unmanaged Network Switch (GS305) picture

NETGEAR 5-Port Gigabit Ethernet Unmanaged Network Switch (GS305)

$19.73