Commits


mount: find kext with MacFUSE >=4 and macOS >=11


mount, 9pfuse: detect macports installed osxfuse MacPorts installs osxfuse under /opt/local.


mount: check current osxfuse kext location Current versions of osxfuse ship with multiple versions of its kernel extension (kext) for differend versions of macOS. Running mount(1) on macOS with a current version of osxfuse fails with `don't know how to mount (no fuse)' since it fails to find the kext. Running 9pfuse(4) directly works fine. This change adds a check to mount(1) that determines: 1) which version of macOS we're running on 2) if there is an osxfuse kext available for this version of macOS


mount: fix for osxfuse R=rsc http://codereview.appspot.com/6737052


srv(4), mount: update v9fs usage The v9fs usage is documented on https://www.kernel.org/doc/Documentation/filesystems/9p.txt R=rsc http://codereview.appspot.com/6445072


macfuse change


mount: update MacFUSE locations (Jeff Sickel)


mount: use /proc/filesystems to check for fuse, 9p (uriel)


mount: explicit u on test -S and mount to get unix versions (Chris King)


use 9p not 9P as mount type (Michael Kaminsky)


Mac FUSE support (thanks to Jeff Sickel)


quote equals


mount and unmount scripts