Share a folder with SUN VirtualBox
With vbox you can easily share a folder between guest and real host once you have installed Guest Additions. So install guest additions
create a shared folder
# mount -t vboxsf mySharedFolder /mnt/
create a shared folder
# mount -t vboxsf mySharedFolder /mnt/
With rdesktop simply add the following parameter to
share a local directory with your remote host
# rdesktop winhost -r disk:Home=/home/giacometto
share a local directory with your remote host
# rdesktop winhost -r disk:Home=/home/giacometto
Commenti