How to mount a network drive?
Solution 1:
sudo apt-get install curlftpfs
in terminal mount ftp resource:
curlftpfs [user@]host:[dir] mountpoint [options]
or in /etc/fstab:
curlftpfs#ftp.host.com /mnt/host fuse rw,uid=500,user,noauto 0 0
Solution 2:
OK, i found it easy.
1. Go to desktop when logged in Unity.
2. Click on the top bar and select 'file'
3. Select 'Connect to server'
I think it is, what you are looking for.