Manjaro File Systems

File Systems

From Manjaro
Revision as of 20:20, 24 June 2019 by imported>Cscs
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


Ext4

Ext4 is the evolution of the most used Linux filesystems (Ext3, Ext2) and promises improved design, better performance, reliability, and features over its predecessors.
It is the default filesystem in Manjaro.

Tips

For advanced optimizations see the Archwiki Ext4 article.


exFAT

Microsoft created the exFAT (Extended File Alocation Table) to make up for the inadequacies of FAT32 & NTFS, as it can hold large files, large numbers of files & use very large partitions. Supported on Linux, Windows, MacOS and many other devices, it is one of the most compatible filesystems. A good choice when you need to share a removable device between many systems.


Warning
exFAT FS does not use journaling. Data on such a filesystem is vulnerable to irreparable corruption due to improper ejection or power outage.

Installation

To use exFAT, you need to install the exfat-utils package. You can do this using your favorite package manager or with this command:

pamac install exfat-utils


See also

Wikipedia:exFAT
Wikipedia:Comparison of file systems
Archwiki:File Systems

Cookies help us deliver our services. By using our services, you agree to our use of cookies.