Jump to content

Linux - Which File System To Use?

Go to solution Solved by Azgoth 2,

If this drive will only be accessed by Linux OSs, go with EXT4.  It's probably the default, and is what almost all Linux distros use by default out of the box.  If you'll be accessing the drive from a Windows OS as well as Linux, and if using a proprietary file system doesn't bother you, use NTFS.  Linux plays perfectly well with NTFS for external/storage drives, and it's Windows' native filesystem, so it'll be no extra work for the Windows OS to work with the drive.  Of course, there are programs that let Windows read and write to EXT formatted drives, so you could still use an EXT4 mass storage drive with a Windows installation.

3 hours ago, Electronics Wizardy said:

for boot? probably xfs r ext4(xfs is normally a bit faster, ext4 is more 'open')

 

BTRFS has been stable for 4 years now for single drive, it will be fine, and has checksum support, but can be a bit slower.

Nah for storage, like mass storage, like HDD storage

Link to post
Share on other sites

If this drive will only be accessed by Linux OSs, go with EXT4.  It's probably the default, and is what almost all Linux distros use by default out of the box.  If you'll be accessing the drive from a Windows OS as well as Linux, and if using a proprietary file system doesn't bother you, use NTFS.  Linux plays perfectly well with NTFS for external/storage drives, and it's Windows' native filesystem, so it'll be no extra work for the Windows OS to work with the drive.  Of course, there are programs that let Windows read and write to EXT formatted drives, so you could still use an EXT4 mass storage drive with a Windows installation.

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×