From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <442EB7D4.2050202@asgaard.homelinux.org> Date: Sat, 1 Apr 2006 19:26:44 +0200 From: =?ISO-8859-1?Q?=22Nils_O=2E_Sel=E5sdal=22?= User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: fernanbolando@mailc.net, Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] v9fs and Russ tra References: <1d5d51400603312138x7e132fdbx9ef49f823ee2a7b9@mail.gmail.com> In-Reply-To: <1d5d51400603312138x7e132fdbx9ef49f823ee2a7b9@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Topicbox-Message-UUID: 2b172a96-ead1-11e9-9d60-3106f5b1d025 Fernan Bolando wrote: > Hi all > > I have 3 new set of questions. :) > > Is it possible to mount a plan9 namespace or directory of a cpu server > on to a linux terminal using v9fs or should I just use nfsserver? > I have been trying to make v9fs by doing > mount -t 9P -o proto=tcp 192.168.0.1 /mnt/9 > and it always says connection refused. > I also tried exportfs and the mount command still refused. However when > I tried to do 9fs 192.168.0.1 on the cpu server it worked fine. Make sure fossil is indeed listening on for network connections. fossilcons(8) should have the details.