2009年10月7日 星期三

Mount any VBox-compatible disk image on the host

If you encountered this message while building:
.: 32: Can't open /etc/vbox/vbox.cfg
You should add this line
INSTALL_DIR=/usr/lib/virtualbox
to the building script.
If you encountered fuse mount option error while executing, you should patch the source code:
- fuse_opt_add_arg (&fuseArgs, "");
+ fuse_opt_add_arg (&fuseArgs, "vdi");
and rebuild it.
You can simply unmount it using umount command.

沒有留言:

張貼留言