Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Diritti nel mount al boot [Risolto]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
Jamiro
n00b
n00b


Joined: 03 Jan 2004
Posts: 47
Location: Treviso (IT)

PostPosted: Wed Aug 25, 2004 12:30 pm    Post subject: Diritti nel mount al boot [Risolto] Reply with quote

Questo è l'fstab
Code:

LABEL=/                 /                       ext3    defaults        1 1
LABEL=/boot             /boot                   ext3    defaults        1 2
none                    /dev/shm                tmpfs   defaults        0 0
none                    /proc                   proc    defaults        0 0
/dev/hda3               swap                    swap    defaults        0 0
/dev/hdb1               /mnt/samsung            vfat    auto,users,rw   1 1


il mio problema è che da utente non riesco ad accedere ad /mnt/samsung quando il sistema si è appena viviato e lo ha montato in automatico. Tuttavia dopo aver dato un
Code:

umount /mnt/samsung
mount /mnt/samsung

tutto funziona come si deve. Da root naturalmente non ho problemi. Ho gia provato un
Code:
 
chmod 777 /mnt/samsung

ma una volta che ci monto il disco sopra i diritti spariscono.


Last edited by Jamiro on Wed Aug 25, 2004 6:26 pm; edited 1 time in total
Back to top
View user's profile Send private message
Cerberos86
Guru
Guru


Joined: 13 Dec 2003
Posts: 581
Location: Padova

PostPosted: Wed Aug 25, 2004 12:38 pm    Post subject: Reply with quote

Mi raccomando...Il link search serve a qualcosa... :wink:
http://www.gentoo.it/tips/TRICK.U2.html
_________________
Account jabber: cerberos@jabber.org
"I'm using the hand..." ~ Guybrush Threepwood ~
Back to top
View user's profile Send private message
cloc3
Advocate
Advocate


Joined: 13 Jan 2004
Posts: 4810
Location: http://www.gentoo-users.org/user/cloc3/

PostPosted: Wed Aug 25, 2004 12:43 pm    Post subject: Reply with quote

Il comportamento che descrivi è corretto.
La tua è una partizione vfat, che è piuttosto rigida per la gestione dei permessi.

Usa le opzioni uid, gid e umask secondo
Code:

man mount
....
Mount options for fat
       (Note:  fat  is  not  a  separate  filesystem, but a common part of the
       msdos, umsdos and vfat filesystems.)

_________________
vu vu vu
gentù
mi piaci tu
Back to top
View user's profile Send private message
Jamiro
n00b
n00b


Joined: 03 Jan 2004
Posts: 47
Location: Treviso (IT)

PostPosted: Wed Aug 25, 2004 6:25 pm    Post subject: Reply with quote

grazie
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum