Displaying 1 result from an estimated 1 matches for "vg0_terminator".
2010 Dec 10
0
compress-force option problem
Hi,
I have problem with options passed during mounting btrfs filesystem.
Distro: Debian Squeeze with XEN
# uname -a
Linux terminator 2.6.32-5-xen-686 #1 SMP Thu Nov 25 23:23:08 UTC 2010
i686 GNU/Linux
If I am trying mount with -o compress - it work perfectly:
# mount -o compress /dev/vg0_terminator/test /mnt/backup/
# dmesg |tail
[509543.214592] btrfs: use compression
[509619.841842] device fsid d44c18f154fc7778-4f5d69fd40c5a1ba devid 1
transid 450 /dev/mapper/vg0_terminator-test
But -o compress-force or -o compress=lzo or -o compress-zlib didn''t work:
# mount -o compress-force /d...