Difference between revisions of "File Systems"
Views
Actions
Namespaces
Variants
Tools
imported>Cscs |
imported>Cscs m |
||
Line 2: | Line 2: | ||
__TOC__ | __TOC__ | ||
=Ext4= | =Ext4= | ||
Line 13: | Line 11: | ||
For advanced optimizations see the [https://wiki.archlinux.org/index.php/Ext4#Improving_performance Archwiki Ext4 article]. | For advanced optimizations see the [https://wiki.archlinux.org/index.php/Ext4#Improving_performance Archwiki Ext4 article]. | ||
=exFAT= | =exFAT= | ||
Line 30: | Line 29: | ||
=See also= | =See also= | ||
[https://en.wikipedia.org/wiki/ExFAT Wikipedia:exFAT]<br /> | |||
[https://en.wikipedia.org/wiki/Comparison_of_file_systems Wikipedia:Comparison of file systems]<br /> | |||
[https://wiki.archlinux.org/index.php/Filesystems Archwiki:File Systems]<br /> | |||
[[Category:Contents Page]] | [[Category:Contents Page]] |
Revision as of 20:20, 24 June 2019
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.
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