Is there any way I can create a Virtual Box disk image (.vdi) that is NTFS formatted and copy a set of files to it prior to attaching it to an already configured instance as a second disk using VBoxManage?
Asked
Active
Viewed 1.2k times
1 Answers
3
Yes, you will have to:
- "Aattch" the VDI file as another disk device
- "Mount" NTFS partitions in that VDI file
Ways of doing that are described in this post:
https://serverfault.com/questions/210684/how-do-you-mount-a-vdi-image-on-linux

Community
- 1
- 1

Shamit Verma
- 3,839
- 23
- 22