Sub-threading uma máquina virtual no Oracle VirtualBox

1

Salvete! Estou executando o Oracle VirtualBox em minha máquina Windows7 x64 e criei uma VM executando o mesmo (para desenvolvimento de ponto de compartilhamento).

Eu leio neste tópico que existe uma maneira de criar "addon-disk" para uma VM de forma que você possa unir um disco de adição à unidade principal e, em seguida, ativar e desativar esses addons -disks

O que eu quero fazer é instalar o Sharepoint em um disco suplementar e, em seguida, desativá-lo se não quiser carregá-lo, semelhante ao que o Sr. C.Marius descreve no encadeamento mencionado acima.

When working with VHD boot you can create a Base disk on which you install Windows+ drivers+ sql+..etc. and use it as the basis for anything later. Use CREATE VDISK FILE="D:\W7_base.vhd" MAXIMUM=102400 TYPE=Expandable" - 100GB Max. (parent disk will never take all space, but child disks will). Once you install all base SW you can create multiple differential disks with stuff already installed, using (in CMD > DISKPART) CREATE VDISK FILE=D:\VHD\W7_SP2010.vhd" PARENT="D:\VHD\W7_Base.VHD" - this will get you the CHILD disk to install ONLY SharePoint.

Basically you would: create a new VHD (remember params), boot via your USB bootable with W7, launch Diskpart, attach the VHD and simply run Windows install. Once you're done you now have a BASE VHD (don't change it anymore - ReadOnly). Simply reboot in USB again, run DISKPART, create a NEW VHD using as PARENT the previous disk, use BCDEDIT to update boot settings (clone entry and re-target the NEW VHD -no longer the BASE) and from now on you only use this one for your work. If you need another configuration, make again new VHD with BASE as PARENT. It sounds scary, now i do it in 20'

Posso fazer isso com o Oracle Virtual-Box?

    
por bgmCoder 09.10.2012 / 00:41

0 respostas