
Re: no FILE magic error with ntfsresize
Hi,
Quote:
Record 71562 has no FILE magic (0x0)
ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
I have made a chkdsk C: /R from Windows but the problem persits
There is no problem at all with this. This is a file entry which was created when doing a file table (MFT) extension, but has never been used and is still uninitialized. When the file table becomes full, more entries than actually needed are created, to reduce fragmentation, and they may lead to the above warning.
Such warnings are exhibited by ntfsresize (and ntfsclone), because all file entries are analyzed to identify the space in use, even entries which are not referenced in the file tree.
Regards
Jean-Pierre