Displaying 1 result from an estimated 1 matches for "16a2f4f770b7".
2013 Aug 16
4
How btrfs resize should work ?
...i,
I am working on system storage manager (ssm) trying to implement
btrfs resize correctly, however I have some troubles with it.
# mkfs.btrfs /dev/sda /dev/sdb
# mount /dev/sda /mnt/test
# btrfs filesystem show
failed to open /dev/sr0: No medium found
Label: none uuid: 8dce5578-a2bc-416e-96fd-16a2f4f770b7
Total devices 2 FS bytes used 28.00KB
devid 2 size 50.00GB used 2.01GB path /dev/sdb
devid 1 size 100.00GB used 2.03GB path /dev/sda
Btrfs v0.20-rc1
# btrfs filesystem resize 3G /mnt/test
# sync
# btrfs filesystem show
failed to open /dev/sr0: No medium found
Label: none uuid: 8dce557...