Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 1
    Yes, thanks. /etc/mtab and /proc/mounts are also possible. Commented Jan 7, 2014 at 10:32
  • 1
    Ah that's right, I always forgot those. Let's say that typing "mount" requires less characters (but more resources to execute?) Commented Jan 7, 2014 at 14:28
  • 2
    I have an external USB storage device "permanently" mounted on a certain directory on my laptop, Sometimes the cable gets disconnected by mistake. It was a big pain to remount the device on the directory (because of "device busy") until I read this answer. Now I known to use mount --move olddir newdir. Thanks. Commented Dec 30, 2014 at 10:24