[Bug 442130] Re: Custom fstab causes duplicate entries for partitions in Places

2018-11-07 Thread Bug Watch Updater
** Changed in: gvfs Status: Confirmed => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/442130 Title: Custom fstab causes duplicate entries for partitions in Places To manage

[Bug 442130] Re: Custom fstab causes duplicate entries for partitions in Places

2017-08-21 Thread Bug Watch Updater
** Changed in: gvfs Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/442130 Title: Custom fstab causes duplicate entries for partitions in Places To manage

[Bug 442130] Re: Custom fstab causes duplicate entries for partitions in Places

2012-07-26 Thread Vancouverite
For those mounting an nfs and having this issue, as per comment 21 (https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/442130/comments/21) I changed the following line: XXX.XXX.XXX.XXX:/nfs/Public /media/BigToaster nfs rw,user,rsize=8192,wsize=8192,timeo=14,intr,nfsvers=3 0 0 to

[Bug 442130] Re: Custom fstab causes duplicate entries for partitions in Places

2012-06-21 Thread DAVID
Same here with 3.2.0-25-generic #40-Ubuntu SMP Wed May 23 20:30:51 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux /dev/disk/by-uuid fixed also the issue for local drives for me. But can't umount the partitions... -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 442130] Re: Custom fstab causes duplicate entries for partitions in Places

2012-05-13 Thread Dixon Xavier
Have same problem in Ubuntu 12.04 /dev/disk/by-uuid fixed issue for local drives. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/442130 Title: Custom fstab causes duplicate entries for partitions in

[Bug 442130] Re: Custom fstab causes duplicate entries for partitions in Places

2012-04-05 Thread Jim
Bug still exists in Ubuntu 12.04. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/442130 Title: Custom fstab causes duplicate entries for partitions in Places To manage notifications about this bug

[Bug 442130] Re: Custom fstab causes duplicate entries for partitions in Places

2011-10-27 Thread lambassadeur
I can confirm that this bug with the UUID still exists in Ubuntu 11.04 Natty Narwhal. The Workaround with using /dev/disk/by-uuid/ instead of UUID= does the trick. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 442130] Re: Custom fstab causes duplicate entries for partitions in Places

2011-10-26 Thread gaudin
** Changed in: gvfs (Ubuntu) Status: Triaged = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/442130 Title: Custom fstab causes duplicate entries for partitions in Places To manage

[Bug 442130] Re: Custom fstab causes duplicate entries for partitions in Places

2011-10-16 Thread Alecz20
@ artinP (bircoe): Thanks for the link, but it did not address the issue of duplicated entries for samba shares. It did, however, contain other useful piece of information: mounting protected samba shares without a credentials file. Regarding the duplicated issue, I think the problem has to do

[Bug 442130] Re: Custom fstab causes duplicate entries for partitions in Places

2011-01-27 Thread Belyaev Nikolay
unfortunatly, if mount samba share i can't write /dev/disk/by-uuid/ bugs still with me -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/442130 Title: Custom fstab causes duplicate entries for

[Bug 442130] Re: Custom fstab causes duplicate entries for partitions in Places

2010-12-12 Thread Mtt.Castelli
I confirm this bug is still present in maverick 10.10. The partition affected is the same as before (with previuos ubuntu releases), it is an ext3 logical partition, labeled and identifies winthout uuid. This is, in fstab: /dev/sda5 /media/DADA ext3 errors

[Bug 442130] Re: Custom fstab causes duplicate entries for partitions in Places

2010-11-11 Thread Ian Eldred
I had this bug after I set up auto mounting of my NTFS drives. I fixed it by editing /etc/fstab as shown below: #UUID=24482A274829F866 /media/General ntfs-3g rw,auto,user,fmask=0111,dmask= 0 0 /dev/disk/by-uuid/24482A274829F866 /media/General ntfs-3g

[Bug 442130] Re: Custom fstab causes duplicate entries for partitions in Places

2010-11-05 Thread Magnes
The bug is still there in Ubuntu 10.10. :| I hate it. I consider dumping nautilus because of it. -- Custom fstab causes duplicate entries for partitions in Places https://bugs.launchpad.net/bugs/442130 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 442130] Re: Custom fstab causes duplicate entries for partitions in Places

2010-10-02 Thread Maxim Kalinin
I'm not sure if this is the same issue, but here's what I had. I had the following entry in /etc/fstab: UUID=B634D59634D55A47 /media/VIDEO ntfs rw,users 0 2 Now apparently ntfs-3g ignores some mount options, since in /etc/mtab it was displayed like this: /dev/sdb1 /media/VIDEO fuseblk

[Bug 442130] Re: Custom fstab causes duplicate entries for partitions in Places

2010-09-17 Thread eldon
i can confirm that the bug is still present in lucid and modifying fstab mount options gets the device, local or network, listed twice. i use UUID= in fstab and a line having only defaults as options will get the device listed only once, changing the options to something else, for example

