Home

In this blog you can find information about Linux, Plone, Open Source software in general and whatever crosses my mind.

This is the last news that I find interesting, you can find more in the News sections:

 

Below you can read my last blog entry


How to mount remote filesystem with ssh

SSH mount tutorial for Debian Linux systems
  1. Install sshfs package:

    $ sudo apt-get install sshfs
    
  2. Make a mount point:

    $ mkdir /media/remotehome
    
  3. Mount the remote filesystem:

    $ sudo sshfs user@remoteserver:/home/user /media/remotehome
    
  4. Don't forget to unmount the remote filesystem whenyou're done:

    $ umount /media/remotehome
    

--

Danilo Dellaquila

Filed under:


I'm now reading