Results 1 to 3 of 3

Thread: [SOLVED] Make nautilus show mounted volumes

  1. #1
    Join Date
    Jul 2007
    Beans
    341

    [SOLVED] Make nautilus show mounted volumes

    Hi. I have a large number of volumes that I mount with truecrypt and I normally put them in the /mnt directory. However, nautilus doesn't show this, it only shows volumes in the /media dir. Also it should show the volume size for all the volumes, not just the plaintext ones. How can I fix this?

  2. #2
    Join Date
    Jul 2007
    Beans
    341

    Re: Make nautilus show mounted volumes

    bump

  3. #3
    Join Date
    Jul 2007
    Beans
    341

    Re: Make nautilus show mounted volumes

    I solved this myself. I just deleted /mnt and made a symbolic link from /mnt /media. Now everything I mount in /mnt appears in /media. and will show up in nautilus

    Code:
    #make sure nothing is mounted in /mnt before you try this!
    rm -r /mnt
    ln -s /media /mnt

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
  •