跳到主要內容

sshfs 不斷線參數設定

[code]umount -f /目的地資料夾sshfs -o reconnect,ServerAliveInterval=30,ServerAliveCountMax=9,cache=no,sshfs_sync,allow_other,uid=帳號UID,gid=帳號GID 主機IP:/來源資料夾 /目的地資料夾[/code]

sshfs 不斷線參數設定
[code]
umount -f /目的地資料夾
sshfs -o reconnect,ServerAliveInterval=30,ServerAliveCountMax=9,cache=no,sshfs_sync,allow_other,uid=帳號UID,gid=帳號GID 主機IP:/來源資料夾 /目的地資料夾
[/code]