PDA

View Full Version : [ubuntu] Files from HDD in VM


velja27
March 15th, 2009, 02:20 PM
Is there a way to use/transfer files from hdd in VirtualBox?

HermanAB
March 15th, 2009, 04:15 PM
Virtualbox has a way to share a host folder with a guest. However, since that can be hard to get going, I usually use SSH or FTP instead.

For FTP, install proftp on Linux and FileZilla on Windows.

For SSH, install ssh-server on Linux and FileZilla on Windows.

You can also use NFS and the Microfot Sevices for Unix (NFS) is a free download form Microsoft:
http://www.microsoft.com/DownLoads/details.aspx?familyid=896C9688-601B-44F1-81A4-02878FF11778&displaylang=en

http://www.aeronetworks.ca/nfs-howto.html

Cheers,

Herman

velja27
March 15th, 2009, 04:33 PM
Thanks HermanAB,can i use FileZilla instead of proftp?