I'm planning to switch to Linux Mint from Windows and I think I've done my homework on the process. I want to format my internal hard drive to exFAT, but when I go to format it, the only option I see is NTFS. I'm curious if this is a limitation based on my hard drive, which is from Seagate, or am I missing something?
3 Answers
It's great that you're making the switch! However, exFAT might not be the best choice for a Linux environment. Linux tends to work better with specific file systems like ext4 or ZFS which support Linux features like file permissions. exFAT does work, but it's more suited for external drives that you want to share between Windows and Linux without issues.
When you say you don’t see exFAT in the dropdown, can you clarify which software tool or utility you're using to format the drive? The options can vary quite a bit based on that. Also, it matters if the drive is new or if it was previously formatted. It's always good to have your data backed up just in case things go sideways during formatting.
Right, the formatting tool can sometimes limit your options. If you have a previously formatted drive, there might be some remnants that prevent other formats from showing up.
Keep in mind that while Linux can read NTFS and exFAT, it can sometimes run into issues with permissions. If your goal is more storage compatibility than specific features, exFAT might still work for you. Just be aware that it's not the most native experience with Linux.
True! It's all about what you need the drive for. If you're just storing files, exFAT is fine, but for running Linux apps, go with ext4.

Yeah, exactly! If you're looking for full compatibility with Linux file permissions and ownership, ext4 is the way to go. It's designed for Linux and integrates well with the system.