Next: , Previous: , Up: Filesystems support   [Contents]


3.6 FAT12/16/32

Support: tffs-lib: not official - not written by the filesystem’s creators, written without any specifications.

Compiling requirements:

Operations:

NOTE: the original TFFS library does its own data flushing (in the ‘HAI_writesector()’ function), so even when WipeFreeSpace is told to perform just one wiping iteration (which uses the system/drive cache on other filesystems and doesn’t flush the data immediately), the data is flushed after each sector, which makes FAT12/16/32 wiping really slow.

NOTE: filesystems with object names of length 64 or more may cause problems with traversal and thus may not be fully wiped (if a file can’t be opened, its last block can’t be wiped, if a directory can’t be opened, objects inside it can’t be wiped).


Next: , Previous: , Up: Filesystems support   [Contents]