hi all, i am new also in ubuntu, i an using kubuntu and i have a problem when i am trying to mount manually the usb flash stick i have (automatically doesnt the system respond when i am pluging it). as i see in other threads the output of the command dmesg |grep usb shows:
[17179581.688000] usbcore: registered new driver usbfs
[17179581.688000] usbcore: registered new driver hub
[17179583.104000] usb 2-2: new full speed USB device using ohci_hcd and address 3
[17185466.268000] usb 3-1: new full speed USB device using ohci_hcd and address 2
[17185466.556000] usb-storage: device found at 2
[17185466.556000] usb-storage: waiting for device to settle before scanning
[17185466.556000] usbcore: registered new driver usb-storage
[17185471.644000] usb-storage: device scan complete
[17186098.484000] usb 3-1: USB disconnect, address 2
[17186136.084000] usb 3-1: new full speed USB device using ohci_hcd and address 3
[17186136.300000] usb-storage: device found at 3
[17186136.300000] usb-storage: waiting for device to settle before scanning
[17186141.388000] usb-storage: device scan complete
and when i give : sudo mount /dev/sdb -t vfat /mnt/flash
i get :
mount: wrong fs type, bad option, bad superblock on /dev/sdb,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
i try also: sudo mount -t autofs /mnt/flash and i got the same,,,,
what i should do couse important things are in that stick help!!!!
[17179581.688000] usbcore: registered new driver usbfs
[17179581.688000] usbcore: registered new driver hub
[17179583.104000] usb 2-2: new full speed USB device using ohci_hcd and address 3
[17185466.268000] usb 3-1: new full speed USB device using ohci_hcd and address 2
[17185466.556000] usb-storage: device found at 2
[17185466.556000] usb-storage: waiting for device to settle before scanning
[17185466.556000] usbcore: registered new driver usb-storage
[17185471.644000] usb-storage: device scan complete
[17186098.484000] usb 3-1: USB disconnect, address 2
[17186136.084000] usb 3-1: new full speed USB device using ohci_hcd and address 3
[17186136.300000] usb-storage: device found at 3
[17186136.300000] usb-storage: waiting for device to settle before scanning
[17186141.388000] usb-storage: device scan complete
and when i give : sudo mount /dev/sdb -t vfat /mnt/flash
i get :
mount: wrong fs type, bad option, bad superblock on /dev/sdb,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
i try also: sudo mount -t autofs /mnt/flash and i got the same,,,,
what i should do couse important things are in that stick help!!!!
Comment