Tuesday, July 26, 2011

How to mount the share folder into the linux virtual box?

Launch the linux virtual box. Open the shell terminal and create a folder in which the share folder contents to be accessible. Execute the below commands sequentially. This is tested in virtual box with ubuntu.


1. sudo mkdir winshare


2. mount.vboxsf   <share folder name>   winshare/


3. cd winshare


4. ls

No comments:

Post a Comment