跳到主要內容

sshfs 慣用參數

[code]umount -f <local_path>sshfs -o reconnect,ServerAliveInterval=30,ServerAliveCountMax=9,cache=no,sshfs_sync,allow_other,uid=<local_uid>,gid=<local_gid> <remot_ip>:<remote_path> <local_path>[/code]

sshfs 慣用參數
[code]
umount -f <local_path>sshfs -o reconnect,ServerAliveInterval=30,ServerAliveCountMax=9,cache=no,sshfs_sync,allow_other,uid=<local_uid>,gid=<local_gid> <remot_ip>:<remote_path> <local_path>[/code]