
ntfs_mst_post_read_fixup: magic: 0x00000000 - revisited
I have installed Suse 11.4 on a 32 bit PC.
The PC contains four disks, sda, sdb, sdc, sdd.
sda and sdb are part of a RAID array controlled by a Promise TX2300 controller. It contains one NTFS partition.
sdc is a PATA disk which contains another NTFS partition.
sdd is the LINUX drive.
fstab:
/dev/disk/by-id/ata-ST340014A_5JXJB6VZ-part1 swap swap defaults 0 0
/dev/disk/by-id/ata-ST340014A_5JXJB6VZ-part2 / ext4 acl,user_xattr 1 1
/dev/disk/by-id/raid-pdc_ceigdifdad-part1 /ntfs-D ntfs-3g uid=1000,gid=users,fmask=133,dmask=022,locale=en_US.UTF-8 0 0
/dev/mapper/pdc_cdaafhgfdc_part1 /ntfs-C ntfs-3g uid=1000,gid=users,fmask=133,dmask=022,locale=en_US.UTF-8 0 0
Both NTFS volumes use user mapping:
jorgk::S-1-5-21-861567501-412668190-1801674531-1003
:users:S-1-5-21-861567501-412668190-1801674531-513
Everything works just fine. Running "CHKDSK /F <volume>" in Windows shows no errors.
However, in the syslog I get the following entries:
Code:
Aug 10 09:52:23 toad ntfs-3g[756]: ntfs_mst_post_read_fixup: magic: 0x00000002 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Aug 10 17:47:38 toad ntfs-3g[788]: ntfs_mst_post_read_fixup: magic: 0x00000002 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Aug 10 23:29:35 toad ntfs-3g[752]: ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Aug 11 01:02:19 toad ntfs-3g[752]: ntfs_mst_post_read_fixup: magic: 0x00000001 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
Aug 11 01:02:38 toad ntfs-3g[752]: ntfs_mst_post_read_fixup: magic: 0x00000000 size: 1024 usa_ofs: 0 usa_count: 65535: Invalid argument
There are other entries from ntfs-3g, but they are for information only.
Should I be worried?