Virtual Box: Mac OS and Linux file sharing
Install VBoxGuestAdditions
- In the virtual system window, select "Device" -> "Install Enhancements" as shown below:
Annotation: When adding, if you report an error, please try to restart the virtual system (Linux OS)
Enter the Linux system terminal and mount VBOXADDITIONS_xx_xx.iso to the specified location /media/cdrom, as follows:
Sudo mount /dev/cdrom /media/cdrom
If you do not specify the mount point /media/cdrom error, then execute mkdir /media/cdrom to create the folder.
Then start the run command:
Sudo /media/cdrom/VBoxLinuxAdditions.run
Second, set up a shared folder. Go to VirtualBox "Settings" -> "Shared Folder" as shown below:
Third, mount the shared file, the following command:
Sudo mount -t vboxsf ShareFile (shared file name) /mnt/shared
Congratulation! You can see the shared folder under at the /mnt/shared
Leave Virtual Box: Mac OS and Linux file sharing to:
Read more #steem posts
Best Posts From Wanglin Luo
We have not curated any of luowanglin's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.
More Posts From Wanglin Luo
- Good weather Good mood
- On the border of DaTong and Nei Monggol in north China
- Steamed Fish Head with Diced Hot Red Peppers
- Honeysuckle
- Localization of Nib files
- Virtual Box: Mac OS and Linux file sharing
- The shoes is very bad :-(
- [Deleted]
- AT&T for light reading
- Chinese Food at Changsha in Hunan Provence
- AudioKit集成分析
- Vitality in the Spring
- Objective-C & Swift混编
- Alamofire response 中文乱码
- iOS11 Write文件时抛出fileWriteUnsupportedScheme异常的处理方案