View previous topic :: View next topic |
Author |
Message |
Jamiro n00b
Joined: 03 Jan 2004 Posts: 47 Location: Treviso (IT)
|
Posted: Wed Aug 25, 2004 12:30 pm Post subject: Diritti nel mount al boot [Risolto] |
|
|
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 |
|
|
Cerberos86 Guru
Joined: 13 Dec 2003 Posts: 581 Location: Padova
|
Posted: Wed Aug 25, 2004 12:38 pm Post subject: |
|
|
Mi raccomando...Il link search serve a qualcosa...
http://www.gentoo.it/tips/TRICK.U2.html _________________ Account jabber: cerberos@jabber.org
"I'm using the hand..." ~ Guybrush Threepwood ~ |
|
Back to top |
|
|
cloc3 Advocate
Joined: 13 Jan 2004 Posts: 4810 Location: http://www.gentoo-users.org/user/cloc3/
|
Posted: Wed Aug 25, 2004 12:43 pm Post subject: |
|
|
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 |
|
|
Jamiro n00b
Joined: 03 Jan 2004 Posts: 47 Location: Treviso (IT)
|
Posted: Wed Aug 25, 2004 6:25 pm Post subject: |
|
|
grazie |
|
Back to top |
|
|
|