ext4 vs EXFAT: Storage size difference

I have 2 hard drives, one is EXT4 and one is EXFAT. Both are 8TB, and both contain the same files.

However, if I look at the amount of space being used in Gparted on Ubuntu, there is a big difference. Also included screenshots from the File Manager in Ubuntu.

EXT4: There is 154 GB free.

enter image description here

enter image description here

EXFAT: there is 13 GB free.

enter image description here

enter image description here

From the screenshots, it looks like both drives have a allocation unit size / block size of 512 bytes, so I don't think (?) that can explain it (could be wrong though).

What gives?

2

2 Answers

The EXFAT cluster size is not 512 bytes, which explains the difference.

Microsoft'sDefault cluster size for NTFS, FAT, and exFAThas this table:

enter image description here

Your cluster size is then 128 KB, while for ext4 this is likely 4 KB bytes.

By any chance you have mostly large files in thd drives? I had similar questions and I suspect it has something to deal with:

To be honest I'm a little surprised how well Ext4 compared with exFAT ^_^

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like