On Thu, 10 Apr 2003, Ian Jackson wrote:
> Szakacsits Szabolcs writes ("Re: [Linux-NTFS-Dev] Implementing ntfsimage"):
> > Only comment now is that the backup boot sector, the last 512 bytes of the
> > partition, isn't strictly part of the NTFS. Nowhere NTFS refers to it. So
> > imaging based on exclusively cluster bitmap isn't enough.
>
> Yes, I noticed that. The corresponding bit in the cluster bitmap is
> set (on the volumes I have to hand, anyway) but it's beyond the end
> according to the cluster count.
Yes. In your case [and quite probably in many others]. But the partition
can be much bigger than the NTFS volume size and chkdsk always creates the
backup boot sector in the last 512 bytes of the partition. Believe me, it
has nothing to do with cluster bitmap. Your case is pure accident.
So probably you will also need a mechanism to put data relative from the
volume end or handling this case as an exception (but in that case what
will be the next exception? ;)
Szaka
|