J
Jerry
How do I use findpart to write a lost partition (but not fornmatted -
does this make any diference?) to a file for recovery?
does this make any diference?) to a file for recovery?
How do I use findpart to write a lost partition (but not fornmatted -
does this make any diference?) to a file for recovery?
If the partition location is disk 2, CHS 0/1/1, and the size 340540
sectors, the findpart command to save the partition to a file is:
findpart getsect 2 0 1 1 340540 part.bin noheader
This is not the intended use of the getsect command, so I do not
remember how large a partition you can retrieve to a file this way,
assuming the target file system supports files of that size.
Maybe you can supply additional information about the case?
snip
Usually if the partition should not be repaired and/or restored, one
would copy files to another disk using a recovery program, or
initially make a sector by sector disk copy.
findpart getsect 2 0 1 1 340540 part.bin noheader
What do I do/how do I retrieve the contents of this file?
I assume you know, since you asked how to copy the partition to a
file.
If not, do:
findpart all fp.txt
and insert (not attach) the output file here.
Findpart, version 4.37 - for Windows 95/98/ME/NT/2000/XP.
Copyright Svend Olaf Mikkelsen, 2003.
OS: Windows 5.1 All
Disk: 3 Cylinders: 2096 Heads: 255 Sectors: 63 MB: 16442
-PCyl N ID -----Rel -----Num ---MB -Start CHS- --End CHS-- BS CHS
0 - 07 63 16002 7 0 1 1 0 254 63 BU OK
1 1 07 63 33656112 16433 1 1 1 2095*254 63 OK OK
No FATs found.
Partitions according to partition tables on third harddisk:
-PCyl N ID -----Rel -----Num ---MB -Start CHS- --End CHS-- BS CHS
0 1 07 63 33656112 16433 0 1 1 2094*254 63 00 OK
Then do:
findpart findntfs 3 1 1 1 summary fp-a.txt
and insert the output (a few lines) here.
FindNTFS, version 1.42 - for Windows 95/98/ME/NT/2000/XP.
Copyright Svend Olaf Mikkelsen, 2003.
OS: Windows 5.1
Disk: 3 Cylinders: 2096 Heads: 255 Sectors: 63 MB: 16442
CHS 1/1/1 LBA: 16128
Directories: 173
Files: 2259
Trees: 1
Exe/dll files: 518
Exe/dll files signature: 517
Cluster KB: 4
MFT cluster no: 786432
MFT size: 4502528
MFT cluster bytes: 4096
Listed files MB: 20354
To add the partition to the partition tables, you can download
jerryuk1.bat in
http://inet.uni2.dk/~svolaf/jerryuk1.zip
and put jerryuk1.bat in the same directory as findpart.exe. Then run
jerryuk1.bat, which contains:
set findpart=edit
findpart 3 0 1 - 0F 1 0 1 2095 254 63 0 2096 255 63 26
set findpart=
findpart 3 table fp3-1.txt
You have the option to post the content from fp3-1.txt for
confirmation before reboot.
Man, that was just fantastic!!
Saying thank you somehow seems so inadequate