Although Virtual Box provided an option of shared folder, it is not straightforward to use this shared folder. It took me some searches on VirtualBox forum to find it how Ubuntu guest OS can access the shared Folder on WinXP host OS.
1. Add folder(s) to shared folder menu.
It is important to write down the folder names at this step.
2. Boot guest system, open a terminal and type in the following commands
sudo mkdir /mnt/tao_xp
sudo mount.vboxsf TAO /mnt/tao_xp
The shared folder would be accessible now: read & write!
Reference:
[1] http://forums.virtualbox.org/viewtopic.php?t=3201&highlight=share+folder
[2] http://virtualdebian.blogspot.com/2007/12/sharing-folders-with-virtualbox.html
No comments:
Post a Comment