Linuxhotel Wiki

Wie ging das nochmal?

Benutzer-Werkzeuge

Webseiten-Werkzeuge


admin_grundlagen:btrfs

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen gezeigt.

Link zu der Vergleichsansicht

Nächste Überarbeitung
Vorherige Überarbeitung
Letzte Überarbeitung Beide Seiten, nächste Überarbeitung
admin_grundlagen:btrfs [2016/09/28 07:49]
stefan_miethke angelegt
admin_grundlagen:btrfs [2019/03/22 20:49]
ingo_wichmann
Zeile 2: Zeile 2:
 ===== Filesystem ===== ===== Filesystem =====
  
-  ​btrfs filesystem df +  btrfs filesystem df 
-  ​btrfs filesystem show +  btrfs filesystem show 
-  ​btrfs filesystem defragment /path +  btrfs filesystem defragment /path 
-  ​btrfs filesystem label /path <​label>​+  btrfs filesystem label /path <​label>​
  
 ===== Subvolumes/​Snapshots ===== ===== Subvolumes/​Snapshots =====
  
-  ​btrfs subvolume create <​name>​ +  btrfs subvolume create <​name>​ 
-  ​btrfs subvolume show /​path/​to/​subvolume +  btrfs subvolume show /​path/​to/​subvolume 
-  ​btrfs subvolume list /path +  btrfs subvolume list /path 
-  ​btrfs subvolume snapshot /old /ne+  btrfs subvolume snapshot /old /new 
 +  btrfs sub snap -r /old /​.snapshot/​ro ​    # read only
  
 +===== Mounten / Default =====
 +  btrfs subv set-default 258 /path
 +  mount -o subvol=/​subv/​0/​vol0 /dev/sdb1 /path
  
 +
 +===== Dokus und Links =====
 +  * https://​en.opensuse.org/​SDB:​BTRFS
admin_grundlagen/btrfs.txt · Zuletzt geändert: 2021/12/25 15:57 von ingo_wichmann