search for: mountm

Displaying 1 result from an estimated 1 matches for "mountm".

Did you mean: mount
2008 Jul 24
4
umount oops
Hi, I tried very promising btrfs to test it a little and I experienced a little bug in implementation. I''m not sure where the bug lies however this works quite well to reproduce the problem: dd if=/dev/zero of=mountme bs=4k count=100000 dd if=/dev/zero of=mountme2 bs=4k count=100000 mkfs.btrfs mountme mkfs.btrfs mountme2 mkdir loop loop2 mount -o loop mountme loop mount -o loop mountme loop2 umount loop # wait a moment maybe SMP machine will be necessary to experience the same thanks for the (otherwise ;-)) g...