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:

  1. "aattch" vdi file disk device
  2. "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

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -