Manjaro Systèmes de fichiers

Systèmes de fichiers

From Manjaro
This page is a translated version of the page File Systems and the translation is 27% complete.
Other languages:
English • ‎Türkçe • ‎français • ‎русский • ‎فارسی
Page Under Construction.jpg This article or section is under construction
Reason: Page under construction. (Discuss)
Page Under Construction.jpg

Cette page fournit des informations sur certains des systèmes de fichiers couramment utilisés dans Manjaro. Elle montre également où et comment ils sont utilisés. De plus amples informations sur ces systèmes de fichiers et sur d'autres peuvent être trouvées dans le wiki de ARCH.

Un système de fichiers gère l'espace sur un support de stockage (disque dur, SSD...). Il met cette espace à la disposition du système d'exploitation afin que les fichiers puissent être enregistrés et lus à nouveau. Chacun des systèmes de fichiers suivants présente des avantages et des inconvénients. Ils sont principalement développés dans un but précis et sont donc utilisés dans un certain environnement.

Linux

systèmes de fichiers principalement utilisés sous Linux.

Notez que de nombreux pilotes de système de fichiers sont déjà inclus dans le noyau Linux. Vous n’aurez peut-être besoin de rien d’autre pour monter, lire ou écrire ces systèmes de fichiers. Mais il existe des packages avec des outils supplémentaires. Vous en aurez peut-être besoin pour formater, vérifier, réparer, modifier ou optimiser ces systèmes de fichiers. Donc si vous utilisez régulièrement un système de fichiers, c'est une bonne idée d'installer les outils appropriés.

Ext2 → Ext3 → Ext4

Ext4 est actuellement le système de fichiers par défaut dans Manjaro. Il s'agit de l'évolution des systèmes de fichiers Linux les plus utilisés (Ext3, Ext2) et promet une conception améliorée, de meilleures performances, fiabilité et fonctionnalités par rapport à ses prédécesseurs.

Si vous utilisez Ext2 ou Ext3, vous pouvez convertir la partition en Ext4. Ext4 utilise la journalisation, les sommes de contrôle et les barrières d'écriture et est donc plus robuste contre les dommages.

Actuellement, Ext4 est entièrement pris en charge dans Win10 et OsX. La prise en charge d'ext4 a été intégrée depuis que WSL est inclus dans Win10 (2016).

voir Ext4@kernel.org, Ext4@ARCH-wiki, Ext4@wikipedia
Pour des optimisations avancées, voir Améliorer les performances d'Ext4 @Archwiki.

Installer

Dans Manjaro, e2fsprogs est préinstallé

Btrfs

A modern Copy on Write filesystem for Linux aimed at implementing advanced features while also focusing on fault tolerance, repair and easy administration. Btrfs not only is a filesystem, but also is partly a volume manager, software-raid, backup-tool, and it is flash-friendly.

Because Btrfs is different, some things seem unfamiliar and strange. Then Btrfs is a good starting point to search for answers.

Development of Btrfs started in 2007. Since that time, Btrfs is a part of the Linux kernel and is under active development. The Btrfs code base is stable . However, new features are still under development. Its main features and benefits are:

  • Snapshots which do not make a full copy of files
  • RAID - support for software-based RAID 0, RAID 1, RAID 10
  • Self-healing - checksums for data and metadata, automatic detection of silent data corruptions

Install

user $ pamac install btrfs-progs COPY TO CLIPBOARD

ReiserFS → reiser4

ReiserFS was the first journaling filesystem to be included in the standard kernel. It was actively used by some distros some time ago, but is not currently widely used. Reiser4 is the successor to ReiserFS(3). However, Reiser4 seems not to be integrated in the kernel yet.

Install

user $ pamac install reiserfsprogs reiser4progs COPY TO CLIPBOARD

Windows

filesystems mostly used in windows

NTFS

It is the most widely used filesystem on windows these days. It does exist in different versions, but unlike FAT32, all of them offer the following points:

  • Large files> 4GB
  • Long file names with UTF16 up to 255 characters
  • Rights management, ACL
  • Journaling of metadata
  • Compression, encryption, ...

