Re: usb devices passthrough in bhyve
- In reply to: FreeBSD Louisville : "Re: usb devices passthrough in bhyve"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 15 Feb 2025 16:41:09 UTC
You can also use "virtio-blk" instead of "ahci-hd"...; but the guest OS should have the virtio driver installed... On Sat, Feb 15, 2025 at 5:35 PM FreeBSD Louisville < freebsdlouisville@gmail.com> wrote: > Thanks Mario, adding the line: > > -s 1,ahci-hd,/dev/da0 \ > > allowed me to mount the USB thumb drive in the guest. > > On 12/28/24 04:41, Mario Marietto wrote: > > -s 1,ahci-hd,/dev/da5 \ > -- Mario.