>-- Messaggio originale -- >Date: Thu, 24 Mar 2005 09:38:29 +0100 >From: Carlo Agrusti <[EMAIL PROTECTED]>
>Hai provato a montare /dev/sda? Questa è la riga del mio fstab: > >/dev/sda /media/usb vfat rw,user,sync,noauto 0 0 Quando inserisco la chiave ottengo questi messaggi dal kernel: ohci_hcd 0001:10:18.0: GetStatus roothub.portstatus [0] = 0x00100103 PRSC PPS PES CCS usb 1-1: new full speed USB device using ohci_hcd and address 4 ohci_hcd 0001:10:18.0: GetStatus roothub.portstatus [0] = 0x00100103 PRSC PPS PES CCS usb 1-1: skipped 1 descriptor after endpoint usb 1-1: new device strings: Mfr=1, Product=3, SerialNumber=0 usb 1-1: default language 0x0409 usb 1-1: Product: USB Embedded Hub usb 1-1: Manufacturer: USB 2.0 Flash Disk usb 1-1: hotplug usb 1-1: adding 1-1:1.0 (config #1, interface 0) usb 1-1:1.0: hotplug hub 1-1:1.0: usb_probe_interface hub 1-1:1.0: usb_probe_interface - got id hub 1-1:1.0: USB hub found hub 1-1:1.0: 1 port detected hub 1-1:1.0: compound device; port removable status: F hub 1-1:1.0: individual port power switching hub 1-1:1.0: individual port over-current protection hub 1-1:1.0: power on to power good time: 100ms hub 1-1:1.0: local power source is lost (inactive) hub 1-1:1.0: enabling power on all ports hub 1-1:1.0: state 5 ports 1 chg 0002 evt 0003 hub 1-1:1.0: port 1, status 0101, change 0001, 12 Mb/s hub 1-1:1.0: debounce: port 1: total 100ms stable 100ms status 0x101 usb 1-1.1: new full speed USB device using ohci_hcd and address 5 usb 1-1.1: new device strings: Mfr=1, Product=4, SerialNumber=0 usb 1-1.1: default language 0x0409 usb 1-1.1: Product: USB Mass Storage Device usb 1-1.1: Manufacturer: USB 2.0 Flash Disk usb 1-1.1: hotplug usb 1-1.1: adding 1-1.1:1.0 (config #1, interface 0) usb 1-1.1:1.0: hotplug usb-storage 1-1.1:1.0: usb_probe_interface usb-storage 1-1.1:1.0: usb_probe_interface - got id scsi1 : SCSI emulation for USB Mass Storage devices hub 1-1:1.0: state 5 ports 1 chg 0000 evt 0002 usb-storage: device found at 5 usb-storage: waiting for device to settle before scanning Vendor: USB 2.0 Model: Flash Disk Rev: PROL Type: Direct-Access ANSI SCSI revision: 00 SCSI device sda: 512000 512-byte hdwr sectors (262 MB) sda: assuming Write Enabled sda: assuming drive cache: write through SCSI device sda: 512000 512-byte hdwr sectors (262 MB) sda: assuming Write Enabled sda: assuming drive cache: write through /dev/scsi/host1/bus0/target0/lun0: unknown partition table Attached scsi removable disk sda at scsi1, channel 0, id 0, lun 0 usb-storage: device scan complete Se tento di montare /dev/sda: debibook:~# mount -t vfat /dev/sda /mnt/usbpen/ mount: wrong fs type, bad option, bad superblock on /dev/sda, missing codepage or other error In some cases useful info is found in syslog - try dmesg | tail or so E dal kernel ottengo: FAT: bogus number of reserved sectors VFS: Can't find a valid FAT filesystem on dev sda. Manca qualcosa al mio kernel? Ora provo a formattare la chiavetta su questo pc sempre in fat. Grazie a tutti