How to share folders between WinXP and Ubuntu in VirtualBox

Linux OS Topics
Post Reply
User avatar
Saman
Lieutenant Colonel
Lieutenant Colonel
Posts: 828
Joined: Fri Jul 31, 2009 10:32 pm
Location: Mount Lavinia

How to share folders between WinXP and Ubuntu in VirtualBox

Post by Saman » Mon Jun 21, 2010 2:54 am

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.
    sharedfolder.PNG
    sharedfolder.PNG (12.96 KiB) Viewed 2733 times
    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

    Code: Select all

    sudo mkdir /mnt/tao_xp
    sudo mount.vboxsf TAO /mnt/tao_xp
The shared folder would be accessible now: read & write!
Post Reply

Return to “Linux”