-
Junior Member
registered user
Recovering NTFS partition (Newbie)
I want to recover some data from a corrupted NTFS partition which has Windows XP Pro (among other things) installed on it.
Knoppix/Konquerer "sees" only a FAT (plain FAT, not FAT32) partition on the disk which I imagine is the XP recovery consol. I do not need to preserve this partition or the files in it.
How do I make Knoppix "see" the NTFS partition?
I realize Knoppix won't write to an NTFS partition. I have another, working hard disk formatted FAT32 with enough space to take the data I need to recover.
Many thanks in advance for suggestions. I have no previous experience of Linux/Knoppix.
David
-
Senior Member
registered user
Well I have no idea about Konqueror but I would personally just do this:
fdisk -l /dev/hda
OR
fdisk -l /dev/hdb
or where ever your drive is. Then, you *should* be able to mount it.
mount /dev/hda2 /mnt/hda2
If /mnt/hda2 doesn't exist simply mount it somewhere else. Anywhere will do.
-
Senior Member
registered user
Re: Recovering NTFS partition (Newbie)

Originally Posted by
Davidsa
I want to recover some data from a corrupted NTFS partition which has Windows XP Pro (among other things) installed on it.
Knoppix/Konquerer "sees" only a FAT (plain FAT, not FAT32) partition on the disk which I imagine is the XP recovery consol. I do not need to preserve this partition or the files in it.
How do I make Knoppix "see" the NTFS partition?
I realize Knoppix won't write to an NTFS partition. I have another, working hard disk formatted FAT32 with enough space to take the data I need to recover.
Many thanks in advance for suggestions. I have no previous experience of Linux/Knoppix.
David
By any chance, are you using a program called GoBack?
http://www.knoppix.net/forum/viewtop...?p=21961#21961
-
Senior Member
registered user

Originally Posted by
mzilikazi
If /mnt/hda2 doesn't exist simply mount it somewhere else. Anywhere will do.
If /mnt/hda2 doesn't exist, call
mounting it just somewhere will hide that folder, so mounting to /bin will perhaps do, but then you are caught, because 'umount' is hidden (and a lot of importants programs too).
I guess mzilikazi meant 'anywhere in /mnt/ (i.e.: /mnt/winpartition)' will do.
Just to prevent unlikely errors...
-
Senior Member
registered user
Re: Recovering NTFS partition (Newbie)

Originally Posted by
Davidsa
I want to recover some data from a corrupted NTFS partition which has Windows XP Pro (among other things) installed on it.
Knoppix/Konquerer "sees" only a FAT (plain FAT, not FAT32) partition on the disk which I imagine is the XP recovery consol. I do not need to preserve this partition or the files in it.
How do I make Knoppix "see" the NTFS partition?
I realize Knoppix won't write to an NTFS partition. I have another, working hard disk formatted FAT32 with enough space to take the data I need to recover.
Many thanks in advance for suggestions. I have no previous experience of Linux/Knoppix.
David
The following thread:
http://www.knoppix.net/forum/viewtop...887&highlight=
chronicles my newbie journey through a very similar problem about a year ago, when my Windows would not boot due to a motherboard problem, and I had to back up an NTFS drive onto a second HD before returning the computer for warranty service. Knoppix 3.2 saved me. Back then, K3B did not support my DVD+R/RW drive, and I needed to save some video files which were too large to fit on a CD. If you have the patience to read through it, it might be of help. I will tell you that I've never heard this solution suggested anywhere else, and the copy process took a surprising amount of time to complete.
Good luck,
JD
-
Junior Member
registered user

Originally Posted by
mzilikazi
Well I have no idea about Konqueror but I would personally just do this:
fdisk -l /dev/hda
OR
fdisk -l /dev/hdb
or where ever your drive is. Then, you *should* be able to mount it.
mount /dev/hda2 /mnt/hda2
If /mnt/hda2 doesn't exist simply mount it somewhere else. Anywhere will do.
Thanks - but when I try this I get an error message something like "Unable to open /dev/hda "
What am I missing?
David
-
Junior Member
registered user
Re: Recovering NTFS partition (Newbie)

Originally Posted by
j.drake

Originally Posted by
Davidsa
I want to recover some data from a corrupted NTFS partition which has Windows XP Pro (among other things) installed on it.
Knoppix/Konquerer "sees" only a FAT (plain FAT, not FAT32) partition on the disk which I imagine is the XP recovery consol. I do not need to preserve this partition or the files in it.
How do I make Knoppix "see" the NTFS partition?
I realize Knoppix won't write to an NTFS partition. I have another, working hard disk formatted FAT32 with enough space to take the data I need to recover.
Many thanks in advance for suggestions. I have no previous experience of Linux/Knoppix.
David
By any chance, are you using a program called GoBack?
http://www.knoppix.net/forum/viewtop...?p=21961#21961
No - Norton Antivirus is on there, but on this drive I have only ever used the other Norton tools from the HD.
David
-
Junior Member
registered user

