From: Hugo Mills <hugo-lkml@carfax.org.uk>
To: Yuri D'Elia <wavexx@users.sf.net>
Cc: linux-btrfs@vger.kernel.org
Subject: Re: Question on subvolumes and mount options
Date: Sun, 13 Feb 2011 19:18:20 +0000 [thread overview]
Message-ID: <20110213191820.GA6321@carfax.org.uk> (raw)
In-Reply-To: <87ei7bj03d.fsf@savara.sat.thregr.org>
[-- Attachment #1: Type: text/plain, Size: 2261 bytes --]
On Sun, Feb 13, 2011 at 06:49:58PM +0100, Yuri D'Elia wrote:
> On Sun, 13 Feb 2011 17:30:59 +0000, Hugo Mills wrote:
> >> 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?
> >
> > Yes.
>
> What happens if I mount the home subvolume into a different point, like:
>
> mount -o subvol=home /home2
>
> and then change a file in /home (which is accessible through the default
> subvolume)?
>
> Will the change be reflected on both mount points? Or the inverse
> (change /home2)?
Yes, it's the same piece of storage, just appearing at more than
one point in your overall filesystem. Similar to the way that bind
mounts work.
> >> So, which is best? Looks like mounting subvolumes is not necessary.
> >
> > I would recommend putting nothing in the root of the filesystem
> > *except* subvolumes. i.e. create a "root" subvolume in / that contains
> > your root filesystem, and make that the default. Then you can mount
> > your btrfs root subvolume (i.e. the thing that contains all the other
> > subvolumes) somewhere like /media/btrfs-root, for purposes of managing
> > subvolumes.
>
> So you would recommend creating both /root and /home subvolumes, to be
> mounted separately, or create /root and /root/home subvolumes?
The former.
> >> 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
> >
> > I'd expect that to work, although I haven't tried it myself.
>
> What if I remount the /home subvol into /home2. What happens when I
> touch a file through /home (nodatasum) and what happens when I use
> /home2 - since both are available at the same time?
They'll stay in sync with respect to the files written to either
one. I'm not sure what the behaviour of nodatasum is with different
mounts of the same subvolume.
Hugo.
--
=== Hugo Mills: hugo@... carfax.org.uk | darksatanic.net | lug.org.uk ===
PGP key: 515C238D from wwwkeys.eu.pgp.net or http://www.carfax.org.uk
--- Try everything once, except incest and folk-dancing. ---
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 190 bytes --]
next prev parent reply other threads:[~2011-02-13 19:18 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
2011-02-14 11:40 ` Yuri D'Elia
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110213191820.GA6321@carfax.org.uk \
--to=hugo-lkml@carfax.org.uk \
--cc=linux-btrfs@vger.kernel.org \
--cc=wavexx@users.sf.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).