Ieri distrattamente ho modificato il file fstab eliminando una stringa di errore che c'era nella riga relativa a /
Il bello di riaccendere Natty e restituisce errore nel montaggio di /
Questo è il file fstab attuale
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/sda5 during installation
UUID=7dc293ee-a98e-4816-9ba1-83617161040c / ext4 0 1
# /home was on /dev/sda6 during installation
UUID=7861ba0b-aaed-45f9-9a0b-8f7b1ab854e9 /home ext4 defaults 0 2In linea di massima mi sembra ok, forse manca qualcosa?
--
Luca

