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=0000   0   0
/dev/disk/by-uuid/24482A274829F866   /media/General   ntfs-3g   
rw,auto,user,fmask=0111,dmask=0000   0   0
#UUID=0064339B64339280   /media/Photos   ntfs-3g   
rw,auto,user,fmask=0111,dmask=0000   0   0
/dev/disk/by-uuid/0064339B64339280   /media/Photos   ntfs-3g   
rw,auto,user,fmask=0111,dmask=0000   0   0
#UUID=C4747EFD747EF192   /media/Video   ntfs-3g   
rw,auto,user,fmask=0111,dmask=0000   0   0
/dev/disk/by-uuid/C4747EFD747EF192   /media/Video   ntfs-3g   
rw,auto,user,fmask=0111,dmask=0000   0   0

The original lines have been commented out with #.

So the fix was simply replacing 'UUID=' with '/dev/disk/by-uuid/' on
each line as suggested by Andras Muranyi in #22.

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to