Cannont umount FUSE filesystems when mounted on a NFS mounted directory in some cases
Bug #385632 reported by
Sebastian Urban
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
fuse (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
When trying to unmount a FUSE mount that is mounted on a subdirectory of a NFS mounted directory the following error message appears sometimes:
$ sshfs user@host:
$ fusermount -u ./sshfs
umount: user@host:
umount: user@host:
We have found no way to unmount this directory. fusermount -u -z does not help.
Description: Ubuntu 8.04.2
Release: 8.04
fuse-utils:
Installed: 2.7.2-1ubuntu2
Candidate: 2.7.2-1ubuntu2
Version table:
*** 2.7.2-1ubuntu2 0
500 http://
100 /var/lib/
To post a comment you must log in.
I came across this today in another distribution. It turned out to be a protections issue; one of the ancestor directories wasn't accessible by root.
umount gives the error message you cite when it receives an EACCES error return, which is extremely misleading. I wonder if this should be reported as a bug against util-linux?