Originariamente inviato da andy caps
potrebbe essere semplicemente un modulo non caricato o un errore di fstab
bisogna vedere cosa ha prodotto questo errore

dai un fdisk -l e guarda cosa dice

controlla che le partizioni siano corrette
L'fstab è il seguente:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hda1 / ext3 defaults,errors=remount-ro 0 1
/dev/hda5 /home ext3 defaults 0 2
/dev/hda5 none swap sw 0 0
/dev/hdd /media/cdrom0 iso9660 ro,user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0

L'output del comando fdisk -l è:
Disk /dev/hda: 41.1 GB, 41110142976 bytes
255 heads, 63 sectors/track, 4998 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hda1 * 1 851 6835626 83 Linux
/dev/hda2 852 4998 33310777+ f W95 Ext'd (LBA)
/dev/hda5 852 874 184716 82 Linux swap / Solaris
/dev/hda6 875 4998 33125998+ 83 Linux

C'è qualche anomalia?