R.A. Epigonos et al.

[linux] sshを使ってsftpマウント

sshでログイン可能なホストのホームディレクトリをマウントするにはsshfs等を利用する。

192.168.10.1のhogeユーザのホームディレクトリをマウントする例。

$ sshfs hoge@192.168.0.1:/home/hoge /home/hoge/mnt/192.168.10.1

アンマウントする場合は以下。

$ fusermount -u /home/hoge/mnt/192.168.10.1

リファレンス

  1. Mounting SFTP and FTP shares - Gentoo Linux Wiki
  2. sftp mount - Google 検索
  3. sshでリモートサーバーをマウント、便利にsshfs - Unix的なアレ
  4. sshで他マシンのファイルシステムをマウントするには - @IT

ソーシャルブックマーク

  1. はてなブックマーク
  2. Google Bookmarks
  3. del.icio.us

ChangeLog

  1. Posted: 2010-05-28T16:28:11+09:00
  2. Modified: 2010-05-28T16:28:11+09:00
  3. Generated: 2023-08-27T23:09:13+09:00