Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Excerpt

SSHFS provides secrure file access method in Linux platformis a filesystem client to mount and interact with directories and files located on a remote server or workstation over a normal ssh connection.


Table of Contents

Install SSHFS


To mount directory in remote server, you will need to install SSHFS

...

Code Block
sshfs ck@192.168.10.7:/data/disk1 /mnt/disk1


Auto-mount remote directory while server boot

If you want to setup auto-mounting remote directory, you need to create your own signature like below

...