On 16/07/12 19:30, Silvio Siefke wrote:
On Mon, 16 Jul 2012 19:03:33 +0300
Nikos Chantziaras <rea...@gmail.com> wrote:

You cannot write to /home directly, only in your own /home/me home
directory.

I have formated the new partion with gparted in ext4. Then have mount
the partion mount /dev/sda3 /home/siefke/ext, but with user rights i can
not write to the partion.

As explained in my previous post, you can "chmod a+w" the "ext" directory when the FS is not mounted, then mount it and "chmod a+w" again.



UUID=9d9e53c3-c3b2-4b96-9958-c79c42e0d20f /home/siefke/ext                ext4  
  defaults                1 1

You should probably be using "0 2" instead of "1 1". See "man fstab" on what these do. If you don't know what "filesystem dumping" is, you don't need to set the first field to 1. The second field is set to 2, because your root FS should be the only one with fsck priority 1. All other should be priority 2.


Reply via email to