virtualbox - Create and modify the contents of a VDI disk image in Linux -
is there way can create virtual box disk image (.vdi) ntfs formatted , copy set of files prior attaching configured instance second disk using vboxmanage?
yes, have to:
- "aattch" vdi file disk device
- "mount" ntfs partitions in vdi file
ways of doing described in post:
https://serverfault.com/questions/210684/how-do-you-mount-a-vdi-image-on-linux
Comments
Post a Comment