R: mount reiserfs da utente
-----Messaggio originale-----
Da: Sandro Tosi [mailto:matrixhasu@gmail.com]
Inviato: sabato 20 agosto 2005 12.56
A: debian-italian
Oggetto: Re: mount reiserfs da utente
> Di recente ho aggiunto un HD esterno USB2 con partizione reiserfs.
> Ebbene questa partizione riesco a montarla solo da root, mentre da
> utente mi da errore (only root... ecc..).
[8<]
> /dev/sdd1 /media/sdd1 reiserfs defaults 0 0
Scusa ma se usi defaults come opzione, è normale che l'utente normale non la
possa montare perché defaults comprende rw,suid,dev,exec,auto,nouser,async
Come vedi c'è nouser che non consente ai normali utenti di montare la
partizione.
Prova con
/dev/sdd1 /media/sdd1 reiserfs
rw,user,auto,umask=000 0 0
Ovviamente I parametri auto e umask modificali in base alle tue esigenze...
ciao
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.338 / Virus Database: 267.10.13/78 - Release Date: 19/08/2005
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.338 / Virus Database: 267.10.13/78 - Release Date: 19/08/2005
Reply to: