Results 1 to 3 of 3

Thread: Old usb mnt points

  1. #1
    Join Date
    Jul 2006
    Location
    Chicago
    Beans
    403
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Old usb mnt points

    I have an external usb flash drive that I use a lot.
    My ubuntu filesystem shows that there are three folders (mnt points) that have big X's on them. Now when I plug in the usb drive I get another point point and the actual path to the usb has a couple _'s underscores included in the path... So does two of the folders with X's on them.

    How do I get rid of the old broken mount points with X's on them?


    Thanks!

  2. #2
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Old usb mnt points

    Probably the easiest way if you are not happy about the CLI is to use
    Code:
    gksudo nautilus
    and then delete them the normal way using the GUI. You can, of course use
    Code:
    sudo rmdir /path/to/mount/point/
    Not sure if you need the trailing / at the end so wait for confirmation on that way first. Just make sure that the mount point folders are definitely not used by anything else first.
    EDIT:
    Just tried it and you don't need the trailing /
    Last edited by ajgreeny; August 10th, 2008 at 03:38 PM.

  3. #3
    Join Date
    Jul 2006
    Location
    Chicago
    Beans
    403
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Old usb mnt points

    Great - thanks that worked.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •