maanantai 9. syyskuuta 2013

Mount network drive with sshfs

If you want to mount a network drive to your Linux system it is very easy to do with sshfs.

Upgrade repositories first:
sudo apt-get update
then install sshfs with
sudo apt-get install sshfs

then create a new folder somewhere where you want to mount it, for example in my case
cd
mkdir myy

then to mount it type:
sshfs username@serverip: myy

and after the : you can specify location on server to mount.

To unmount type sudo umount foldername
In this case sudo umount myy



Ei kommentteja:

Lähetä kommentti