USB drive format, NTFS vs. FAT32

12

2

What are the pros and cons of formatting your USB drive in NTFS format or FAT32 format and vice versa?

Please highlight any advantages of one format over the other.

Keeping in mind I need to use the USB Flash drive on Ubuntu 13.04, Windows 7 and Windows XP.

aibk01

Posted 2013-08-30T15:49:11.013

Reputation: 1 044

Fat32 il limited to 32Go not NTFS – Michel Ayotte – 2019-04-10T12:43:30.227

4

possible duplicate of Should I format USB sticks and SD cards to FAT, FAT32, exFAT or NTFS? (Windows files, live Linux distors)

– Scott Chamberlain – 2013-08-30T15:50:45.657

The answer I find is too much technical, I need a simpler simpler reply as in comparison – aibk01 – 2013-08-30T16:24:39.163

Answers

11

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.

Ashildr

Posted 2013-08-30T15:49:11.013

Reputation: 2 574

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

Jacob Rabinsun

Posted 2013-08-30T15:49:11.013

Reputation: 186

2As a general rule, and for regular USB flash memories, it would be the best to format them in FAT32, considering their capacity   There’s plenty of old 1GB HDDs with NTFS, so what’s wrong with using it on a 32GB flash-drive? It’s not the size that’s the issue, it’s the “removability”. – Synetech – 2013-08-30T16:23:45.897

@Synetech : Thank you for reminding me that. It was truly kind of you. – Jacob Rabinsun – 2013-08-30T16:29:04.190

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.

phuclv

Posted 2013-08-30T15:49:11.013

Reputation: 14 930

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.

Philip Plger Seraiel

Posted 2013-08-30T15:49:11.013

Reputation: 21

Good point. What about NTFS? I saw a difference between NTFS and FAT32 when I tried it. – Peter Mortensen – 2018-01-23T03:14:49.037