I have ubuntu 8.04 and its not taking any pendrive and writing in the message box that "could'n mount the 4GB drive " its shown in the Computer but i am unable to open it please give me a code or any kind of easy help

link|improve this question

0% accept rate
feedback

1 Answer

you should find the device name by using the following command:

sudo fdisk -l

this will list the devices attached to your computer

then use this command to mount the pendrive :

mount -t vfat /dev/sdb1

assuming that the device is sdb1 and it's formatted as FAT

source :

Ubuntu Forums

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.