* [gentoo-user] How to mount a reiserfs partition with write permissions to all users?
@ 2006-09-12 17:27 Jerônimo Backes
2006-09-12 17:33 ` Boris Fersing
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: Jerônimo Backes @ 2006-09-12 17:27 UTC (permalink / raw
To: gentoo-user
I googled a lot but wasn't able to find any answer on how to do this.
umask=000 doesn't work with reiserfs.
Thanks in advance.
_______________________________________________________
Você quer respostas para suas perguntas? Ou você sabe muito e quer compartilhar seu conhecimento? Experimente o Yahoo! Respostas !
http://br.answers.yahoo.com/
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] How to mount a reiserfs partition with write permissions to all users?
2006-09-12 17:27 [gentoo-user] How to mount a reiserfs partition with write permissions to all users? Jerônimo Backes
@ 2006-09-12 17:33 ` Boris Fersing
2006-09-12 18:31 ` Neil Bothwick
2006-09-12 17:35 ` Mark
2006-09-12 17:45 ` karsten
2 siblings, 1 reply; 8+ messages in thread
From: Boris Fersing @ 2006-09-12 17:33 UTC (permalink / raw
To: gentoo-user
2006/9/12, Jerônimo Backes <germanobax@yahoo.com.br>:
> I googled a lot but wasn't able to find any answer on how to do this.
> umask=000 doesn't work with reiserfs.
>
> Thanks in advance.
Hi,
reiserfs handles *nix permissions, just chmod 777 -R /your/mountpoint/
while your partition is mounted
HTH.
Boris.
>
>
>
>
>
> _______________________________________________________
> Você quer respostas para suas perguntas? Ou você sabe muito e quer compartilhar seu conhecimento? Experimente o Yahoo! Respostas !
> http://br.answers.yahoo.com/
> --
> gentoo-user@gentoo.org mailing list
>
>
--
Quiconque me parle de Dieu en veut à ma bourse ou à ma liberté.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] How to mount a reiserfs partition with write permissions to all users?
2006-09-12 17:27 [gentoo-user] How to mount a reiserfs partition with write permissions to all users? Jerônimo Backes
2006-09-12 17:33 ` Boris Fersing
@ 2006-09-12 17:35 ` Mark
2006-09-12 18:50 ` Jerônimo Backes
2006-09-12 17:45 ` karsten
2 siblings, 1 reply; 8+ messages in thread
From: Mark @ 2006-09-12 17:35 UTC (permalink / raw
To: gentoo-user
On 12/09/06, Jerônimo Backes <germanobax@yahoo.com.br> wrote:
> I googled a lot but wasn't able to find any answer on how to do this.
> umask=000 doesn't work with reiserfs.
>
> Thanks in advance.
Hi,
Simply use chmod on the mounted partition.
chmod 777 /path/to/something
It will be retained on the next mount.
Thanks,
Mark
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] How to mount a reiserfs partition with write permissions to all users?
2006-09-12 17:27 [gentoo-user] How to mount a reiserfs partition with write permissions to all users? Jerônimo Backes
2006-09-12 17:33 ` Boris Fersing
2006-09-12 17:35 ` Mark
@ 2006-09-12 17:45 ` karsten
2 siblings, 0 replies; 8+ messages in thread
From: karsten @ 2006-09-12 17:45 UTC (permalink / raw
To: gentoo-user
I think personally the best is to use the pmount package, but I am not
sure how secure that is, for *public* machines. You would only have to
enter the drive in fstab, and the pmount.allow file, and mount the
partition with pmount /dev/$DEV
greets,
k
On Tue, 2006-09-12 at 14:27 -0300, Jerônimo Backes wrote:
> I googled a lot but wasn't able to find any answer on how to do this.
> umask=000 doesn't work with reiserfs.
>
> Thanks in advance.
>
>
>
>
>
> _______________________________________________________
> Você quer respostas para suas perguntas? Ou você sabe muito e quer compartilhar seu conhecimento? Experimente o Yahoo! Respostas !
> http://br.answers.yahoo.com/
>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] How to mount a reiserfs partition with write permissions to all users?
2006-09-12 17:33 ` Boris Fersing
@ 2006-09-12 18:31 ` Neil Bothwick
2006-09-12 19:47 ` Boris Fersing
0 siblings, 1 reply; 8+ messages in thread
From: Neil Bothwick @ 2006-09-12 18:31 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 293 bytes --]
On Tue, 12 Sep 2006 19:33:56 +0200, Boris Fersing wrote:
> reiserfs handles *nix permissions, just chmod 777 -R /your/mountpoint/
Don't use -R, that will alter permissions on every file in the
filesystem.
--
Neil Bothwick
ALZHEIMER.COM found . . . Out of . . . something . .
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] How to mount a reiserfs partition with write permissions to all users?
2006-09-12 17:35 ` Mark
@ 2006-09-12 18:50 ` Jerônimo Backes
0 siblings, 0 replies; 8+ messages in thread
From: Jerônimo Backes @ 2006-09-12 18:50 UTC (permalink / raw
To: gentoo-user
> Simply use chmod on the mounted partition.
>
> chmod 777 /path/to/something
Thanks a lot, it worked as you said.
>
> It will be retained on the next mount.
I thought this wouldn't happen, so I made this noob question.
Thanks again.
_______________________________________________________
Novidade no Yahoo! Mail: receba alertas de novas mensagens no seu celular. Registre seu aparelho agora!
http://br.mobile.yahoo.com/mailalertas/
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] How to mount a reiserfs partition with write permissions to all users?
2006-09-12 18:31 ` Neil Bothwick
@ 2006-09-12 19:47 ` Boris Fersing
2006-09-12 20:17 ` Neil Bothwick
0 siblings, 1 reply; 8+ messages in thread
From: Boris Fersing @ 2006-09-12 19:47 UTC (permalink / raw
To: gentoo-user
2006/9/12, Neil Bothwick <neil@digimed.co.uk>:
> On Tue, 12 Sep 2006 19:33:56 +0200, Boris Fersing wrote:
>
> > reiserfs handles *nix permissions, just chmod 777 -R /your/mountpoint/
>
> Don't use -R, that will alter permissions on every file in the
> filesystem.
>
Isn't that exactly what he wants ? (something like umask=000)
regards,
Boris.
>
> --
> Neil Bothwick
>
> ALZHEIMER.COM found . . . Out of . . . something . .
>
>
>
--
Quiconque me parle de Dieu en veut à ma bourse ou à ma liberté.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] How to mount a reiserfs partition with write permissions to all users?
2006-09-12 19:47 ` Boris Fersing
@ 2006-09-12 20:17 ` Neil Bothwick
0 siblings, 0 replies; 8+ messages in thread
From: Neil Bothwick @ 2006-09-12 20:17 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 548 bytes --]
On Tue, 12 Sep 2006 21:47:51 +0200, Boris Fersing wrote:
> > > reiserfs handles *nix permissions, just chmod 777
> > > -R /your/mountpoint/
> >
> > Don't use -R, that will alter permissions on every file in the
> > filesystem.
> >
> Isn't that exactly what he wants ? (something like umask=000)
I thought he wanted to make the filesystem writable to all users, not
to mark every file on it executable. Changing the ownership of the mount
point is all he needs do.
--
Neil Bothwick
Engineers do it with less resistance.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2006-09-12 20:23 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-12 17:27 [gentoo-user] How to mount a reiserfs partition with write permissions to all users? Jerônimo Backes
2006-09-12 17:33 ` Boris Fersing
2006-09-12 18:31 ` Neil Bothwick
2006-09-12 19:47 ` Boris Fersing
2006-09-12 20:17 ` Neil Bothwick
2006-09-12 17:35 ` Mark
2006-09-12 18:50 ` Jerônimo Backes
2006-09-12 17:45 ` karsten
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox