Announcement

Collapse
No announcement yet.

[SOLVED] unmount doesn't work

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [SOLVED] unmount doesn't work

    Have been loving kubuntu for a couple of months now, but have skipped around the fact that in the command line the UNMOUNT command doesn't work.

    It's there in /bin/ but if I type it in console I get

    jim@jim-laptop:~$ unmount
    bash: unmount: command not found
    jim@jim-laptop:~$

    Anyone help? It's was the same under 6.10 as it is now under 7.04

    Thanks

    Jim
    Jim Hitch<br />English Language Services Limited<br />http://www.englishlanguageservices.co.uk

    #2
    Re: unmount doesn't work

    Originally posted by jim.hitch
    that in the command line the UNMOUNT command doesn't work
    Such a command simply does not exist - it's UMOUNT (with 1 N).

    You may, however, create an alias to catch forseeable typos, e.g.:

    Code:
    # /etc/bashrc
    alias unmount='umount -v'

    Comment


      #3
      [SOLVED] Re: unmount doesn't work

      lol. Bingo my latent dyslexia!

      Have you any idea how many times I saw uNmount, and now miraculously the 'N' has disappeared.

      Thanks.

      Jim
      Jim Hitch<br />English Language Services Limited<br />http://www.englishlanguageservices.co.uk

      Comment

      Working...
      X