All three bugs on this are from the same source. This is the fix. I am attaching this patch to all three. I have been using it for a while, its fine. The attached patch should be applied to the src-dep of util- linux. 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 for fixing user uuid unmounting" http://librarian.launchpad.net/7435918/util-linux_user_mount.patch -- umount: mount disagrees with the fstab https://bugs.launchpad.net/bugs/99437 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs