diff --git a/bin/mount b/bin/mount index 414d2ba3..71d4cc0c 100755 --- a/bin/mount +++ b/bin/mount @@ -20,7 +20,8 @@ case FreeBSD echo 'don''t know how to mount (no fuse)' >[1=2] case Darwin if(sysctl fuse.version >[2=1] |9 grep -si 'fuse.version' || - test -d /System/Library/Extensions/fusefs.kext) + test -d /System/Library/Extensions/fusefs.kext || + test -d /Library/Filesystems/fusefs.fs/Support/fusefs.kext) exec 9pfuse $1 $2 echo 'don''t know how to mount (no fuse)' >[1=2] case *