Linux/Dateisysteme
Erscheinungsbild
Linux/Dateisysteme -
Beschreibung
- Übersicht
Abkürzung | Name | Beschreibung |
---|---|---|
extFS | Extended Filesystem | ext2/ext3/ext4 |
btrfs | B-Tree File System | |
xfs | ||
ntfs | ||
fat32 | ||
exFAT | extfat |
Unterschiede
- Unterschiede zwischen Dateisystemen
Ext4 | XFS | Btrfs | |
---|---|---|---|
Prouction-Ready | ✔ | ✔ | teilweise |
Dateisystem Tools | e2fsprogs (mke2fs, resize2fs , e2fsck, tune2fs) | xfsprogs (mkfs.xfs, xfs_growfs, xfs_repair, xfs_admin) | btrfs-progs (mkfs.btrfs, btrfs resize, btrfsck, btrfs filesystem) |
Max. Dateisystem-Größe | 1 EiB | 16 EiB | 16 EiB |
Max. Datei-Größe | 1 EiB | 8 EiB | 8 EiB |
Online vergrößern | ✔ | ✔ | ✔ |
Online verkleinern | - | - | ✔ |
Offline vergrößern | ✔ | - | - |
Offline verkleinern | ✔ | - | - |
Discard (ATA Trim) | ✔ | ✔ | ✔ |
Metadaten CRC | ✔ | ✔ | ✔ |
Daten CRC | - | - | ✔ |
Snapshots/Clones/Internal RAID/Compression | - | - | ✔ |
Standard-Dateisysteme
- Standard-Dateisysteme von Linux Distributionen
Linux Distribution | Standard-Dateisystem |
---|---|
Debian | Ext4 |
RHEL / CentOS (ab RHEL 7.0) | XFS |
SLES (ab SLES 12) | Btrfs für /, XFS für Datenpartitionen |
Ubuntu (ab Ubuntu 9.04) | Ext4 |
Anhang
Siehe auch
Links
Weblinks
- https://wiki.ubuntuusers.de/Dateisystem/
- https://de.wikipedia.org/wiki/Liste_von_Dateisystemen
- https://www.thomas-krenn.com/de/wiki/Linux_Dateisysteme