Use nbd locally with qemu-nbd: modprobe nbd qemu-nbd -c /dev/nbd0 [path-to-image]
View the partitions: parted /dev/nbd0 print Select a partition and mount it; for example: mount /dev/nbd0p1 /mnt/vdi On Dec 20, 2012, at 3:58 AM, prabhjeet kaur <[email protected]> wrote: > Dear Members, > > I have a question that > How to patch the VM images offline if we want any changes?? > > Actually, I want to delete some of the files stored in VM disk without > powering on "VM image online". > So, for that we have to make changes in .vdi file of image or something else. > If yes, then how can we open .vdi file to write anything in it?? > > > > Thanking You, > Prabhjeet Kaur > > > > > _______________________________________________ > vbox-dev mailing list > [email protected] > https://www.virtualbox.org/mailman/listinfo/vbox-dev _______________________________________________ vbox-dev mailing list [email protected] https://www.virtualbox.org/mailman/listinfo/vbox-dev
