Daniel Moser wrote:
Senhores,
Tenho uma particao FAT32 que gostaria de compartilhar com todos os usuarios do
sistema (Debian 3.1 testing).
Porem quando um usuario tenta acessa-la, o sistema diz que somente o root pode
montar a unidade!
Adicionei a linha no /etc/fstab : "/dev/hda4 /mnt/fat32 fat32 defaults 0 0" e
criei
a pasta fat32 no /mnt (como root).
No fstab, acrescente junto com a opcao defaults a opcao user, deixando como
"defaults,user"
Leia tbm 'man fstab' e 'man mount' para maiores detalhes.
Abaixo, um pedacinho do man page do mount:
For more details, see fstab(5). Only the user that mounted a
filesystem can unmount it again. If any user should be able to
unmount, then use users instead of user in the fstab line.
--
Marcos Lazarini