USB drive not recognized on UBUNTU

Solved
angelike Posted messages 149 Status Membre -  
rer_louz Posted messages 276 Status Membre -
hello everyone

I am on UBUNTU

After finishing with my digital camera, I decided to try my USB flash drive.

It is not recognized!

here are the commands you typed in the console.....

root@ubuntu:/home/****** # more /proc/bus/usb/devices |grep "S: Product"
S: Product=nVidia Corporation nForce USB Controller (#2)
S: Product=nVidia Corporation nForce USB Controller
S: Product=USB DISK 2.0

To see if it is detected, since I am a novice on Ubuntu I do not know if it is recognized.

My fstab.....

# /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/hda6 /home ext3 defaults 0 2
/dev/hda5 none swap sw 0 0
/dev/hdd /media/cdrom0 udf,iso9660 ro,user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0

Thank you for your help</pass></dump></options></type></mount></file>

5 réponses

jipicy Posted messages 40842 Registration date   Status Modérateur Last intervention   4 898
 
usbfs on /proc/bus/usb type usbfs (rw)

And what if you try :
mount -t usbfs /dev/sda /mnt/cle 
What does it give?
--
Z'@+...che.
JP : Zen, my Nuggets ! ;-) Knowledge is only good if it is shared. 
3
angelike Posted messages 149 Status Membre 11
 
coolll thanks it was this order
you're great

have a good day
0
jipicy Posted messages 40842 Registration date   Status Modérateur Last intervention   4 898 > angelike Posted messages 149 Status Membre
 
you're cool
No, just an owl ;-))

Heureux pour toi ;-)
--
Z'@+...che.
JP : Zen, my Nuggets ! ;-) Knowledge is only valuable when shared. 
0
rer_louz Posted messages 276 Status Membre 71
 
Hello,

sorry spicy but there's something I don't understand.
does sda not need to be partitioned? I would have done a mount -t usbfs /dev/sda1 /mnt/usbkey?
Does usbfs have specific characteristics?

Thanks,
See you later


--
Linux will dominate the world !!!! But it's not easy to understand everything
0