Introduction
Introduction Statistics Contact Development Disclaimer Help
sshfs (SSH Filesystem)
Sunday Oct 7 6:11:38 2012
sshfs was an extraordinary discovery for me. I was looking for a way
of mounting my sdf-eu files on my local machines and I discovered
sshfs. Its usage is very simple from the point of view of the user,
even though some reseach is necessary.
Reading the tutorial at
https://sdfeu.org/w/doku.php?id=tutorials:sshfs was of great help. I
followed all the steps as described there. Here is just a brief
summary:
$ sudo apt-get install sshfs
$ sudo mkdir /media/sdfeu
$ sudo chown chals /media/sdfeu
$ sudo adduser chals fuse
And then in order to mount the files, I do:
$ sshfs sdfeu.org:/arpa/c/chals /media/sdfeu
And to unmount them, I do:
$ fusermount -u /media/sdfeu
As usual creating an alias is the fastest way to do it. Thus:
alias mountsdfeu='sshfs sdfeu.org:/arpa/c/chals /media/sdfeu'
alias umountsdfeu='fusermount -u /media/sdfeu'
Enjoy!
______________________________________________________________________
Gophered by Gophernicus/1.6 on NetBSD/amd64 9.1
You are viewing proxied material from sdfeu.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.