wrote:
> I know about FAT32, but I know little about NTFS. Assuming both
> hard drives are not "fragmented". If a large (200MB) file is
> deleted, is it more likely to be overwritten (space it occupied
> on the hard disk is overwritten) on a FAT32 hard disk compared
> to a NTFS?
Why are you multi-posting your question - instead of cross-posting it?
To answer your question, because the FAT32 file system is simpler both
in terms of it's construction and operation, a deleted file is more
likely to be recovered in a given period of time compared to NTFS.
NTFS is a very busy file system, and it's constantly "thrashing" the
hard drive because of it's journalling behavior. So I wouldn't count on
the data in the clusters that were once used for a deleted file to
survive for very long.
The survivability of a deleted file might be more of a factor of the
operating system. For example, win-98 might use a different strategy
when it creates new files or writes new data to a FAT32 file system
compared to win2k or XP, etc. Win-98 might prefer to write new data to
previously unallocated clusters first, and only resort to over-writing
deleted clusters once there are no more "virgin" clusters left.
NT-based OS's might not follow the same strategy when writing to a FAT32
volume.