brollyjin :
Is there any software to convert the .vdi into permanent hard drive??
cant we use disk manager to do something.??
can you check this youtube link and tell is this what i am looking for,...
http://www.youtube.com/watch?v=en-6GjtlwJc
No, that only assigns a drive letter to a folder that already exists on your hard drive.
A vdi is a compressed archive of files basically.
You have 2 options as I see it:
1: if you wish to maintain the compressd nature of the vdi file you can create a bat file that runs at startup, just like in that video, that runs the mount command {such as : winmount -m path_to vdi_file -drv z:} at every startup
2: create a folder on your main drive named something like z_drive. Mount the virtual z: drive and then copy everything into the new folder. Unmount the virtual z:drive so that the drive letter is now available. From here you can create a Z: drive using the subst command just like in the video: subst z: c:\z_drive
{or do it the easy way with a utility called visual subst; be sure to check the box to have the drive load at startup.}
And now you can make a couple of backups of the vdi file (to dvd) and then delete if from the harddrive if you need the room.
Please note that in option 2: you will lose the spaced saved in compressing the contents of the drive as well as the files themselves being hidden somewhat... but you loose those if you have the vdi mount at startup anyways.