From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Thu, 22 Feb 2007 11:59:52 -0600 From: "Eric Van Hensbergen" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] Question about v9fs on Gentoo In-Reply-To: <45DDD6F6.8060609@tecmav.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <45DDD6F6.8060609@tecmav.com> Topicbox-Message-UUID: 1296af40-ead2-11e9-9d60-3106f5b1d025 Which kernel version? Or better yet, cat /proc/filesystems with the v9fs module installed. You'll see either 9P2000, 9P, or 9p depending on kernel version, then you should be able to use that as the argument to mount -t (ie. mount -t 9p 127.0.0.1) There was some unfortunate churn in the naming of the fs, but we've now settled on 9p. -eric On 2/22/07, Adriano Verardo wrote: > Hi, all. > > I've configured Gentoo' v9fs without any problems (both dynamic and > in-kernel) but I cannot use it because the mount utility doesn't > recognize the "9P" file system type. > > Where can I find the correct mount util ? > From p9p ? > > Thanks. >