[Bug 442130] Re: Custom fstab causes duplicate entries for partitions in Places

2010-09-16 Thread Bug Watch Updater
** Changed in: gvfs Importance: Unknown = Medium -- Custom fstab causes duplicate entries for partitions in Places https://bugs.launchpad.net/bugs/442130 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 442130] Re: Custom fstab causes duplicate entries for partitions in Places

2010-06-29 Thread Dana Goyette
I have the same issue when making udev auto-mount things by label -- I'm using the following script, tweaked to use blkid instead of vol_id: http://superuser.com/questions/53978/ubuntu-automatically-mount- external-drives-to-media-label-on-boot-without-a-us I've also tweaked the script to use

[Bug 442130] Re: Custom fstab causes duplicate entries for partitions in Places

2010-06-25 Thread Andras Muranyi
My EXT3, SWAP, and XFS volumes work fine with 'UUID='. NTFS volumes don't work with 'UUID=' and need '/dev/disk/by-uuid/' instead. -- Custom fstab causes duplicate entries for partitions in Places https://bugs.launchpad.net/bugs/442130 You received this bug notification because you are a member

[Bug 442130] Re: Custom fstab causes duplicate entries for partitions in Places

2010-06-17 Thread Bug Watch Updater
** Changed in: gvfs Status: Unknown = New -- Custom fstab causes duplicate entries for partitions in Places https://bugs.launchpad.net/bugs/442130 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 442130] Re: Custom fstab causes duplicate entries for partitions in Places

2010-05-17 Thread Martin Fisher
I have this problem with Ubuntu 10.4 and Nautilus (but note that on the same machine I have Dolphin installed, and that does not have duplicate entries). Playing around (and guessing...) a little I replaced the options with 'defaults' so that, for example, one of my usb drives is mounted from

[Bug 442130] Re: Custom fstab causes duplicate entries for partitions in Places

2010-05-01 Thread Xoby
Same problem with lucid lynx : duplicated NFS entries ... -- Custom fstab causes duplicate entries for partitions in Places https://bugs.launchpad.net/bugs/442130 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 442130] Re: Custom fstab causes duplicate entries for partitions in Places

2010-04-30 Thread sim909
MartinP: could you please tell us what revision of the fstab line resolved the problem for you? This has been bugging me for a long time as well, haven't yet upgraded to 10.04, but from your comment I see the upgrade alone will not fix the issue. -- Custom fstab causes duplicate entries for

[Bug 442130] Re: Custom fstab causes duplicate entries for partitions in Places

2010-04-29 Thread MartinP
I have the same issue as Alecz20, I have 4 samba shares mounted via fstab, 2 of them appear twice (NAS-Software and Movies) in the nautilus sidebar, one gives an error when it's clicked on (Unable to mount Movies) the other works perfectly, I'm not sure if it's a fstab config error, or something

[Bug 442130] Re: Custom fstab causes duplicate entries for partitions in Places

2010-04-29 Thread MartinP
Nevermind, I seem to have resolved it with a revised fstab line. Alecz20 try this link https://wiki.ubuntu.com/MountWindowsSharesPermanently -- Custom fstab causes duplicate entries for partitions in Places https://bugs.launchpad.net/bugs/442130 You received this bug notification because you

[Bug 442130] Re: Custom fstab causes duplicate entries for partitions in Places

2010-02-22 Thread Alecz20
I have the same problem using samba shares. How do I use the workaround with the UUID for the samba shares? -- Custom fstab causes duplicate entries for partitions in Places https://bugs.launchpad.net/bugs/442130 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 442130] Re: Custom fstab causes duplicate entries for partitions in Places

2010-01-10 Thread Diego Fraga
Like Martin Lindhe said, this option: Instead of using LABEL=xx, specify disk with /dev/disk/by-label/xx For UUID=xx it is /dev/disk/by-uuid/xx solves my problem. But only in local places bcause I'm mounting sshfs systems on my server and them appears dupplicated. -- Custom fstab

[Bug 442130] Re: Custom fstab causes duplicate entries for partitions in Places

2009-12-07 Thread Artships
I have the same problem, but only using nautilus. pcmanfm works fine, just like nautilus used to in 9.04. bash uname -a Linux serenity 2.6.31-16-generic #52-Ubuntu SMP Thu Dec 3 22:07:16 UTC 2009 x86_64 GNU/Linux bash gvfs-mount -oi Monitoring events. Press Ctrl+C to quit. (execute

[Bug 442130] Re: Custom fstab causes duplicate entries for partitions in Places

