If you are using NTFS, while saving data on your hard disk make sure to save them in group of 512 bytes
For more information, take some time and read this article :
http://zone.ni.com/devzone%5Cconceptd.nsf/webmain/7134EFC95243E39286256AE2004F9386#3
And then, take 2 min and read this one : http://www.ntfs.com/partition-table-heads.htm
Otherwise if you don't use NTFS, make sure to know the size of the sector (in bytes) and to save data in "chunk" of that size.
Regards, Philippe proud to be using LabWindows since version 1.2
// --------------------------------------------------------------------------------------------