Gentoo Archives: gentoo-user

From: Mark <znxster@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] How to mount a reiserfs partition with write permissions to all users?
Date: Tue, 12 Sep 2006 17:45:15
Message-Id: 169ffc030609121035wb373f76q7f35fada4e3b4888@mail.gmail.com
In Reply to: [gentoo-user] How to mount a reiserfs partition with write permissions to all users? by "Jerônimo Backes"
1 On 12/09/06, Jerônimo Backes <germanobax@×××××××××.br> wrote:
2 > I googled a lot but wasn't able to find any answer on how to do this.
3 > umask=000 doesn't work with reiserfs.
4 >
5 > Thanks in advance.
6
7 Hi,
8
9 Simply use chmod on the mounted partition.
10
11 chmod 777 /path/to/something
12
13 It will be retained on the next mount.
14
15 Thanks,
16 Mark
17
18 --
19 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] How to mount a reiserfs partition with write permissions to all users? "Jerônimo Backes" <germanobax@×××××××××.br>