2009-11-27 Thread Laurent
Hello, I am also affected by this bug since my upgrade to ubuntu karmic. As noted by others, the workaround using /dev/disk/by-* only works for local disks. All my auto-mounted NFS mounts now appear twice in nautilus, and one of the two entries is not usable (Error message Impossible to mount xx

[Bug 442130] Re: Custom fstab causes duplicate entries for partitions in Places

2009-11-05 Thread sim909
The /dev/disk/by-* is a workaround that only works on local partitions, not on network mounts of any type. May I ask what the double change in milestone means? -- Custom fstab causes duplicate entries for partitions in Places https://bugs.launchpad.net/bugs/442130 You received this bug

[Bug 442130] Re: Custom fstab causes duplicate entries for partitions in Places

2009-11-05 Thread Sebastien Bacher
it means that the bug was pondering to be milestoned but is not -- Custom fstab causes duplicate entries for partitions in Places https://bugs.launchpad.net/bugs/442130 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 442130] Re: Custom fstab causes duplicate entries for partitions in Places

2009-11-04 Thread Sebastien Bacher
** Changed in: gvfs (Ubuntu) Milestone: ubuntu-9.10 = ubuntu-10.04 ** Changed in: gvfs (Ubuntu) Milestone: ubuntu-10.04 = None -- Custom fstab causes duplicate entries for partitions in Places https://bugs.launchpad.net/bugs/442130 You received this bug notification because you are a

[Bug 442130] Re: Custom fstab causes duplicate entries for partitions in Places

2009-10-29 Thread sim909
I suffer from the same bug, and it shows up with any type of mount in the fstab file, i.e. including sshfs, davfs and samba -- Custom fstab causes duplicate entries for partitions in Places https://bugs.launchpad.net/bugs/442130 You received this bug notification because you are a member of

[Bug 442130] Re: Custom fstab causes duplicate entries for partitions in Places

2009-10-05 Thread Sebastien Bacher
Thank you for your bug report. The issue is an upstream one and it would be nice if somebody having it could send the bug the to the people writting the software (https://wiki.ubuntu.com/Bugs/Upstream/GNOME) ** Package changed: nautilus (Ubuntu) = gvfs (Ubuntu) ** Changed in: gvfs (Ubuntu)

[Bug 442130] Re: Custom fstab causes duplicate entries for partitions in Places

2009-10-05 Thread Martin Lindhe
Hello Sebastien. I have looked through the gnome bugzilla. I found this bug: https://bugzilla.gnome.org/show_bug.cgi?id=520851 which may be the same issue I am having. However it is closed as fixed about 1.5 years ago. So what next: should I report a new bug, or try to get some response by

[Bug 442130] Re: Custom fstab causes duplicate entries for partitions in Places

2009-10-05 Thread Sebastien Bacher
it would be better to open a new bug since gvfs uses devicekit-disks now which is a new technology -- Custom fstab causes duplicate entries for partitions in Places https://bugs.launchpad.net/bugs/442130 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 442130] Re: Custom fstab causes duplicate entries for partitions in Places

2009-10-05 Thread Martin Lindhe
Upstream bug https://bugzilla.gnome.org/show_bug.cgi?id=597420 has been created. ** Bug watch added: GNOME Bug Tracker #597420 http://bugzilla.gnome.org/show_bug.cgi?id=597420 ** Bug watch removed: GNOME Bug Tracker #520851 http://bugzilla.gnome.org/show_bug.cgi?id=520851 -- Custom fstab

[Bug 442130] Re: Custom fstab causes duplicate entries for partitions in Places

2009-10-05 Thread Sebastien Bacher
Thank you for sending the bug to GNOME ** Changed in: gvfs (Ubuntu) Status: Confirmed = Triaged ** Changed in: gvfs Importance: Undecided = Unknown ** Changed in: gvfs Status: New = Unknown ** Changed in: gvfs Remote watch: None = GNOME Bug Tracker #597420 -- Custom fstab

[Bug 442130] Re: Custom fstab causes duplicate entries for partitions in Places

2009-10-05 Thread Martin Lindhe
Upstream suggested a working work-around: Instead of using LABEL=xx, specify disk with /dev/disk/by-label/xx For UUID=xx it is /dev/disk/by-uuid/xx This works great and it solves my reported problem, so this bug report may be invalid now. However since /etc/fstab supports specifying disks by

[Bug 442130] Re: Custom fstab causes duplicate entries for partitions in Places

2009-10-05 Thread Sebastien Bacher
The bug should probably still be kept open as a request to have other syntax to work too -- Custom fstab causes duplicate entries for partitions in Places https://bugs.launchpad.net/bugs/442130 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 442130] Re: Custom fstab causes duplicate entries for partitions in Places

2009-10-04 Thread Martin Lindhe
** Attachment added: screenshot http://launchpadlibrarian.net/32973325/nautilus-places-dupes.png ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/32973326/Dependencies.txt ** Attachment added: ProcMaps.txt http://launchpadlibrarian.net/32973328/ProcMaps.txt **

[Bug 442130] Re: Custom fstab causes duplicate entries for partitions in Places

2009-10-04 Thread Doug McMahon
** Changed in: nautilus (Ubuntu) Status: New = Confirmed -- Custom fstab causes duplicate entries for partitions in Places https://bugs.launchpad.net/bugs/442130 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs