1

I want to format a 2TB USB which I plan use for storing media (some of which may go over 10+GB). As I don't plan on using it on any other system aside from Linux-based system I don't really care about compatibility. So, as mentioned in the title, what is the best file system format (NTFS, FAT32, exFAT etc...) I can go for?

Jon
  • 13

1 Answers1

1

If you do not care about compatibility, I recommend using Ext4, it is especially developed for linux.

Shraft
  • 195