Situation
I have a (partially) broken Hard disk on a Dell Dimension 4100 PC partitioned as follows:
Following a 'Blue screen', E:\ to H:\ has become unformattable even with Partition Magic 8.0 or Windows NT4 and windows 2000's boot CD/Diskettes
Attempted to use Norton Ghost to salvage partition on D:\ (on last run of CHKDSK D: /R /P- no errors reported) but Norton Ghost reported numerous "Bad blocks encountered...." errors. using the -FRO switch to force ghosting results in a corrupted image file. On examination of my log file, Symantec suggested that this is due to a 'drive geometry' problem, which could be due to a bad Hard Disk or the use of Partition Magic (Ghost does not support Partition Magic).
Mission
(Note my PC has a NEC CD/DVD Rom as well as a Sony CDRW drive)
1) Use Knoppix boot disk to boot up PC on the DVD Rom
2) Mount my D:\
3) Mount the CDRW drive
4) 'copy'/'burnt' stuff I need from D:\ onto CDR(w)
Problems/Issues- Help :-(
I haven't used linux for a while
1) What is the implication of mounting a (potentially partially faulty) NTFS5 partition? Would it cause more harm to the partition and hard disk?
I believe the syntax is
what do I need for my D:\, which is the first extended logical partition
2) Does Knoppix have CD Recording capabaility?? If so, how could that be done? Probably I want files to be 'gzipped' before CD Recording. Could gzipping be done in memory?? (I don't want Linux to have to write to my HDD!!)
Please help! (
I have a (partially) broken Hard disk on a Dell Dimension 4100 PC partitioned as follows:
Code:
Primary Partition
C:\ FAT16 50MB DOS6.22
D:\ NTFS5 4GB Windows 2000 Pro
E:\ NTFS5 500MB Windows 2000's swap file
F:\ NTFS5 15GB Windows Applications
G:\ FAT32 Blank
H:\ FAT32 Blank
Following a 'Blue screen', E:\ to H:\ has become unformattable even with Partition Magic 8.0 or Windows NT4 and windows 2000's boot CD/Diskettes
Attempted to use Norton Ghost to salvage partition on D:\ (on last run of CHKDSK D: /R /P- no errors reported) but Norton Ghost reported numerous "Bad blocks encountered...." errors. using the -FRO switch to force ghosting results in a corrupted image file. On examination of my log file, Symantec suggested that this is due to a 'drive geometry' problem, which could be due to a bad Hard Disk or the use of Partition Magic (Ghost does not support Partition Magic).
Mission
(Note my PC has a NEC CD/DVD Rom as well as a Sony CDRW drive)
1) Use Knoppix boot disk to boot up PC on the DVD Rom
2) Mount my D:\
3) Mount the CDRW drive
4) 'copy'/'burnt' stuff I need from D:\ onto CDR(w)
Problems/Issues- Help :-(
I haven't used linux for a while
1) What is the implication of mounting a (potentially partially faulty) NTFS5 partition? Would it cause more harm to the partition and hard disk?
I believe the syntax is
Code:
mount -t ntfs /dev/hd{a|b}{1..n} /mnt/ntfs_dDrive
what do I need for my D:\, which is the first extended logical partition
2) Does Knoppix have CD Recording capabaility?? If so, how could that be done? Probably I want files to be 'gzipped' before CD Recording. Could gzipping be done in memory?? (I don't want Linux to have to write to my HDD!!)
Please help! (