Results 1 to 3 of 3

Thread: Duplicate entries in places menu

  1. #1
    Join Date
    Nov 2009
    Location
    Lake Wales Florida
    Beans
    607
    Distro
    Ubuntu 12.04 Precise Pangolin

    Duplicate entries in places menu

    I see this posted in several places in the past but no answers. If I use UUID in fstab to mount additional partitions I get duplicate entries for the partitions in the Places Menu.
    I can solve the problem by mounting the partitions by Label ( /dev/sdb2 /mountpoint ) but half of the time grub2 will not mount the drive correctly using this method and will change the volume ID (sdb2 becomes sdf2) . ANY help would be appreciated.
    AMD FX-6200 - MSI 4.1Ghz- Nvidia GTX550Ti -12/GIG - 60GB-SSD/500 Sata - 12.04 - Gnome 3

  2. #2
    Join Date
    Nov 2010
    Location
    Berlin, Germany
    Beans
    4,534
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: Duplicate entries in places menu

    I have the same behaviour at my system, at least when I tried it that way the last time, running Lucid 10.04, like stated.

    But I can workaround that by putting the device specifications like this:
    Code:
    /dev/disk/by-uuid/107C-26F4  /media/Data     vfat    user,utf8,umask=007,uid=1000,gid=46 0       0
    Hope it works for you too!

    Greetings.
    Last edited by Krytarik; April 3rd, 2011 at 03:56 AM.

  3. #3
    Join Date
    Nov 2009
    Location
    Lake Wales Florida
    Beans
    607
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Duplicate entries in places menu

    Quote Originally Posted by Krytarik View Post
    I have the same behaviour at my system, at least when I tried it that way the last time, running Lucid 10.04, like stated.

    But I can workaround that by putting the device specifications like this:
    Code:
    /dev/disk/by-uuid/107C-26F4  /media/Data     vfat    user,utf8,umask=007,uid=1000,gid=46 0       0
    Hope it works for you too!

    Greetings.
    Thank you very much !! The /dev/disk/by-uuid did the trick.
    AMD FX-6200 - MSI 4.1Ghz- Nvidia GTX550Ti -12/GIG - 60GB-SSD/500 Sata - 12.04 - Gnome 3

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
  •