Manuel Giraud <man...@ledu-giraud.fr> writes:
> Hi, > > I can't find the information on this list (or elsewhere). Is it > possible to have a vm that access a disk through its device? The > following does not seem to work: > > # vmctl start -cL -m 1G -b /bsd.rd -d /dev/sd1c myvm > vmctl: start vm command failed: Unknown error: -1 No, passing file descriptors to devices over ipc sockets isn't currently allowed by the kernel. You'd need to use the raw character device, too, afaik if passing them were allowed. > > What would be the alternatives? None I know of.