From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <1368134f2e2a5a7ae0f41603e8c7ce2e@collyer.net> To: 9fans@cse.psu.edu Subject: Re: [9fans] mount 9P on Linux and FreeBSD via FUSE Date: Thu, 27 Jul 2006 15:56:21 -0700 From: geoff@collyer.net In-Reply-To: <3f5189696e13a66e3201717b0c2cf577@terzarima.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 911cedb2-ead1-11e9-9d60-3106f5b1d025 I had 9P mounting working but the v9fs (9P) module has vanished from my Linux machine. As root, I invoked the equivalent in C of mount -t 9P -o proto=fd,name=$LOGNAME,rfdno=%d,wfdno=%d '' /n/remote where %d is the file descriptor to communicate with the 9P server. The more common usage is mount -t 9P -o name=geoff 10.240.55.178 /n/remote