robyros
02-03-2010, 21:19
ho una partizione dati che monto all'avvio ma non ho i permessi di scrittura, come mai? ho aggiunto anche la stringa umask=000 ma mi da errore
questo è il mio fstab (la partizione è la sda7)
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# / was on /dev/sda6 during installation
UUID=0de7c1d0-408e-43a4-bd91-64a59c955ab2 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda3 during installation
UUID=406c81cd-f67b-4635-87cd-4ff2c63dacb0 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
/dev/sda7 /media/dati_linux ext3 auto,user,rw 0 0
questo è il mio fstab (la partizione è la sda7)
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# / was on /dev/sda6 during installation
UUID=0de7c1d0-408e-43a4-bd91-64a59c955ab2 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda3 during installation
UUID=406c81cd-f67b-4635-87cd-4ff2c63dacb0 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
/dev/sda7 /media/dati_linux ext3 auto,user,rw 0 0