<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ゆーすけぶろぐ &#187; server</title>
	<atom:link href="http://yusukezzz.net/blog/archives/tag/server/feed" rel="self" type="application/rss+xml" />
	<link>http://yusukezzz.net/blog</link>
	<description>yusukezzz&#039;s weblog... ぷろぐらむとか ruby, android, java, thinkpad, milestone2</description>
	<lastBuildDate>Wed, 28 Dec 2011 13:21:54 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>sshfsでリモートサーバのディレクトリをマウント</title>
		<link>http://yusukezzz.net/blog/archives/1719</link>
		<comments>http://yusukezzz.net/blog/archives/1719#comments</comments>
		<pubDate>Tue, 02 Feb 2010 09:05:32 +0000</pubDate>
		<dc:creator>yusukezzz</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://yusukezzz.net/blog/archives/1719</guid>
		<description><![CDATA[sshfsは文字通りssh通信によるファイルシステムで、 マウントする側にsshfsをインストールするだけでマウントされる側はsshdさえ動いていればいいという優れもの 何よりsambaやnfsと違ってポート開放が必要な [...]]]></description>
			<content:encoded><![CDATA[<p>sshfsは文字通りssh通信によるファイルシステムで、<br />
マウントする側にsshfsをインストールするだけでマウントされる側はsshdさえ動いていればいいという優れもの<br />
何よりsambaやnfsと違ってポート開放が必要ない（sshは解放済み前提）というのが強み</p>
<p>インストールもaptitudeで一発、使い方は</p>
<pre class="brush: plain; title: ; notranslate">
$ sudo aptitude install sshfs
$ sudo adduser local_account fuse
$ newgrp fuse
$ sshfs remote_account@hostname:/home/remote_account/ ~/mnt # マウント
$ fusermount -u ~/mnt # アンマウント
</pre>
<p>といった感じ<br />
ubuntu9.10で確認<br />
adduserとnewgrpの操作でfuseグループに参加するのが重要<br />
それからhostname側のマウントポイントはどこでもいいですが、<br />
いきなりルートディレクトリ（/）なんかを指定するとnautilusでアクセス出来なくて不便でした<br />
sshで暗号化されているのでレスポンスが不安でしたが、webdavより断然使える印象です<br />
＃むしろwindows環境におけるwebdavが酷すぎるというか…<br />
環境次第では動画再生なんかも出来そうです</p>
<p>windowsがクライアントの場合はdokanというソフトウェアを用いてマウント出来ます<br />
ただし7に対応してるかは分かりません（7のXPモードで動作を確認しました；）<br />
＃古いverでBSODが確認されているとのことでちょっと怖い</p>
]]></content:encoded>
			<wfw:commentRss>http://yusukezzz.net/blog/archives/1719/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

