Hier werden die Unterschiede zwischen zwei Versionen gezeigt.
Beide Seiten, vorherige Überarbeitung Vorherige Überarbeitung Nächste Überarbeitung | Vorherige Überarbeitung | ||
admin_grundlagen:btrfs [2016/09/28 07:52] stefan_miethke [Subvolumes/Snapshots] |
— (aktuell) | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
- | ====== btrfs ====== | ||
- | ===== Filesystem ===== | ||
- | |||
- | # btrfs filesystem df | ||
- | # btrfs filesystem show | ||
- | # btrfs filesystem defragment /path | ||
- | # btrfs filesystem label /path <label> | ||
- | |||
- | ===== Subvolumes/Snapshots ===== | ||
- | |||
- | # btrfs subvolume create <name> | ||
- | # btrfs subvolume show /path/to/subvolume | ||
- | # btrfs subvolume list /path | ||
- | # btrfs subvolume snapshot /old /new | ||
- | # btrfs sub snap -r /old /.snapshot/ro # read only | ||
- | |||