*** This bug is a duplicate of bug 99437 ***
    https://bugs.launchpad.net/bugs/99437

This is the fix.  I have been using it for a while, its fine. Though I
am running linux the problem is the same.  There is one function missing
and the function in its place is the wrong one.  This bug only affects
drives that have an entry in the fstab that starts with "uuid=".  The
attached patch should be applied to the src-dep of util-linux.  I'm not
sure but I think that thats even the same for herd.  For those of you
who want this fix now follow these instructions:

Modify your source.list so you have so the dep-src for the main
repository enabled and copy the patch into /tmp. Then run the following
commands:

$ sudo apt-get update
$ sudo apt-get install build-essential
$ sudo apt-get build-dep mount
$ cd /tmp
$ apt-get source mount
$ cd util-linux-2.12r
$ ./debian/rules patch
$ patch -Np1 -i ../util-linux_user_mount.patch
$ ./configure
$ make lib
$ make -C mount
$ sudo chown root:root mount/umount
$ sudo chmod 4755 mount/umount
$ sudo mv mount/umount /bin

now you should be able to unmount you drive that was user mounted using
a uuid.


** Attachment added: "PATCH"
   http://librarian.launchpad.net/7440074/util-linux_user_mount.patch

-- 
Feisty/Gnome: unmounting volumes on the desktop doesn't work
https://bugs.launchpad.net/bugs/104693
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gnome-volume-manager in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to