My laptop hard drive has NFTS and my external hard drive and flash drive memory stick have the FAT system. Would it be better if all were the same? How would one go about changing the file system and would that be beneficiary to the overall function?
Software/Hardware used:
ASKED:
July 6, 2010 3:04 PM
UPDATED:
July 7, 2010 7:56 PM
You get improved security features and fault tolerance with NTFS. I would back up the flash drive, then format it as NTFS and copy the data back to the flash.
I recommend removable media be FAT (FAT32) as it is a more portable file system (recognized by more OS [Windows, OSX, Linux...]). One consideration for removable media is if you store large (4 GB +) files. FAT32 has a maximum file size limit of less than 4 GB.
In the case of external storage for large (multimedia) files I recommend NTFS. Generally people working with these types of files have some technical understanding and will properly dismount the volume prior to removing it from the system (a requirement for NTFS).
While there are potential performance or fault tolerance for NTFS over FAT there are other considerations as well. The ability to access information off-line and the availability of recovery tools for each file system. Additionally the portability of the file system for multiple OSs may impact your decision. Another decision point is total disk size as FAT32 has a smaller max partition than NTFS. A final decision point is Microsoft limits the size of a FAT32 partition you may create with native windows tools (this is an artificial limit imposed on MS tools by MS).
Personally, I use NTFS for system (internal) disks because of the fault tolerance and security capabilities NTFS provides.