1. Make sure you add a share folder in Share Folder Setting
2. go to /etc/passwd to check the uid and gid
3. open the terminal and issue the command
sudo mount -t vboxsf -o uid=[uid]Sometimes we may need to mount Virtual Box Guess Addition ISO file, following command use to mount VBoxGuessAdditions.ISO,gid=[gid] [share_folder_name] [mount_path]
sudo mount -t iso9660 -o loop[VBoxGussAddition.ISO path] [mount_path]
No comments:
Post a Comment