Originally Posted by
user unknown

Originally Posted by
mzilikazi
If /mnt/hda2 doesn't exist simply mount it somewhere else. Anywhere will do.
If /mnt/hda2 doesn't exist, call
mounting it just somewhere will hide that folder, so mounting to /bin will perhaps do, but then you are caught, because 'umount' is hidden (and a lot of importants programs too).
I guess mzilikazi meant 'anywhere in /mnt/ (i.e.: /mnt/winpartition)' will do.
Just to prevent unlikely errors...
Thanks but I haven't got that far yet!
David
-
Junior Member
registered user
Re: Recovering NTFS partition (Newbie)

Originally Posted by
j.drake

Originally Posted by
Davidsa
I want to recover some data from a corrupted NTFS partition which has Windows XP Pro (among other things) installed on it.
Knoppix/Konquerer "sees" only a FAT (plain FAT, not FAT32) partition on the disk which I imagine is the XP recovery consol. I do not need to preserve this partition or the files in it.
How do I make Knoppix "see" the NTFS partition?
I realize Knoppix won't write to an NTFS partition. I have another, working hard disk formatted FAT32 with enough space to take the data I need to recover.
Many thanks in advance for suggestions. I have no previous experience of Linux/Knoppix.
David
The following thread:
http://www.knoppix.net/forum/viewtop...887&highlight=
chronicles my newbie journey through a very similar problem about a year ago, when my Windows would not boot due to a motherboard problem, and I had to back up an NTFS drive onto a second HD before returning the computer for warranty service. Knoppix 3.2 saved me. Back then, K3B did not support my DVD+R/RW drive, and I needed to save some video files which were too large to fit on a CD. If you have the patience to read through it, it might be of help. I will tell you that I've never heard this solution suggested anywhere else, and the copy process took a surprising amount of time to complete.
Good luck,
JD
Not exactly the same but your experience is indeed relevant and useful
Thanks
David
-
Senior Member
registered user

Originally Posted by
Davidsa
Thanks - but when I try this I get an error message something like "Unable to open /dev/hda "
What am I missing?
David
Try it as root.
Similar Threads
-
By farlight in forum MS Windows & New to Linux
Replies: 1
Last Post: 05-26-2005, 10:45 AM
-
By Tostado in forum MS Windows & New to Linux
Replies: 0
Last Post: 05-02-2005, 04:09 AM
-
By StryDeR in forum General Support
Replies: 11
Last Post: 02-23-2005, 08:00 AM
-
By krikke in forum MS Windows & New to Linux
Replies: 12
Last Post: 09-10-2004, 08:39 PM
-
By doktor in forum General Support
Replies: 2
Last Post: 11-01-2003, 06:54 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

(2) Seagate SAS Hard Drive Exos 7E8 3TB 7200RPM 128MB 12Gb/s 3.5 ST3000NM0035
$49.99

Dell EMC WD-HITACHI H5H72101CLAR10T0 10TB 7.2K SAS 12Gb/s SED 3.5in A POH 0-50k
$189.99

Seagate BarraCuda ST3000DM008 3TB Internal SATA 6Gb 3.5" Hard Drive 7200RPM 64MB
$91.99

Seagate ST500DM009 BarraCuda 500 GB 3.5" SATA III Desktop Hard Drive
$14.99

Toshiba MG04ACA400 4TB 3.5-inch SATA 6 Gb/s 7,200 RPM Internal Hard Drive
$49.99

Seagate ST28000NM001C 28TB 256MB 7200RPM 3.5" SATA 6.0Gb/s Enterprise Hard Drive
$669.99

Toshiba 14TB MG07 MG07ACA14TEY 7.2K RPM SATA 6Gb/s 512e 3.5" Enterprise HDD
$299.00

ST6000NM0034 DELL 6TB 7.2K 12G SAS 512E 3.5" ENTERPRISE HARD DRIVE 8D1V4 08D1V4
$54.99

WD Ultrastar DC HC530 14TB SATA 6G 3.5" 7200RPM Enterprise HDD - WUH721414ALE604
$329.99

Seagate 6TB HDD ST6000NM0034 7.2K 3.5" SAS 12Gb/s (NOT FOR PC - FOR SERVER ONLY)
$87.00