Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jul 2022 23:12:28 +0930
From:      "Daniel O'Connor" <darius@dons.net.au>
To:        Felix Palmen <felix@palmen-it.de>
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: VFS mount rollback for virtio 9pfs
Message-ID:  <07D63390-AC48-4A19-A717-F6CAF546E1A6@dons.net.au>
In-Reply-To: <BC734F39-4ECC-4B0D-A771-83763F3283BC@dons.net.au>
References:  <75ACE8B8-A41F-4742-95DA-3CFB3B97746A@dons.net.au> <20220714101214.sju2rpsngqjyuvsb@nexus.home.palmen-it.de> <BC734F39-4ECC-4B0D-A771-83763F3283BC@dons.net.au>

next in thread | previous in thread | raw e-mail | index | archive | help


> On 14 Jul 2022, at 20:57, Daniel O'Connor <darius@dons.net.au> wrote:
>=20
>=20
>=20
>> On 14 Jul 2022, at 19:42, Felix Palmen <felix@palmen-it.de> wrote:
>>=20
>> * Daniel O'Connor <darius@dons.net.au> [20220711 22:46]:
>>> I am attempting to get the Juniper virtfs code
>>> (http://github.com/Juniper/virtfs) working and I have managed to get
>>> it to a point where it mounts and things seem to work
>>> (https://github.com/DanielO/freebsd-src/tree/9pfs) although I have
>>> only tested on bhyve so far (but feel free to test elsewhere :)
>>=20
>> Awesome, I've been waiting for this feature! Thanks for working on =
it.
>>=20
>> I hope once you're done, you'll rebase it onto main and suggest if =
for
>> inclusion :)
>=20
> That's the plan but if you want to test it you should be able to clone =
the repo and build the KLDs, eg:
> git clone --depth 1 --branch 9pfs =
https://github.com/DanielO/freebsd-src.git 9pfs
> cd 9pfs/sys/dev/virtio/9pnet

This should be..
cd 9pfs/sys/modules/virtio/9pnet

> make && sudo make install
> cd ../9pfs
> make && sudo make install
>=20
> Then to use it:
> kldload virtio_9pfs
> mount -t virtfs somesharename /some/mount/point

--
Daniel O'Connor
"The nice thing about standards is that there
are so many of them to choose from."
-- Andrew Tanenbaum




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?07D63390-AC48-4A19-A717-F6CAF546E1A6>