fluiday / macfuse

Automatically exported from code.google.com/p/macfuse
Other
0 stars 0 forks source link

MacFUSE mounts filesystems on mount points that are too long and can't be umounted #342

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Mount a FUSE filesystem on a mount point whose path contains more than
89 characters (on 10.4).
2. Try to unmount.
3. Unmount fails due to mount point path length limitation hard-coded in
system mount/umount.  Message is "X is not mounted", or similar.

What is the expected output? What do you see instead?

I would expect it to umount :).

What version of the product are you using? On what operating system?

fusefs 1.1, Revision 3
Mac OSX 10.4
Darwin Kernel Version 8.11.0

Please provide any additional information below.

Original issue reported on code.google.com by forest...@gmail.com on 14 Apr 2008 at 2:44

GoogleCodeExporter commented 8 years ago
It's a Mac OS X Issue. See also 
http://code.google.com/p/macfuse/issues/detail?id=149

Original comment by si...@gmail.com on 14 Apr 2008 at 5:37