Skip to content

Instantly share code, notes, and snippets.

@hnishi
Created March 11, 2016 07:21
Show Gist options
  • Save hnishi/af0d01e5f29431083510 to your computer and use it in GitHub Desktop.
Save hnishi/af0d01e5f29431083510 to your computer and use it in GitHub Desktop.
#!/bin/sh
#sudo sshfs hnishi@mm00:/work1/hnishi /mnt/mm00
sudo sshfs -o allow_other -o kernel_cache -o auto_cache -o reconnect \
-o compression=no -o cache_timeout=600 -o ServerAliveInterval=15 \
hnishi@192.168.39.81:/work01/hnishi /mnt/n01
ln -s /mnt/n01 .
#sudo umount /mnt/mm00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment