Thursday, March 28, 2013

Share folder on Virtualbox

How comes I need to check help file each time I want to use it? -_-!

  • In a Linux guest, use the following command:

    mount -t vboxsf [-o OPTIONS] sharename mountpoint

    To mount a shared folder during boot, add the following entry to /etc/fstab:

    sharename   mountpoint   vboxsf   defaults  0   0


No comments: