On Feb 18, 2013, at 12:45 AM, Bob McGowan <ramjr0915@xxxxxxxxx> wrote: > > Even though things look OK from the command line, logging in through the > window system fails (actually, just hangs). > > I assume this means I should be doing something to "clean up" the > subvolume? Or maybe there's something in the Window system > configuration to change? > > I'm running Linux Mint 14 KDE. My fstab for the parts in question looks > like: > > # / was on /dev/sde2 during installation > UUID=1a...9 / btrfs defaults,subvol=@ 0 1 > # /home was on /dev/sde2 during installation > UUID=1a...9 /home btrfs defaults,subvol=@home 0 2 > > What I want is something like: > # / was on /dev/sde2 during installation > UUID=1a...9 / btrfs defaults 0 1 > # /home is on /dev/sda1 > UUID=7f...3 /home btrfs defaults 0 2 The 2nd fstab implies a completely different disk, the first partition is btrfs, mounted as /home. So long as the contents are user folders, i.e. the same thing found in sde2 subvol @home, then it's functionally the same as what you had before. Also, btrfs doesn't need fs_passno set. Chris Murphy-- 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
