View Full Version : [ubuntu] USB will not mount
seattle vic
May 24th, 2008, 10:40 PM
Under Gutsy, I'd plug in my usb memory card and it would pop right up as I recall. Under Hardy, it appears in Places/Kingston, but clicking on it will not mount the device.
Do I need to mount it manually? If so, what device would I reference using the sudo mount command?
saj0577
May 25th, 2008, 12:03 AM
Right click/ Mount.
Should work.
Saj
seattle vic
May 25th, 2008, 06:21 PM
Right click/ Mount.
Should work.
Saj
Thanks for the reply.
If you mean pull down the "places" menu and right click on the entry for "kinston" (the name of the memory card that it has identified), that does not work. It treats it the same as a left click and does nothing.
I will add that I'm running virtual box, and although usb on both of my clients are disabled, they have been enabled in the recent past.
Vic
sayakb
May 25th, 2008, 06:23 PM
Mount it manually via CLI:
sudo mkdir /media/disk1
sudo mount -t /dev/sdc1 /media/disk1
Replace /dev/sdc1 with whichever applicable for you.
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.