0

I've been trying to format a 16TB external hard drive in the file system FAT32 so that it would work on a PS3 and I quickly realised that windows won't allow me to format the drive completely. I managed to bypass the windows 32GB restriction by using 3rd party software but I was then further restricted by a 2TB limitation. I asked a friend how he has his PS3 setup and he said he has an 8TB external hard drive in the FAT32 filesystem. I didn't believe him at first but he showed me the drive and it is indeed formatted entirely in the FAT32 file system. I have attached an image of the drives, my friends being disk 3 and mine being disk 4.

I’m not sure how to proceed except making multiple partitions so finally I ask you smarter folk how I would format my 16TB external hard drive to FAT32 file system?

I tried to change the cluster size with the command below command but I was unsuccessful.

hdparm --set-sector-size 4096 --please-destroy-my-drive /dev/sdX

I then removed the enclosure of my friends and my external hard drive and tried my friend’s enclosure with my drive and it formatted the entire drive in FAT32.

I will now need to test if my old enclosure will work with the newly formated drive or not but I'll try and figure out them problems myself as I've taken enough of your time. Thanks for your responses and thank you Kamil for your lengthy response.

1 Answers1

4

The limit depends on the logical sector size.

The FAT32 boot sector uses a 32-bit field for the sector count, limiting the maximal FAT32 volume size to 2 terabytes with a sector size of 512 bytes. The maximum FAT32 volume size is 16 TB with a sector size of 4,096 bytes.

(source)

Your friend's drive apparently uses 4096. Yours – 512, I guess.

In some HDDs this can be changed (example).

Some USB enclosures translate sector sizes on the fly. Maybe your friend's external drive appears to use 4096 not because of the drive itself, but because of the enclosure. If you can, try to use your drive with the friend's enclosure and see if you can use FAT32 in this configuration (backup your data first).

This feature (some would say: misfeature) is rarely advertised. Usually you buy an enclosure, use it, and only then learn how it behaves.