Gentoo Archives: gentoo-user

From: Nikos Chantziaras <realnc@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: /home on other partion move
Date: Mon, 16 Jul 2012 18:50:53
Message-Id: ju1nls$v9a$1@dough.gmane.org
In Reply to: Re: [gentoo-user] Re: /home on other partion move by Silvio Siefke
1 On 16/07/12 19:30, Silvio Siefke wrote:
2 > On Mon, 16 Jul 2012 19:03:33 +0300
3 > Nikos Chantziaras <realnc@×××××.com> wrote:
4 >
5 >> You cannot write to /home directly, only in your own /home/me home
6 >> directory.
7 >
8 > I have formated the new partion with gparted in ext4. Then have mount
9 > the partion mount /dev/sda3 /home/siefke/ext, but with user rights i can
10 > not write to the partion.
11
12 As explained in my previous post, you can "chmod a+w" the "ext"
13 directory when the FS is not mounted, then mount it and "chmod a+w" again.
14
15
16
17 > UUID=9d9e53c3-c3b2-4b96-9958-c79c42e0d20f /home/siefke/ext ext4 defaults 1 1
18
19 You should probably be using "0 2" instead of "1 1". See "man fstab" on
20 what these do. If you don't know what "filesystem dumping" is, you
21 don't need to set the first field to 1. The second field is set to 2,
22 because your root FS should be the only one with fsck priority 1. All
23 other should be priority 2.