Showing posts with label sshfs. Show all posts
Showing posts with label sshfs. Show all posts

2018-10-16

ssh mount


출처 : https://blog.leocat.kr/notes/2018/04/23/sshfs-mount-remote-server-using-ssh

$ sshfs -o reconnect mirror@mirror:/mirror /mnt/mirror
$ sudo umount /mnt/mirror