Commit graph

13 commits

Author SHA1 Message Date
Connor Taffe
90971376a5 mount: find kext with MacFUSE >=4 and macOS >=11 2021-01-31 20:52:49 -05:00
Xiao-Yong Jin
a5b24c22a8 mount, 9pfuse: detect macports installed osxfuse
MacPorts installs osxfuse under /opt/local.
2018-03-27 15:01:46 +02:00
Martin Kühl
72fc31acb3 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
2018-03-23 11:58:20 +01:00
Russ Cox
83d065a6b3 mount: fix for osxfuse
R=rsc
http://codereview.appspot.com/6737052
2012-10-20 13:28:29 -04:00
David du Colombier
e31375ac4e 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
2012-08-05 19:17:18 +02:00
Jeff Sickel
947dbe2d39 macfuse change 2008-10-08 21:16:50 -05:00
Russ Cox
ad95037a48 mount: update MacFUSE locations (Jeff Sickel) 2008-06-19 11:42:16 -04:00
Russ Cox
5a0f923557 mount: use /proc/filesystems to check for fuse, 9p (uriel) 2008-06-19 10:51:12 -04:00
Russ Cox
3dc14df0f7 mount: explicit u on test -S and mount to get unix versions (Chris King) 2007-10-09 19:22:43 -04:00
rsc
b510decf42 use 9p not 9P as mount type (Michael Kaminsky) 2007-05-01 15:26:48 +00:00
rsc
9b3fcf01c5 Mac FUSE support (thanks to Jeff Sickel) 2007-01-18 12:52:54 +00:00
rsc
da6a55346f quote equals 2006-07-27 14:39:12 +00:00
rsc
5801105701 mount and unmount scripts 2006-07-23 02:46:53 +00:00