machyve / xhyve

xhyve, a lightweight OS X virtualization solution
Other
6.44k stars 353 forks source link

Partial support for raw devices #80

Open johanneswuerbach opened 8 years ago

johanneswuerbach commented 8 years ago

I haven't checked, whether all kinds of volumes work, but virtual disk images do, which allows you to use sparse volumes now with xhyve.

Example:

hdiutil create  -megabytes 2000 -type SPARSEBUNDLE -fs "MS-DOS FAT32" -layout "MBRSPUD" test
hdiutil attach test.sparsebundle // Get disk number
xhyve ... -s 4:0,ahci-hd,/dev/rdiskN ...
Fneufneu commented 7 years ago

any update on this ?

johanneswuerbach commented 7 years ago

Merged & tested in https://github.com/docker/hyperkit/issues/76

johanneswuerbach commented 5 years ago

Re-opening as there seems to be activity here again :-)

johanneswuerbach commented 5 years ago

Friendly ping to @jeremyhu :-)

jeremyhu commented 5 years ago

Thanks. Will give it a try soon and merge in.