Created
September 6, 2013 21:30
-
-
Save clockfort/6470270 to your computer and use it in GitHub Desktop.
uhhhhh btrfs what are you doing btrfs stop
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clockfort@jolt ~$ btrfs filesystem df /mnt/clockfort/ | |
Data: total=6.24TB, used=6.05TB | |
System, DUP: total=32.00MB, used=736.00KB | |
System: total=4.00MB, used=0.00 | |
Metadata, DUP: total=30.00GB, used=13.83GB | |
clockfort@jolt ~$ df -h /mnt/clockfort/ | |
Filesystem Size Used Avail Use% Mounted on | |
/dev/mapper/vg_raid6_array-lv_clockfort | |
9.0T 6.1T 910G 88% /mnt/clockfort | |
clockfort@jolt ~$ btrfs filesystem resize max /mnt/clockfort/ | |
Resize '/mnt/clockfort/' of 'max' | |
clockfort@jolt ~$ dmesg | tail -n 1 | |
btrfs: new size for /dev/mapper/vg_raid6_array-lv_clockfort is 8796093022208 | |
clockfort@jolt ~$ btrfs filesystem df /mnt/clockfort/ | |
Data: total=6.24TB, used=6.05TB | |
System, DUP: total=32.00MB, used=736.00KB | |
System: total=4.00MB, used=0.00 | |
Metadata, DUP: total=30.00GB, used=13.83GB | |
clockfort@jolt ~$ df -h /mnt/clockfort/ | |
Filesystem Size Used Avail Use% Mounted on | |
/dev/mapper/vg_raid6_array-lv_clockfort | |
10T 6.1T 1.9T 77% /mnt/clockfort |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment