Difference between revisions of "File Systems"
Views
Actions
Namespaces
Variants
Tools
(Prepared the page for translation) |
(Marked this version for translation) |
||
Line 1: | Line 1: | ||
<languages/> | <languages/> | ||
<translate> | <translate> | ||
<!--T:1--> | |||
__TOC__ | __TOC__ | ||
=Ext4= | =Ext4= <!--T:2--> | ||
<!--T:3--> | |||
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 /> | 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. | It is the default filesystem in Manjaro. | ||
====Tips==== | ====Tips==== <!--T:4--> | ||
<!--T:5--> | |||
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= <!--T:6--> | ||
<!--T:7--> | |||
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. | ||
A good choice when you need to share a removable device between many systems. | A good choice when you need to share a removable device between many systems. | ||
Line 25: | Line 29: | ||
====Installation==== | ====Installation==== <!--T:8--> | ||
<!--T:9--> | |||
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: | ||
pamac install exfat-utils | <!--T:10--> | ||
pamac install exfat-utils | |||
=See also= | =See also= <!--T:11--> | ||
<!--T:12--> | |||
[https://en.wikipedia.org/wiki/ExFAT Wikipedia:exFAT]<br /> | [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://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 /> | [https://wiki.archlinux.org/index.php/Filesystems Archwiki:File Systems]<br /> | ||
<!--T:13--> | |||
[[Category:Contents Page]] | [[Category:Contents Page]] | ||
</translate> | </translate> |
Revision as of 07:22, 5 September 2021
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