linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Rendering a btrfs filesystem unmountable with the btrfs command
@ 2013-01-15 20:44 hopper
  2013-01-15 22:06 ` hopper
  2013-01-17  8:26 ` Arne Jansen
  0 siblings, 2 replies; 4+ messages in thread
From: hopper @ 2013-01-15 20:44 UTC (permalink / raw)
  To: linux-btrfs

[-- Attachment #1: Type: text/plain, Size: 706 bytes --]

mkfs.btrfs /dev/sdb
mkdir /tmp/mnt
mount /dev/sdb /tmp/mnt
cd /tmp/mnt
btrfs quota enable .
btrfs subvol create foo
btrfs qgroup create 1/0
btrfs qgroup assign 0/257 1/0
btrfs subvol snapshot foo bar
btrfs qgroup assign 0/258 1/0
cd ..
umount /dev/sdb
mount /dev/sdb /tmp/mnt
# Still mountable!
cd mnt
btrfs qgroup destroy 1/0
cd ..
umount /dev/sdb
mount /dev/sdb /tmp/mnt
# Oops, no longer mountable, even in recovery mode!

Help!  BTW, I'm not a mailing list subscriber.

Thanks,
-- 
"They who can give up essential liberty to obtain a little temporary
 safety, deserve neither liberty nor safety." -- Benjanmin Franklin
-- Eric Hopper (http://www.omnifarious.org/~hopper) --

[-- Attachment #2: Type: application/pgp-signature, Size: 665 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-01-17  8:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-15 20:44 Rendering a btrfs filesystem unmountable with the btrfs command hopper
2013-01-15 22:06 ` hopper
2013-01-16 15:42   ` Eric Hopper
2013-01-17  8:26 ` Arne Jansen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).