Chris Jean's Blog

Linux, WordPress, programming, anime, and other stuff.
twitter
rss

Archive for mount

I’m using Ubuntu 8.10 64-bit, Intrepid Ibex, but these instructions should work for users of other distros (such as Linux Mint, Fedora, Sabayon, etc) as well.

This morning I needed to pull some images off of my camera’s SD card using my Dell Studio 17’s built-in card reader. I plugged the card in, got sidetracked for a few minutes, and then realized that I couldn’t find a mount point for my card.

Usually when I plug in the card, it is automatically identified and mounted. Then Nautilus would show a listing in the left-hand pane for the card allowing me easy access to the contents. However, that didn’t happen today.

I thought about rebooting in order to see if it was just a fluke, but I didn’t want to save all my projects, close out all my applications, reboot, and load everything back up. So, I thought I’d see about mounting the device manually. Fortunately, it wasn’t difficult at all.

Continue reading “Mount Dell Studio 17 Card Reader in Ubuntu”

I recently ran into an issue where a mounted SSHFS filesystem refused to unmount.

I tried to unmount it from inside Nautilus by right-clicking the mount and selecting Unmount, but this failed with an error message. The error told me that it couldn’t unmount the device and gave a reason of “mount disagrees with the fstab”.

I then edited the fstab (sudo vi /etc/fstab) and commented out the entry for the device. I tried to unmount in Nautilus again, but this time it told me that I couldn’t unmount the device because I wasn’t root and the device was not listed in fstab. I then uncommented the previously commented line and saved the file again.

Continue reading “Forcing a Device to Unmount in Ubuntu Linux”