Re: [9fans] linux mount -t 9p permissions problem

2016-07-29 Thread Costin Chirvasuta
Well, this was because the exported directory on FreeBSD has permission 0. It is the mountpoint of torrentfs (github.com/anacrolix/torrent). On Fri, Jul 29, 2016 at 2:54 AM, Costin Chirvasuta wrote: > I have ufs (https://github.com/rminnich/go9p/) running on a FreeBSD > box and I'm trying to moun

Re: [9fans] linux mount -t 9p permissions problem

2016-07-29 Thread Costin Chirvasuta
I love 9P! It was the only way I could export a FUSE filesystem over the network and it works flawlessly! On Fri, Jul 29, 2016 at 12:31 PM, Costin Chirvasuta wrote: > Well, this was because the exported directory on FreeBSD has > permission 0. It is the mountpoint of torrentfs > (github.com/anacr