検索

fstabでsshfsの自動マウント

よくやり方忘れるのでメモ。

記述例

<pre class="wp-block-luxe-blocks-syntaxhighlighter line-numbers language-bash"><code class="language-bash">user@hoge.com:/mnt/mount_source /mnt/sshfs fuse.sshfs auto,_netdev,users,IdentityFile=/home/user/.ssh/Keys/id_ed25519.key,allow_other,reconnect,port=12345,compression=yes,delay_connect,</code></pre>u<pre class="wp-block-luxe-blocks-syntaxhighlighter line-numbers language-bash"><code class="language-bash">mask=0000 0 0</code></pre>
Code language: plaintext (plaintext)

参考

fstabの基本的な書き方やオプションはここ
https://wiki.archlinux.jp/index.php/Fstab

sshfsの固有のオプション(allow_otherやIdentityFile等)についてはここ
https://wiki.archlinux.jp/index.php/SSHFS