On Tue, Apr 7, 2015 at 11:57 AM, arnaud gaboury
<arnaud.gabo...@gmail.com> wrote:
>
> I plan to install my OS on a btrfs partition, with some subvolumes.
> Once the partition has been btrfs formated, I mounted it somewhere, cd
> and then run <btrfs subvolume create>.
>
> I did these two subvolumes for now:
> # btrfs subvolume list .
> ID 256 gen 6 top level 5 path var
> ID 257 gen 7 top level 5 path home
>
> Now I am wondering if I need to create the root filesystem partition
> (/)? If yes, is this correct:
> # btrfs subvolume create root


After more reading, it seems to me creating a top root subvolume is
the right thing to do:
# btrfs subvolume create root
# btrfs subvolume create root/var
# btrfs subvolume create root/home

Am I right?

>
> Thank you for hints
> --
>
> google.com/+arnaudgabourygabx
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to