Difference between revisions of "File Systems"

no edit summary
imported>Cscs
m (Cscs moved page File systems to File Systems)
imported>Cscs
Line 1: Line 1:


__TOC__
__TOC__
See [[Wikipedia:Comparison of file systems]] for a comparison of features.<br />
For more in depth information see [https://wiki.archlinux.org/index.php/Filesystems Archwiki:File Systems].
=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.<br />
It is the default filesystem in Manjaro.
====Tips====
For advanced optimizations see the [https://wiki.archlinux.org/index.php/Ext4#Improving_performance Archwiki Ext4 article].


=exFAT=
=exFAT=
==Introduction==


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.
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.
Line 10: Line 21:
{{warning | exFAT FS does not use journaling. Data on such a filesystem is vulnerable to irreparable corruption due to ''improper ejection or power outage''.}}
{{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==
====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:
To use exFAT, you need to install the '''exfat-utils''' package.  You can do this using your favorite package manager or with this command:
Anonymous user