Linux/Dateisysteme: Unterschied zwischen den Versionen
Erscheinungsbild
| Zeile 92: | Zeile 92: | ||
; Standard-Dateisysteme von Linux Distributionen | ; Standard-Dateisysteme von Linux Distributionen | ||
{| class="wikitable big options" | {| class="wikitable big options" | ||
|- | |- | ||
! Linux Distribution | ! Linux Distribution | ||
! Standard-Dateisystem | ! Standard-Dateisystem | ||
| Zeile 99: | Zeile 99: | ||
| Ext4 | | Ext4 | ||
|- | |- | ||
| [[RHEL]] / CentOS | | [[RHEL]]/[[CentOS]] | ||
| XFS | | [[XFS]] | ||
|- | |- | ||
| [[SLES]] | | [[SLES]] | ||
| Btrfs für /, XFS für Datenpartitionen | | [[Btrfs]] für /, [[XFS]] für Datenpartitionen | ||
|- | |- | ||
| [[Ubuntu]] | | [[Ubuntu]] | ||
| Ext4 | | [[Ext4]] | ||
|} | |} | ||
Version vom 20. November 2025, 12:50 Uhr
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 | XFS |
| SLES | Btrfs für /, XFS für Datenpartitionen |
| Ubuntu | 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