[Bug 99437] Re: umount: mount disagrees with the fstab
Fredde
99437 at bugs.launchpad.net
Thu Jun 6 13:17:23 UTC 2013
I found the following solution
In fstab, this line couldn't unmount producing the "umount: mount disagrees with the fstab" error:
sshfs#fredde at host:/dir/ /media/sshfs/mountpoint fuse user,noauto,idmap=user 0 0
Adding the option "fsname=sshfs#user at host:/dir/" did the trick:
sshfs#fredde at host:/dir/ /media/sshfs/mountpoint fuse user,noauto,idmap=user,fsname=sshfs#fredde at host:/dir/ 0 0
The mount now shows up in Nautilus, and can be mounted and unmounted
from there like it should.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to util-linux in Ubuntu.
https://bugs.launchpad.net/bugs/99437
Title:
umount: mount disagrees with the fstab
Status in “util-linux” package in Ubuntu:
Confirmed
Bug description:
Binary package hint: mount
I am not root.
I can mount a filing system:
$ mount /mnt/backups
(no errors)
I cannot umount the filing system:
$ umount /mnt/backups
umount: /mnt/backups mount disagrees with the fstab
My fstab looks like this:
$ grep backups /etc/fstab
UUID=52ff9f34-23e4-4b1b-adfe-6d02ed07b5bd /mnt/backups ext3 defaults,errors=remount-ro,user 0 1
Oh, I see that there is more information about this bug here:
https://launchpad.net/ubuntu/+source/util-linux/+bug/71609
And that there is a patch for it here:
http://librarian.launchpad.net/5596114/util-linux_mount.patch
The patch is a one line of code fix in fstab.c and mount_blkid.h.
I am using 6.10 Server. This bug is breaking some very important
scripts and is very annoying!
I don't suppose you could give this a quick fix.
Thanks!
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/99437/+subscriptions
More information about the foundations-bugs
mailing list