Page 1 of 1

Re: pendrive unable to mount.........!

Posted: Fri Apr 25, 2008 7:08 pm
by 67GTA
Try running

Code: Select all

sudo rmmod ehci_hcd
in a terminal and try mounting it again. If that doesn't work then run

Code: Select all

sudo modprobe ehci_hcd
to undo the first command.

Re: pendrive unable to mount.........!

Posted: Sat Apr 26, 2008 9:28 am
by 67GTA
What brand/model is it? Has it been formatted?

Re: pendrive unable to mount.........!

Posted: Sat Apr 26, 2008 1:04 pm
by 67GTA
Plug it in, and then post the last 20-30 lines of output from

Code: Select all

dmesg
and also post a copy of your /etc/fstab file.

Re: pendrive unable to mount.........!

Posted: Sat Apr 26, 2008 2:06 pm
by 67GTA
Post a copy of your /etc/fstab file.

Re: pendrive unable to mount.........!

Posted: Sun Apr 27, 2008 11:02 am
by 67GTA
It looks like fstab has it listed as a cdrom. Delete this line from fstab, reboot, and try it again.

/dev/sdb1 /media/cdrom0 udf,iso9660 user,noauto,exec 0 0

Re: pendrive unable to mount.........!

Posted: Mon Apr 28, 2008 2:36 pm
by 67GTA
I'm not sure what is happening. One suggestion would be to try and reformat it, and try again. I have heard of some USB sticks with U3 capability trying to mount as a CD. Yours might be one of those. Also check the properties(right click on icon) after plugging it in to see if anything looks funny.