sono passato da poco a linux e ne sono abbastanza entusiasta. Tuttavia, come prevedibile, riscontro qualche problema, come quello in oggetto.
Il notebook che utilizzo è un Acer Aspire 1500, ma non conosco il modello del lettore.
il file fstab contiene le seguenti stringhe, da cui mi pare di capire che la periferica non è riconosciuta:
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
/dev/sda1 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=25cfcf4d-5648-40ba-bd60-3cf46f7cb683 none swap sw 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0Grazie (b2b)

