1. Set up a shared folder on the local system to use for the regional space that interacts with Ubuntu.
2. Right-click the shared folder icon on the status bar or the menu bar "device-shared folder" to open the shared folder settings, as shown in
3. Click the Add button in the upper right corner of the shared Folder settings box.
Select a shared folder that was previously set by this computer
You must not check the automatic mount at this time
4, set the share name, enter the Linux system, open the terminal, first execute the command, add "windows_share" directory in mount point directory, then execute "mount-t vboxsf virturebox_share/mnt/windows_share/ , you can complete the settings for the shared folder.
Sumkdir/mnt/mount-t vboxsf virturebox_share/mnt/windows_share/[[email protected] oracle]#
5, Setup completed, you can create a few files, test
(Test method:
1. Create a file in the local C:\Software\Oracle\VirtureBox_Share to view the Mnt/windows_share/directory.
2. Create a file in the Mnt/windows_share/directory and view it in the native C:\Software\Oracle\VirtureBox_Share)
[[email protected] oracle]# cd/mnt/windows_share/lstouchlslinux.txt window created. Txt[[email Protected] windows_share]#
6. Set Automatic mount
SuPassword: [[email protected] Oracle] #vim/etc/fstab
Add to
virturebox_share/mnt/windows_share/vboxsf rw,gid=110,uid=0
7. Unload mount point command:
Umount-f/mnt/share
Original address:
How Linux systems in VirtualBox share folders with Windows
Virtual machine Oracle VM VirtualBox Linux system How to access Windows shared folders