9fans / plan9port

Plan 9 from User Space
https://9fans.github.io/plan9port/
Other
1.6k stars 318 forks source link

9pfuse not working on Mac OS Sonoma #641

Open yobson opened 5 months ago

yobson commented 5 months ago

I have an apple silicon MacBook pro and I am using the newest version of the tools (cloned today)

I have made a simple 9p filesystem. On linux it works with 9mount. On Mac OS I run 9pfuse 'tcp!localhost!9000' u

Then I get the following errors:

$ ls u
ls: cannot open directory 'u': Not a directory
$ cd u
$ ls
ls: cannot open directory '.': Not a directory
$ cat hello-world
Hello, World!

So in a way, you can see that something is working...