There seems to be a disagreement between how the disk seems to be
manufactored and
the way it's seen by the system.
The disk is an IBM Deskstar with the folloowing values on the label:
Capacity: 41.0 GB LBA: 80418240 CHS: 16383/16/63
If we now assume that this is one disk in a 2 disk stripe set, the
size in MB (MiB) would be 2*80418240/2/1024 = 78533 MB. From the
Findpart output we have that the boot sector partition size is 78528
MB. If that is true, you will need both disks in order to be able to
copy files correctly using Findpart.
The disk however also could be first disk in a span of 2 disks.
Originally I got the following response from FindPart:
=====Findpart, version 4.81 - for Windows 95/98/ME/NT/2000/XP.
=====Copyright Svend Olaf Mikkelsen, 1999-2006.
=====
=====OS: Windows 5.1.2600 Service Pack 2
=====
=====Disk: 1 Cylinders: 4111 Heads: 255 Sectors: 63 MB: 32247
=====
=====-PCyl N ID -----Rel -----Num ---MB -Start CHS- --End CHS-- BS CHS
===== 0 - 07 63160826652 78528 0 1 110010 254 63 B
OK?
=====
=====Partitions according to partition tables on first harddisk:
=====
=====-PCyl N ID -----Rel -----Num ---MB -Start CHS- --End CHS-- BS CHS
===== 0 1*07 63160826652 78528 0 1 110010*254 63 OK
OK?
=====
=====No FATs found.
I used the edit mode and corrected the partition table according to the
disk geometry and got the following output
=====Findpart, version 4.81 - for Windows 95/98/ME/NT/2000/XP.
=====Copyright Svend Olaf Mikkelsen, 1999-2006.
=====
=====OS: Windows 5.1.2600 Service Pack 2
=====
=====Disk: 1 Cylinders: 4111 Heads: 255 Sectors: 63 MB: 32247
=====
=====-PCyl N ID -----Rel -----Num ---MB -Start CHS- --End CHS-- BS CHS
===== 0 - 07 63160826652 78528 0 1 110010 254 63 B
OK?
=====
=====No FATs found.
=====
=====Partitions according to partition tables on first harddisk:
=====
=====-PCyl N ID -----Rel -----Num ---MB -Start CHS- --End CHS-- BS CHS
===== 0 1*07 63 66043152 32247 0 1 1 4110*254 63 NB OK
In stead of doing that edit, it would be better to hide the partition,
so the operating system will not attempt to access the partition. For
Windows XP, that can be done by changing the ID to hex 17.
Then I looked for file records by means of
findpart findfile 1 mft fp-a.txt
and got:
=====Findfile, version FP 4.81.
=====Copyright Svend Olaf Mikkelsen, 2006.
=====
=====Searches for file records and index records. The T field
=====contains F for file records, D for directory file records,
=====or I for index records. Index records do not contain
=====information about file locations.
=====
=====OS: Windows 5.1.2600 Service Pack 2
=====
=====Disk: 1 Cylinders: 4111 Heads: 255 Sectors: 63 MB: 32247
=====
=====Mft
=====
=====Start cylinder: 0 End cylinder: 4110 Index records not shown.
=====
=====--------- CHS ----- LBA T -Record Cluster Name
===== 0 1 1 63 Boot or backup
===== Sectors per cluster: 1
===== MFT cluster: 16
===== MFT mirror cluster: 20103355
===== Partition sectors: 160826652
===== Possible MFT CHS: 0 1 17
===== Possible Mirror: 1251 96 56
The boot sector for the 78528 MB NTFS partition.
===== 0 1 17 79 F 0 16 $MFT
===== Size: 149258240
===== Allocated: 149258240
===== Fragments: 2
===== Clusters: 291520
===== Cluster KB: 0.5
===== Boot CHS: 0 1 1
===== Offset MB: 0
===== Time: 2002-01-03 13:55:19
===== Access: 2006-09-06 10:08:15
This is sector number 79 numbered from 0. If this was a stripe set
with 32 KB stripe size, the sector would not be at that location.
Stripe size 64 KB would be possible.
===== 0 1 19 81 F 1 20103355 $MFTMirr
===== Size: 4096
===== Allocated: 4096
===== Fragments: 1
===== Clusters: 8
===== Cluster KB: 0.5
===== Time: 2002-01-03 13:55:19
===== 2500 111 22 40169514 Boot or backup
===== Sectors per cluster: 1
===== MFT cluster: 16
===== MFT mirror cluster: 20103355
===== Partition sectors: 160826652
===== 2735 15 34 43938753 F 0 16 $MFT
===== Size: 96620544
===== Allocated: 96620544
===== Fragments: 2
===== Clusters: 188712
===== Cluster KB: 0.5
===== Possible Boot CHS: 2735 15 18
===== Time: 2002-01-03 13:55:19
===== 2735 15 36 43938755 F 1 20103355 $MFTMirr
===== Size: 4096
===== Allocated: 4096
===== Fragments: 1
===== Clusters: 8
===== Cluster KB: 0.5
===== Boot CHS: 1483 174 42
===== Offset MB: 9816
===== Time: 2002-01-03 13:55:19
Previously we had:
===== Possible Mirror: 1251 96 56
===== Size: 149258240
===== Time: 2002-01-03 13:55:19
As far as I can see right now, the finding at cylinder 2735 is not a
current part of the file system.
No NTFS backup boot sector was found at the end of the disk, but that
matches that the full disk size is not seen. Also the backup boot
sector may be on the possible other disk of a disk set.
I recommend that you hide the partition.
And then explain about the possible other disk.
And further consider the disk size issue. This disk should be seen as
about 40 GB. It can be a wrong jumper setting, or the disk size was
set using software. Hitachi Feature Tool can be used for setting the
disk size, if the size is not set using jumpers.