Difference between revisions of "File Systems"

COW added
m (zstd added)
(COW added)
Line 10: Line 10:


== Linux == <!--T:16-->
== Linux == <!--T:16-->
File systems that are mostly used under linux
File systems that are mostly used under linux.
 
Be aware that a lot of filesystem-drivers are included into the Linux kernel. You may not need anything special to mount, read or write these filesystems.  But there are packages with additional tools. You may need them to format, check, repair, modify or tune such filesystems.
 
=== Ext2 → Ext3 → Ext4 ===
=== Ext2 → Ext3 → Ext4 ===
Ext4 is the default file system in Manjaro at the moment. It is the evolution of the most used Linux filesystems (Ext3, Ext2) and promises improved design, better performance, reliability, and features over its predecessors.
Ext4 is the default file system in Manjaro at the moment. It is the evolution of the most used Linux filesystems (Ext3, Ext2) and promises improved design, better performance, reliability, and features over its predecessors.


see [https://wiki.archlinux.org/title/Ext4 Ext4@ARCH-wiki], [https://de.wikipedia.org/wiki/Ext4 Ext4@wikipedia]
see [https://wiki.archlinux.org/title/Ext4 Ext4@ARCH-wiki], [https://de.wikipedia.org/wiki/Ext4 Ext4@wikipedia]
====Install==== <!--T:17-->
====Install==== <!--T:17-->
In manjaro e2fsprogs is already installed
In manjaro e2fsprogs is already installed
Line 21: Line 25:


===btrfs=== <!--T:20-->
===btrfs=== <!--T:20-->
A modern file system with a lot of advanced features.
A modern file system with a lot of advanced features. Its main advantage it to be a '''C'''opy-'''O'''n-'''W'''rite-filesystem


see [https://btrfs.wiki.kernel.org/index.php/Main_Page btrfs@kernel.org], [https://wiki.archlinux.org/title/Btrfs Btrfs@ARC-wiki], [https://de.wikipedia.org/wiki/Btrfs Btrfs@wikipedia]
see [https://btrfs.wiki.kernel.org/index.php/Main_Page btrfs@kernel.org], [https://wiki.archlinux.org/title/Btrfs Btrfs@ARC-wiki], [https://de.wikipedia.org/wiki/Btrfs Btrfs@wikipedia]
translator
987

edits