Originariamente inviato da RokStar
Dunque, fino a poco tempo fa riuscivo tranquillamente a montare la penna Usb.
In /etc/fstab si trova:
/dev/sda1 /mnt/hdd_usb auto defaults 0 0
al posto di auto ho provato a mettere anche vfat.
Mi restituisce questo errore:
# mount /mnt/hdd_usb
mount: wrong fs type, bad option, bad superblock on /dev/sda1,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
Quindi faccio come dice:
# dmesg | tail
sda: sda1
Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0
Attached scsi generic sg0 at scsi0, channel 0, id 0, lun 0, type 0
usb-storage: device scan complete
Unable to load NLS charset cp437
FAT: codepage cp437 not found
Unable to load NLS charset cp437
FAT: codepage cp437 not found
Su WinXP a lavoro me l'ha aperta invece.
Che ho sbagliato? Che manchi un modulo nel kernel?