as far as I know, you can't do this, you need to temporary move /home somewhere else, create /home subvolume and copy everything back. - Vytas On Mon, Jun 1, 2015 at 1:36 PM, Neal Becker <ndbecker2@xxxxxxxxx> wrote: > I have everything under /: > > sudo btrfs subvolume list / > ID 257 gen 65795 top level 5 path root > > I want to move /home onto it's own subvolume. I hope I can do this while > the root device is mounted. > > What is the procedure? > > I tried first to create a subvolume for /home at the top-level, but couldn't > figure out the syntax: > > [nbecker@nbecker2 ~]$ sudo btrfs subvolume create /home > [sudo] password for nbecker: > ERROR: '/home' exists > > -- > Those who fail to understand recursion are doomed to repeat it > > -- > To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
