Ho installato la nuova relase 10.10 e ne sono davvero fiero.
Ho però un problema con il montaggio automatico di una partizione.
ho seguito la guida e sono arrivato a creare questo fstab:
Codice: Seleziona tutto
# /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 nodev,noexec,nosuid 0 0
# / was on /dev/sda6 during installation
UUID=78b3918e-ae35-4b03-b406-f840cfa2db18 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda7 during installation
UUID=8456531a-9773-4d0c-985d-bcdb89cf33be none swap
sw 0 0
UUID=284A01CA8FF1A575 /media/punto_di_montaggio ntfs-3g silent,umask=0,locale=it_IT.utf8 0 0Bene, ad ogni avvio del sistema, ubuntu mi dice che c'è un "Errore durante il montaggio di 0". Premere s per ignorare il montaggio o m per modificare manualmente.
Bene, la partiziona la monta correttamente. Ho provato anche a levar la riga aggiunta da me, ma nulla, non funge.
Sapreste aiutarmi?
