2010年12月26日日曜日

Ubuntuでhttpfs2を使用して、URL上のファイルをマウントする

Ubuntuでhttpfs2を使用して、URL上のファイルをマウントするには、以下の手順を実行します。

1.httpfs2のインストール
sudo apt-get install httpfs2

2.URLをマウント
http://localhost/icons/README.htmlを~/testにマウント
mkdir ~/test
httpfs2 http://localhost/icons/README.html ~/test
cat ~/test/README.html

3.アンマウント
fusermount -u ~/test
または
sudo umount httpfs2

動作環境
Ubuntu 10.10

0 件のコメント:

コメントを投稿