<?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>OliverBrown.me.uk &#187; FreeNAS</title>
	<atom:link href="http://www.oliverbrown.me.uk/tag/freenas/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oliverbrown.me.uk</link>
	<description></description>
	<lastBuildDate>Sun, 21 Aug 2011 09:08:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.2</generator>
		<item>
		<title>Back to vanilla MythTV &#8211; Part 2: Fiddling</title>
		<link>http://www.oliverbrown.me.uk/2007/08/28/back-to-vanilla-mythtv-part-1-fiddling/</link>
		<comments>http://www.oliverbrown.me.uk/2007/08/28/back-to-vanilla-mythtv-part-1-fiddling/#comments</comments>
		<pubDate>Tue, 28 Aug 2007 15:06:23 +0000</pubDate>
		<dc:creator>Oliver</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[ATrpms]]></category>
		<category><![CDATA[CIFS]]></category>
		<category><![CDATA[FreeNAS]]></category>
		<category><![CDATA[fstab]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MythTV]]></category>
		<category><![CDATA[Samba]]></category>

		<guid isPermaLink="false">http://www.oliverbrown.me.uk/2007/08/24/back-to-vanilla-mythtv-part-1-fiddling/</guid>
		<description><![CDATA[After installing MythDora, there were a few extra things I had to do that took a while to figure out. Upgrade to mythtv-trunk from ATrpms I figured I just enable the &#8220;bleeding&#8221; repository and then do yum install mythtv. This worked fine. But nothing was different. It seems that &#8220;mythtv&#8221; is a meta package that [...]]]></description>
			<content:encoded><![CDATA[<p>After <a href="http://www.oliverbrown.me.uk/2007/08/24/back-to-vanilla-mythtv/">installing MythDora</a>, there were a few extra things I had to do that took a while to figure out.</p>
<p><strong>Upgrade to mythtv-trunk from ATrpms</strong></p>
<p>I figured I just enable the &#8220;bleeding&#8221; repository and then do <code>yum install mythtv</code>. This worked fine. But nothing was different. It seems that &#8220;mythtv&#8221; is a meta package that just says you have Myth installed without actually containing anything. So then I tried <code>yum install mythtv-frontend mythtv-backend mythtv-setup mythweb mythplugins</code>. This worked up until a point bu then failed a transaction test. The actual failure was a mismatch between themes that different parts provided. I decided this was unimportant but couldn&#8217;t force yum to install. So I installed apt (<code>yum install apt</code>) and used that (<code>apt-get install mythtv-frontend mythtv-backend mythtv-setup mythweb mythplugins</code> and it all went fine.</p>
<p><strong>Import old recordings</strong></p>
<p>This was easy than I expected. Simply replace the database with your old one (make sure you stop mythbackend before you do). I had previously copied all my old recordings to my FreeNAS box and dumped the database (<code>mysqldump -u <em>username</em> -p mythconverg &gt; mythconverg.sql</code>). So I deleted the <code>mythconverg</code> database and imported the SQL file (<code>mysql -u <em>username</em> -p &lt; mythconverg.sql</code>. You could also just copy the <code>mythconverg</code> directory in the MySQL data directory directly.</p>
<p>The next time you start mythbackend it will update the database schema (if necessary) and everything will work. Apparently if you had slave backends on your old system you might have problems but I didn&#8217;t so I&#8217;m not entirely sure what they are&#8230;</p>
<p><strong>Automatically mount a remote file system</strong></p>
<p>To get MythTV to save on my FreeNAS server I obviously needed to mount it at start up. This was simpler than I expected (although I did it using a terminal). Open the file <code>/etc/fstab</code> and add the line:<br />
<code><em>server</em>:<em>/share</em> <em>mount_point</em> cifs defaults 0 0</code>.<br />
<code>server</code> is the IP address of the FreeNAS server, <code>/share</code> is the folder on the server <code>mount_point</code> is the name you want to access it with locally (this directory should already exist &#8211; you normally make a sub directory of <code>/mnt</code>. After adding this run the command <code>mount -a</code> to force the system to mount all the file systems (it does this automatically at start up).</p>
<p>Then run MythTV Setup, select storage groups and add the mount point you chose as a directory.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oliverbrown.me.uk/2007/08/28/back-to-vanilla-mythtv-part-1-fiddling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back to vanilla MythTV &#8211; Part 1: MythDora Rocks</title>
		<link>http://www.oliverbrown.me.uk/2007/08/24/back-to-vanilla-mythtv/</link>
		<comments>http://www.oliverbrown.me.uk/2007/08/24/back-to-vanilla-mythtv/#comments</comments>
		<pubDate>Fri, 24 Aug 2007 09:29:46 +0000</pubDate>
		<dc:creator>Oliver</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[FreeNAS]]></category>
		<category><![CDATA[HTPC]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[LinuxMCE]]></category>
		<category><![CDATA[MCE]]></category>
		<category><![CDATA[Mythdora]]></category>
		<category><![CDATA[MythTV]]></category>

		<guid isPermaLink="false">http://www.oliverbrown.me.uk/2007/08/24/back-to-vanilla-mythtv/</guid>
		<description><![CDATA[Well I tried LinuxMCE but didn&#8217;t really get very far. After deciding everything was too much of a hassle, I downloaded MythDora 4.0 and installed it. I have to say that unless you have a specific reason otherwise, MythDora is definitely the way to go for a MythTV installation. It was really easy and actually [...]]]></description>
			<content:encoded><![CDATA[<p>Well I tried <a href="http://www.oliverbrown.me.uk/2007/08/12/linuxmce-0704/">LinuxMCE</a> but didn&#8217;t really get very far. After deciding everything was too much of a hassle, I downloaded <a href="http://swik.net/MythDora">MythDora 4.0</a> and installed it.</p>
<p>I have to say that unless you have a specific reason otherwise, MythDora is definitely the way to go for a <a href="http://www.oliverbrown.me.uk/2007/03/02/i-finally-have-mythtv/">MythTV</a> installation. It was really easy and actually worked (something that seems not to have happened a lot when I&#8217;ve tried Linux).</p>
<p>One of the big advantages of using MythDora is since it&#8217;s Fedora based you can update (usually) painlessly from <a href="http://www.atrpms.net">ATrpms</a>. It has MythTV packages based on regular SVN checkouts. Importantly for me it also has packages from from mythtv-trunk (the latest version). Although they&#8217;re marked as &#8220;bleeding&#8221; they are usually stable.</p>
<p>The reason I needed the latest version is for storage group support. Without storage groups MythTV is limited to storing recordings in a single directory, storage groups allows you to specify multiple storage groups, each containing several directories. MythTV then use some clever load balancing to spread things out across available drives. This is important for me since I was planning on keeping most of my recordings on my new <a href="http://www.oliverbrown.me.uk/2007/07/15/freenas/">FreeNAS server</a>, at least in the long term. The recordings aren&#8217;t tied to a specific storage group by the way &#8211; you can move them around freely (so I record to the local hard drive and then move them to the FreeNAS server later).</p>
<p>Once it was installed I did have to do a bit of fiddling, and it&#8217;s the sort of fiddling other people may have to do, so I&#8217;ll explain in part 2.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oliverbrown.me.uk/2007/08/24/back-to-vanilla-mythtv/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>FreeNAS</title>
		<link>http://www.oliverbrown.me.uk/2007/07/15/freenas/</link>
		<comments>http://www.oliverbrown.me.uk/2007/07/15/freenas/#comments</comments>
		<pubDate>Sun, 15 Jul 2007 17:32:13 +0000</pubDate>
		<dc:creator>Oliver</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[FreeNAS]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[NASLite]]></category>

		<guid isPermaLink="false">http://www.oliverbrown.me.uk/2007/07/15/freenas/</guid>
		<description><![CDATA[In an effort to get more storage to share between the three computers at home (two Windows and one MythTV) I setup yet another machine running FreeNAS. FreeNAS is a small (about 30MB) operating system based on FreeBSD designed just to be a NAS (Network Attached Storage). You add hard drives to it and it [...]]]></description>
			<content:encoded><![CDATA[<p>In an effort to get more storage to share between the three computers at home (two Windows and one MythTV) I setup yet another machine running <a href="http://www.freenas.org/">FreeNAS</a>.</p>
<p>FreeNAS is a small (about 30MB) operating system based on FreeBSD designed just to be a NAS (Network Attached Storage). You add hard drives to it and it makes them (optionally) available in several different ways, including:</p>
<ul>
<li>CIFS/Samba</li>
<li>NFS</li>
<li>rsync</li>
<li>HTTP</li>
<li>FTP</li>
</ul>
<p>After a few minor problems setting it up (like a power cable breaking and installing from an old CD-ROM drive that didn&#8217;t work) it works great. Copying a large (~40GB) chunk of files to it at once took a while but writing to and reading from it at more sensible levels isn&#8217;t noticeably slower than using local files (on a gigabit network).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oliverbrown.me.uk/2007/07/15/freenas/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)

Served from: www.oliverbrown.me.uk @ 2012-02-08 14:40:40 -->
