linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Confused about resizing
@ 2010-05-26  2:46 Charlie Brune
  2010-05-26  8:41 ` David Pottage
  0 siblings, 1 reply; 3+ messages in thread
From: Charlie Brune @ 2010-05-26  2:46 UTC (permalink / raw)
  To: linux-btrfs

I think I'm not understanding something fundamental about btrfs: what am I
able to resize?  Resizing would be nice, given that it's so hard to do
with ext3 (or even LVM).

I created a btrfs filesystem on my 32G thumbdrive (/dev/sdb):

     mkfs.btrfs /dev/sdb1

To mount it, I do:

     mkdir /mnt/btrfs
     mount -t btrfs /dev/sdb1 /mnt/btrfs

BUT, what's the point of resizing the filesystem with something like:

     btrfsctl -r 15g /mnt/btrfs

???

After I do it, I'm assuming that there's roughly 17G in /dev/sdb1 that I'm
not using, but I don't know how to get to it.  Can I make *another*
filesystem on /dev/sdb1 and then mount it to somewhere like /mnt/btrfs2.

Thanks,
Charlie



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

end of thread, other threads:[~2010-05-26 10:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-26  2:46 Confused about resizing Charlie Brune
2010-05-26  8:41 ` David Pottage
2010-05-26 10:38   ` David Brown

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).