> I could have sworn it was NTFS... > > util.h: > typedef enum { > FILE_$Mft = 0, > FILE_$MftMirr = 1,
What kernel version? In 2.4.10, this reads typedef enum { FILE_Mft = 0, FILE_MftMirr = 1, FILE_LogFile = 2, ... Regards, Martin
> I could have sworn it was NTFS... > > util.h: > typedef enum { > FILE_$Mft = 0, > FILE_$MftMirr = 1,
What kernel version? In 2.4.10, this reads typedef enum { FILE_Mft = 0, FILE_MftMirr = 1, FILE_LogFile = 2, ... Regards, Martin