Revision [3862]

Last edited on 2010-10-15 08:37:46 by KenFong
Additions:
==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!


Revision [1862]

Edited on 2008-08-02 01:00:08 by WikiAdmin
Additions:
==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


Revision [1861]

Edited on 2008-07-31 08:50:32 by WikiAdmin
Additions:
Platform Fedora 9 on custom kernel 2.6.25.5
Deletions:
Platform Fedore 9 on custom kernel 2.6.25.5


Revision [1860]

Edited on 2008-07-31 08:49:56 by WikiAdmin
Additions:
Platform Fedore 9 on custom kernel 2.6.25.5
Deletions:
Platform Fedore 9 on custom kernel 2.6.25.6


Revision [1859]

The oldest known version of this page was created on 2008-07-31 08:49:42 by WikiAdmin
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki