Linux/Dateisysteme: Unterschied zwischen den Versionen
Erscheinungsbild
Keine Bearbeitungszusammenfassung |
|||
| Zeile 20: | Zeile 20: | ||
<noinclude> | <noinclude> | ||
= TMP1 = | |||
== Standard-Dateisysteme == | |||
; Standard-Dateisysteme von Linux Distributionen | |||
{| class="wikitable big options" | |||
|- style="background-color: #EFEFEF; font-weight: bold;" | |||
! 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 == | == Anhang == | ||
Version vom 6. September 2025, 00:26 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 |
TMP1
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
TMP
Unterschiede zwischen Dateisystemen
| Ext3 | Ext4 | XFS | Btrfs | |
|---|---|---|---|---|
| Prouction-Ready | ✔ | ✔ | ✔ | teilweise |
| Dateisystem Tools | e2fsprogs (mke2fs, resize2fs , e2fsck, tune2fs) | 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 | 16 TiB | 1 EiB | 16 EiB | 16 EiB |
| Max. Datei-Größe | 2 TiB | 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 | - | - | - | ✔ |