USB drive format, NTFS vs. FAT32
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Puzzle Game 5 Looping
--
Chapters
00:00 Usb Drive Format, Ntfs Vs. Fat32
00:29 Accepted Answer Score 13
01:14 Answer 2 Score 4
01:56 Answer 3 Score 2
02:35 Answer 4 Score 2
03:10 Thank you
--
Full question
https://superuser.com/questions/638815/u...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#windows #ubuntu #usbflashdrive #ntfs #fat32
#avk47
ACCEPTED ANSWER
Score 13
NTFS (New Technology File System) is a proprietary file system developed by Microsoft Corporation, and hence you may have to install additional programs on Linux / Mac in order to view partitions formatted with NTFS (like ntfs-3g).
FAT32 formatting is used to be recognised in all operating systems and there is a limit of 4 GB file in this case. I.e., you can't create a single file greater than 4 GB in FAT32 whereas you can create files larger than 4 GB in NTFS.
You can gain more insights via this link.
ANSWER 2
Score 4
Well, I think it highly depends on the size and capacity of your flash drive, and what operating systems you want it to be supported by, and what security features you might require. As a general rule, and for regular USB flash memories, it would be the best to format them in FAT32, considering their capacity, and if you want all operating systems to easily support them. For more information you could refer to these articles:
http://en.wikipedia.org/wiki/Comparison_of_file_systems
http://en.wikipedia.org/wiki/NTFS
http://en.wikipedia.org/wiki/Fat32#FAT32
http://cquirke.mvps.org/ntfs.htm
ANSWER 3
Score 2
NTFS is a journaling file system, so it'll cause some wearout to the USB drive, somehow reducing the drive's life expectancy. It's now supported by all modern OSes, but some old Linux or MacOS PCs might need to install the ntfs-3g driver.
FAT32 is supported by all operating systems, but it has a maximum 4 GB file size limit.
So none of them are good for USB drives. exFAT is the most suitable one because it's specifically designed for flash drives and is now supported by (almost) all operating systems.
ANSWER 4
Score 2
ExFAT as far as I can see it right now, doesn't allow for a bootable partition, those options are greyed out in Rufus 2.5 when I switch ExFAT.
Personally, I decided to go with GPT partition scheme and use NTFS. These posts are some years old, and other information made me believe, that Linux supports NTFS too now, so unless using the overly old Windows XP, there's imo no reason to use anything different than GPT and NTFS, and as said, multiple partitions are possible.