Currently there are some restrictions when using NTFS with Linux. If windows is suddenly switched off or goes into hibernating, the NTFS filesystem is left in a "dirty-state". When Windows starts again, NTFS is the first to be cleaned. This operation is currently not supported by the Linux driver. Then Linux shows the NTFS filesystem as read-only to be on the safe side.

Warning
If you regularly switch between Windows and Linux, you should switch off "hibernation", "Hybrid Boot", "Fast Boot" in Windows. Then Linux has always full (read / write) access to NTFS drives.

Install

user $ pamac install ntfs-3g COPY TO CLIPBOARD

DOS

filesystems under DOS and early windows on a lot of floppydisks and USB-sticks

FAT16 → FAT32 (+VFAT)

This is a traditional filesystem under DOS and early Windows versions. Even today it can be found on many floppy disks, USB sticks and hard drives. It is supported by all types of operating systems and is therefore often used to exchange files, to pass them on, or to keep them accessible to both operating systems in the case of dualboot.

Even with FAT32, this comes not without its disadvantages.

  • no support for user rights or xattr
  • severely restricted file names (8.3 or LFN for VFAT, no distinction between lowercase and uppercase)
  • no files over 2GB (FAT16) 4GB (FAT32)
  • no journaling
  • not robust
Warning
FAT Filesystems do not use journaling. Data on such filesystems is vulnerable to irreparable corruption due to improper ejection or power outage.

Install

user $ pamac install dosfstools COPY TO CLIPBOARD

exFAT

Microsoft developed the exFAT (Extended File Allocation Table) in 2006 and optimized it for flash memories such as USB sticks and SD cards. It can store large files and large numbers of files, and it can manage very large partitions. It is supported by Linux, Windows, macOS and many other devices and is one of the most compatible filesystems. ExFAT is included in Linux 5.4 and higher.

  • Flash friendly
  • No support for user rights or xattr
  • Files over 4 GB
  • Checksums for metadata
  • No journal
  • Not robust
Warning
exFAT FS does not use journaling. Data on such a filesystem is vulnerable to irreparable corruption due to improper ejection or power outage.

Install

user $ pamac install exfatprogs COPY TO CLIPBOARD

macOS

Filesystems mostly used in macOS

HFS → HFS+

Install from AUR

user $ pamac install hfsprogs COPY TO CLIPBOARD

Others

XFS

ZFS

Comparaisons

Utilisation possible des systèmes de fichiers
Filesystem Manjaro Win10 OSX Win9x, DOS
ext2 ▷ ExtFS
ext3/4 ▷ ExtFS ?
btrfs ● btrfs-progs ▷ ExtFS, WinBtrfs - -
reiser3 ● reiser4progs ▷ RFSTool ? -
reiser4 ○ reiserfs ? ? -
NTFS ○ ntfs-3g
▶ 5.15?? ntfs3
?
FAT32 ● dosfstools
exFAT ▶ 5.4 exfatprogs ? ?
HFS ○ hfsprogs (AUR) ?
XFS ? ▷ ExtFS ?
ZFS ? ? ?
 ● = entièrement pris en charge, outils supplémentaires à installer
▶ = inclus depuis le noyau x.x.x 
○ = partiellement pris en charge
▷ = possible via des outils externes
? = n'hésitez pas à l'étendre ;-)
Some important properties
Properties ext2 ext3 ext4 btrfs reiserfs(3) XFS
journaling - ● ordered ● ordered ● full ▶ 2.6
barriers -
checksum - - ◎ metadata ● full
kompression - - - ●,
zstd ▶ 4.14/5.1
encryption - - ▶ 4.13 -
snapshots - - - -
TRIM possible - - ▶ 2.6.33 ▶ 4.3
xattr, ACL ? ACL ACL ACL
small repair ● fsck ● fsck ● fsck ● auto reiserfsck
journal repair ● fsck ● fsck ● fsck ● auto 3.2
repair after power loss - ? ● tune2fs, fsck ● auto, scrub
since 1993 2001 2008 2009 2001

Voir également

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