Introduce
Install
CentOS
# yum -y install sshfs
# modprobe fuse
# lsmod | grep fuse
fuse 87661 1
Usage
Mount
UnMount
Reference
- h
t - How To Use SSHFS to Mount Remote File Systems Over SSHt p s : / / w w w . d i g i t a l o c e a n . c o m / c o m m u n i t y / t u t o r i a l s / h o w - t o - u s e - s s h f s - t o - m o u n t - r e m o t e - f i l e - s y s t e m s - o v e r - s s h - https://github.com/libfuse/sshfs - A network filesystem client to connect to SSH servers
- https://www.howtoforge.com/tutorial/how-to-install-sshfs-on-centos-7/ - How to install SSHFS on CentOS 7
- http://centoshowtos.org/storage/ssh-filesystem-sshfs/