Update btrfs resize
This commit is contained in:
@@ -24,6 +24,10 @@ btrfs subvolume delete "`echo main-* | tr ' ' \\\\n | sort | head -n 1`"
|
||||
#### Resize
|
||||
```bash
|
||||
btrfs filesystem resize max /mnt/dmp/
|
||||
|
||||
# or for view ID
|
||||
btrfs device usage /mnt/dmp/
|
||||
btrfs filesystem resize ID:max /mnt/dmp/
|
||||
```
|
||||
#### Defragment / compress
|
||||
```bash
|
||||
|
Reference in New Issue
Block a user