Sharing USB disk with Virtual Box guest OS

Assuming the host OS is Windows and the guest OS is Linux (CentOS in my case):
make a directory at the guest OS for the flash storage:
mkdir /home/telzur/shared
Plug the memory stick and check the guest OS log:
tail /var/log/messages
find the name of the new device, in my case, ./dev/sdb1
as root:
mount –t vfat /dev/sdb1 /home/telzur/shared
Your files are now in the shared folder.
Enjoy!

Comments

Popular posts from this blog

Cellular Automata - Part II, Using Condor

[mpich-discuss] Errors while testing MPICH2 on Vista

MPI.NET Tutorial