Così ho controllato il file /etc/fstab e ho trovato un messaggio di errore che non sembrerebbe, comunque, incidere nel funzionamento del sistema.
Questo è il contenuto di /etsc/fstab:
# /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).
#
#
proc /proc proc defaults 0 0
# / was on /dev/sda3 during installation
UUID=30915d32-3218-4040-8ee2-fb30c82ac34a / ext4 errors=remount-ro 0 1
# /home was on /dev/sda5 during installation
UUID=e250ad72-ec7b-4dec-8959-3e15be4b43c8 /home ext4 defaults 0 2
# /windows was on /dev/sda6 during installation
UUID=3C5D-C3B1 /windows vfat utf8,umask=007,gid=46 0 1
# swap was on /dev/sda7 during installation
UUID=cc3eef02-8144-47eb-b335-442dbd2155cd none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
Sapete di cosa si tratti?
Grazie in anticipo

