-
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.
-
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

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.
-
sda1 is a hidden fat32 partition not ntfs, very likely a recovery partition . Vista is installed on sda2.
Similar Threads
-
By mirceatm in forum Hardware & Booting
Replies: 4
Last Post: 01-09-2010, 08:12 PM
-
By asearle in forum Hdd Install / Debian / Apt
Replies: 1
Last Post: 09-04-2005, 02:52 PM
-
By tkurine in forum MS Windows & New to Linux
Replies: 0
Last Post: 03-08-2005, 04:42 PM
-
By fussyoldfart in forum General Support
Replies: 3
Last Post: 07-25-2003, 08:56 PM
-
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
-
Forum Rules

Fanxiang 1/2/5/10Pcs 2.5'' SATA SSD Lot 1TB 2TB 4TB 512GB 256GB TLC Internal SSD
$755.99

Samsung SSD Solid State Drive MZ-VL25120 512GB
$54.99

ON SALE TURBOLINK EVO 4TB V-HAND SSD 2.5 SATA III Internal Solid State Drive
$199.99

Toshiba THNSN81Q92CSE 1920GB SATA 2.5 Solid State Drive
$199.00

SAMSUNG SSD 512GB 500GB 480GB 256GB 250GB 240GB SSD 2.5 Solide State Drive 6Gbps
$40.99

Samsung 860 EVO 250GB, SATA III, 2.5" Internal Solid State Drive - Black
$29.00

Netac 1TB 512GB 256GB Internal SSD 2.5inch SATA Solid State Drive lot PC Laptop
$1790.00

256GB mSATA SSD DRIVE MIXED BRAND TESTED WORKING
$23.50

Netac 120GB 256GB 1TB 2TB Internal SSD 2.5'' SATAIII 6Gb/s Solid State Drive lot
$75.99

Western Digital Blue 3D NAND 250GB 2.5" SATA III Internal SSD - WDS250G2B0A
$29.99