Sunday, April 10, 2011

fstab

Permanently mount VirtualBox shared folder to /mnt/hosthome


mkdir sudo /mnt/hosthome


Add the following line into /etc/fstab

hosthomedir       /mnt/hosthome  vboxsf  rw,uid=1000,gid=1000,auto,exec  0       0

No comments:

Post a Comment