Some update
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
|
||||
# Btrfs
|
||||
### Snapshot
|
||||
|
||||
#### Create shapshot
|
||||
```bash
|
||||
btrfs subvolume snapshot xyz xyz-snapshot-path-name
|
||||
@@ -50,3 +49,8 @@ btrfs filesystem defragment -v -clzo /boot/*
|
||||
```bash
|
||||
chattr +c dir
|
||||
```
|
||||
|
||||
#### Create subvol
|
||||
```bash
|
||||
btrfs subvolume create /mnt/btrfs/subvol
|
||||
```
|
||||
|
Reference in New Issue
Block a user