Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Partial support for raw devices #80

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

johanneswuerbach
Copy link

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
Copy link

any update on this ?

@johanneswuerbach
Copy link
Author

Merged & tested in moby/hyperkit#76

@johanneswuerbach johanneswuerbach deleted the raw-devices branch April 22, 2018 12:11
@johanneswuerbach johanneswuerbach restored the raw-devices branch December 5, 2018 20:22
@johanneswuerbach
Copy link
Author

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

@johanneswuerbach
Copy link
Author

Friendly ping to @jeremyhu :-)

@jeremyhu
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants