sab 20 agosto 2005, alle 4:55 (GMT+0200), giorgio ha scritto: > [...] > Ebbene questa partizione riesco a montarla solo da root, mentre da > utente mi da errore (only root... ecc..). > Anche in fstab non riesco ad impostare nessuna regola che funzioni per > altre partizioni (ext3, nfs, vfat e persino ntfs), l'unica cosa che mi > accetta è "defaults". > [...] > Questo il mio fstab. il disco incriminato è il /dev/sdd1. > [...] > /dev/sda1 /media/sda1 vfat rw,users,auto,umask=000 0 0
io ho: /dev/sda1 /mnt/vfat vfat defaults,rw,user,noauto 0 0 - se indichi auto cerca di farne il boot al mount, con noauto viene montata solo se lo richiedi. - user vs users, da "man -L en mount" (la versione italiana non e` aggiornata): «user [...] The name of the mounting user is written to mtab so that he can unmount the file system again. [...]». > [...] > /dev/sdd1 /media/sdd1 reiserfs defaults 0 0 > [...] Non uso reiserfs pero` sempre da "man -L en mount": - «OPTIONS [...] The following options apply to any file system that is being mounted (but not every file system actually honors them [...]» (e qui sono descritte user/users/auto). - Invece umask la trovi nelle opzioni specifiche per vari filesystem ma *non* per reiserfs. - «Mount options for reiserfs [...] The reiserfs mount options are more fully described at http://www.namesys.com/mount-options.html [...]» P.S. per partizioni ext* XFS reiserfs puoi indicare il nome del volume, invece del device (utile se hai piu` dispositivi USB e non li attacchi sempre nello stesso ordine, man -L en mount fstab e2label xfs_admin reiserfstune): LABEL=home2 /mnt/home2 ext3 defaults,user,noauto 0 0 -- Ave Johan Haggi ante diem decimum tertium Kalendas Septembres MMDCCLVIII ab Urbe condita **NEW** GnuPG key-id: 0x398F1A73 (available on http://keyserver.linux.it) Fingerprint: 75D4 86D5 B795 BD31 4BD2 2354 9206 CB42 398F 1A73 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

