How to Share the Folder Between Windows Host Machine and Virtual Box Guest (Linux):
Step 1: Under Virtual Box Guest (Linux) , install VirtualBox Guest Additions
The simplest way is to reboot the server in runlevel 5 (X-Window) by running:
a) # init 5
b) logon with root
c) Have CD/DVD device point to VBoxGuestAdditions_4.3.12.iso
d) Double-Click VBOXADDITIONS_4.3.12_93733 (on desktop)
e) Double-Click autorun.sh
Step 2: Under Windows Host Machine (Windows 7):
Under Oracle VM VirtualBox Linux Guest Server:
[root@localhost /]# mkdir /shared_dir
[root@localhost /]# mount -t vboxsf downloads /shared_dir
[root@localhost /]# ls /shared_dir/
文章標籤
全站熱搜
