💽Make Virtual Drive for Silicon Mac

Since it is difficult to use Windows on a silicon Mac, we will guide you on how to create a virtual drive file without using Vhd tool.

See the links below.

Create a dummy file by referring to the links above. The extension should be DSK, and you can mount it as a virtual drive in IODD.

After creation, the DSK file must be located in a physically contiguous space through file defragmentation.

e.g)

$ mkfile 10G ~/VirtualHDD.DSK
->10GB Virtual drive file name"VirtualHDD"

$ mkfile 100G ~/ST400VD.DSK
->100GB Virtual drive file name"ST400VD.DSK"

Last updated