ho un problema da fagiano: non riesco a installare i pacchetti da un dvd della Debian Sarge.
Dopo aver inserito il DVD e lanciato apt-cdrom add ottengo:

codice:
debian_desktop:~# apt-cdrom add
Using CD-ROM mount point /cdrom/
Unmounting CD-ROM
Please insert a Disc in the drive and press enter
Mounting CD-ROM
E: Failed to mount the cdrom.
premetto che attraverso il comando
codice:
mount /dev/hda /mnt
non riscontro particolari problemi e riesco a leggere il contenuto del DVD

il mio /etc/fstab e':

codice:
# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
/dev/hdf7       /               ext3    defaults,errors=remount-ro 0       1
/dev/hde12      none            swap    sw              0       0
#/dev/hdf6       none            swap    sw              0       0
#/dev/hdf8       none            swap    sw              0       0
/dev/hdb        /media/cdrom0   iso9660 ro,user,noauto  0       0
/dev/hda        /media/cdrom1   iso9660 ro,user,noauto  0       0
/dev/fd0        /media/floppy0  auto    rw,user,noauto  0       0
help