linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Question on subvolumes and mount options
@ 2011-02-13 16:46 Yuri D'Elia
  2011-02-13 17:30 ` Hugo Mills
  0 siblings, 1 reply; 5+ messages in thread
From: Yuri D'Elia @ 2011-02-13 16:46 UTC (permalink / raw)
  To: linux-btrfs

Hi everyone, I'm experimenting with btrfs but I have some question
regarding subvolumes.

First: In the / filesystem I create a subvolume named /home. As soon as
the subvolume is created, I can already see the entry point in /home
without having to mount it separately. Is that expected?

Mounting the subvolume with mount -o subvol=home /dev/x /home also works
as expected.

So, which is best? Looks like mounting subvolumes is not necessary.

Is it possible to change mount options in a subvolume? Suppose I would
like to use nodatasum except for /home, will the following work?

mount -o nodatasum /dev/x /
btrfs subvolume create /home
mount -o datasum,subvol=home /dev/x

Thanks for any clarification.


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

end of thread, other threads:[~2011-02-14 11:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-13 16:46 Question on subvolumes and mount options Yuri D'Elia
2011-02-13 17:30 ` Hugo Mills
2011-02-13 17:49   ` Yuri D'Elia
2011-02-13 19:18     ` Hugo Mills
2011-02-14 11:40       ` Yuri D'Elia

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