タグ

ブックマーク / d.hatena.ne.jp/tueda_wolf (1)

  • sshfsを試す - tuedaの日記

    sshdで通る先をマウントできる夢のツール。 クライアント側にsshfsをインストールする。 # cd /usr/ports/sysutils/fusefs-sshfs # make install /usr/bin/ld: cannot find -lgio-2.0 最近glibに含まれたライブラリらしい。 glibをアップデートしたらOK カーネルソースが必要。sysinstallから適当に入れる。 Basic Instructions: There are three ways to do this: Daemon initiated 1) % sshfs -o idmap=user username@example.org: /path/to/mount/point or 2) % mount_fusefs auto /path/to/mount/point sshfs -o id

  • 1