segunda-feira, 2 de março de 2009

Virtual box - Linux

Para instalar os extras:

1. Install DKMS before installing the Linux Guest Additions
• On an Ubuntu system:
sudo apt-get install dkms

No mac:
Mount the VBoxGuestAdditions.iso file as your Linux guest’s virtual CD-ROM drive

sudo find / -name VBoxGuestAdditions.iso

cp VBoxGuestAdditions.iso /Users/rromano/Desktop

selecionar na VM a imagem


2. Change to the directory where your CD-ROM drive is mounted and execute as
root:
sh ./VBoxLinuxAdditions-x86.run

---

resolution graphics modes
you can
change your setup by editing the configuration file of the X server, usually found in
/etc/X11/xorg.conf

Pastas Partilhadas:

In a Linux guest, use the following command:
mount -t vboxsf [-o OPTIONS] sharename mountpoint
Replace sharename with the share name specified with VBoxManage, and
mountpoint with the path where you want the share to be mounted (e.g.
/mnt/share). The usual mount rules apply, that is, create this directory first if
it does not exist yet.

Beyond the standard options supplied by the mount command, the following are
available:
iocharset CHARSET
to set the character set used for I/O operations (utf8 by default) and
convertcp CHARSET
to specify the character set used for the shared folder name (utf8 by default).
The generic mount options (documented in the mount manual page) apply also.
Especially useful are the options uid, gid and mode, as they allow access by
normal users (in read/write mode, depending on the settings) even if root has
mounted the filesystem.

Sem comentários: