<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>FileSystem &#8211; JunkHack Feed</title>
	<link>/</link>
	<description>アリエクでポチった JUNKHACK</description>
	<lastBuildDate>Sat, 25 Jul 2015 13:16:28 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.3</generator>

<image>
	<url>/wp-content/uploads/2020/09/logo.png</url>
	<title>FileSystem &#8211; JunkHack</title>
	<link>/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>NFS Boot の IOPS</title>
		<link>/2015/07/25/post-900.html</link>
		
		<dc:creator><![CDATA[JunkHack]]></dc:creator>
		<pubDate>Sat, 25 Jul 2015 13:16:28 +0000</pubDate>
				<category><![CDATA[FileSystem]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[Raspberry Pi]]></category>
		<guid isPermaLink="false">/?p=900</guid>
							<description><![CDATA[fio の手順が載っていたので、以下でNFS Boot の IO性能を計測。]]></description>
										<content:encoded><![CDATA[<p>fio の手順が載っていたので、以下でNFS Boot の IO性能を計測。</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>AUFSとか</title>
		<link>/2015/07/24/post-886.html</link>
		
		<dc:creator><![CDATA[JunkHack]]></dc:creator>
		<pubDate>Thu, 23 Jul 2015 21:49:46 +0000</pubDate>
				<category><![CDATA[FileSystem]]></category>
		<category><![CDATA[Linux]]></category>
		<guid isPermaLink="false">/?p=886</guid>
							<description><![CDATA[正式名称は、wiki によるとAnotherUnionFSというのだそうな。 Docker とかにも使われているそうで、こんなわかりやすいページがあった。 Dockerイメージの差分管理についてまとめてみた http:/ [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>正式名称は、<a href="https://ja.wikipedia.org/wiki/Aufs" target="_blank" rel="noopener noreferrer external" data-wpel-link="external" class="wpel-icon-right">wiki<span class="wpel-icon wpel-image wpel-icon-1"></span></a> によるとAnotherUnionFSというのだそうな。</p>
<p>Docker とかにも使われているそうで、こんなわかりやすいページがあった。</p>
<blockquote>
<p>Dockerイメージの差分管理についてまとめてみた</p>
<p><a href="http://tanksuzuki.com/post/docker-image-filesystem/" class="broken_link wpel-icon-right" data-wpel-link="external" target="_blank" rel="external noopener noreferrer"><a href="http://tanksuzuki.com/post/docker-image-filesystem/">http://tanksuzuki.com/post/docker-image-filesystem/<span class="wpel-icon wpel-image wpel-icon-1"></span></a></a></p>
</blockquote>
<p>Docker とかは、見聞きしたことはあるんだけども、実際に使ったことはなくどんなものなのかはよく知りません。</p>
<p>一言でいえば、</p>
<blockquote>
<p>異なるファイルシステムのファイルやディレクトリを透過的に重ねて、ひとつのファイルツリーを構成できるファイルシステム</p>
</blockquote>
<p>ということのようです。BerryBoot のファイルシステムはまさにこれのようですね。このカーネルをあげてchroot すれば最新に追随できそうな感じです。この週末はそんなことにチャレンジしてみるか、気分一新、工作に手を出すかですね。</p>
<p>ほんと、知らないことがたくさんがたくさんありますね。奥が深いというか、知れば知るほど、深みにはまるというか。</p>
<p>NFS でルートファイルシステムをブートさせる記事があったので、</p>
<blockquote>
<p>raspberryPiをNFSで起動する</p>
<p><a title="http://takuya-1st.hatenablog.jp/entry/2014/10/14/002617" href="http://takuya-1st.hatenablog.jp/entry/2014/10/14/002617" data-wpel-link="external" target="_blank" rel="external noopener noreferrer" class="wpel-icon-right"><a href="http://takuya-1st.hatenablog.jp/entry/2014/10/14/002617"><a href="http://takuya-1st.hatenablog.jp/entry/2014/10/14/002617">http://takuya-1st.hatenablog.jp/entry/2014/10/14/002617<span class="wpel-icon wpel-image wpel-icon-1"></span></a></a></a></p>
</blockquote>
<blockquote>
<p>Boot Raspberry Pi over NFS</p>
<p><a href="http://www.whaleblubber.ca/boot-raspberry-pi-nfs/" class="broken_link wpel-icon-right" data-wpel-link="external" target="_blank" rel="external noopener noreferrer"><a href="http://www.whaleblubber.ca/boot-raspberry-pi-nfs/">http://www.whaleblubber.ca/boot-raspberry-pi-nfs/<span class="wpel-icon wpel-image wpel-icon-1"></span></a></a></p>
</blockquote>
<p>とりあえず、これを週末に実験してみますか。</p>
<p>&#160;</p>
<p>ちょっとづつこのあたりは、永続的に押さえていこうかと思います。RasPi をゲットしなければこういうことも、ずっと知らないままだったのかもしれないことを考えると、価値があったと思います。</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
