Re: how to run bhyve and virtualbox at the same time

From: Dustin Marquess <dmarquess_at_gmail.com>
Date: Sun, 26 Jun 2022 18:29:14 UTC
On Sun, Jun 26, 2022 at 8:45 AM Mario Marietto <marietto2008@gmail.com>
wrote:

> If that can't be done,I'm forced to install the USB-IP server on FreeBSD
> itself and the client on MacOS,but this makes the task more complicated to
> accomplish. Even though there is no known USB over IP tool which can run
> natively on FreeBSD. For example I tried this one :
>

macOS supports CIFS (SMB) and NFS mounts natively, so that would probably
be the easiest. There's also a 9P client for macOS (
https://github.com/benavento/mac9p ) and a 9P server for *IX (
https://github.com/chaos/diod ) that you can use, instead of dealing with
USB-over-IP.

-Dustin