Revision [3862]
Last edited on 2010-10-15 08:37:46 by KenFongAdditions:
==Creating a shared disk image==
With virtualbox 3.2.8 or above, one can create a "shareable" disk using the VBoxManage command:
VBoxManage createhd --filename /my/vm/c5-shared-disk.vdi --size 4096 --type shareable --variant Fixed
VBoxManage modifyhd /my/vm/c5-shared-disk.vdi --type shareable
Now the disk image /my/vm/c5-shared-disk.vdi can be added to multiple virtual machines, and you know what you can do that!
With virtualbox 3.2.8 or above, one can create a "shareable" disk using the VBoxManage command:
VBoxManage createhd --filename /my/vm/c5-shared-disk.vdi --size 4096 --type shareable --variant Fixed
VBoxManage modifyhd /my/vm/c5-shared-disk.vdi --type shareable
Now the disk image /my/vm/c5-shared-disk.vdi can be added to multiple virtual machines, and you know what you can do that!
Revision [1862]
Edited on 2008-08-02 01:00:08 by WikiAdminAdditions:
==Configuring NAT==
Port 2201 on host machine will be forwarded to port 22 on guest
VBoxManage setextradata "bsd7" "VBoxInternal/Devices/e1000/0/LUN#0/Config/guestssh/Protocol" TCP
VBoxManage setextradata "bsd7" "VBoxInternal/Devices/e1000/0/LUN#0/Config/guestssh/GuestPort" 22
VBoxManage setextradata "bsd7" "VBoxInternal/Devices/e1000/0/LUN#0/Config/guestssh/HostPort" 2201
Port 2201 on host machine will be forwarded to port 22 on guest
VBoxManage setextradata "bsd7" "VBoxInternal/Devices/e1000/0/LUN#0/Config/guestssh/Protocol" TCP
VBoxManage setextradata "bsd7" "VBoxInternal/Devices/e1000/0/LUN#0/Config/guestssh/GuestPort" 22
VBoxManage setextradata "bsd7" "VBoxInternal/Devices/e1000/0/LUN#0/Config/guestssh/HostPort" 2201
Revision [1861]
Edited on 2008-07-31 08:50:32 by WikiAdminAdditions:
Platform Fedora 9 on custom kernel 2.6.25.5
Deletions:
Revision [1860]
Edited on 2008-07-31 08:49:56 by WikiAdminAdditions:
Platform Fedore 9 on custom kernel 2.6.25.5