6

Is there any disadvantage(s) of using a 500GB external hard drive formatted as FAT-32 or is it simply a choice?

I am asking this because I am an owner of a PS3 and it only recognizes FAT-32 formatted drives. I want the drive to be recognized on the PS3 but I also will use it with multiple computers.

My question is: Will I suffer any major drawback(s) if I have the drive formatted as FAT32?

nunos
  • 641

1 Answers1

12

NTFS is in general a more robust file system, but the main obstacle with FAT32 that I run into is the 4GB file size limit - you can't have a single file larger than 4GB, which rules out certain things like DVD images or HD movies, etc.

Apart from that, NTFS is a journaled FS and generally more resilient to corruption and fragmentation. (There are a whole host of additional features that NTFS adds, from hard links to better access controls, but they aren't always relevant for your type of usage.)

http://en.wikipedia.org/wiki/NTFS has quite a bit more detailed information.

Most of this isn't likely to matter if you're careful and keep your data backed up; I use FAT32 on at least one external hard drive and haven't had any issues apart from the file size thing, but I also don't use it for long-term storage of anything.

user55325
  • 5,113