Some update

This commit is contained in:
root
2025-04-30 15:35:52 +03:00
parent 285d40214e
commit 4b2c180a33
2 changed files with 9 additions and 1 deletions

View File

@@ -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
```