<?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>Never a Dude Like This One &#187; Uncategorized</title>
	<atom:link href="http://neveradudelikethisone.com/topics/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://neveradudelikethisone.com</link>
	<description>Interesting Things. Solutions to Problems. Other Assorted Stuff.</description>
	<lastBuildDate>Thu, 08 Jul 2010 17:16:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CP437 Fonts for Windows</title>
		<link>http://neveradudelikethisone.com/2010/01/cp437-fonts-for-windows/</link>
		<comments>http://neveradudelikethisone.com/2010/01/cp437-fonts-for-windows/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 21:38:27 +0000</pubDate>
		<dc:creator>Jacob Hammond</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[cp437]]></category>
		<category><![CDATA[dos]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[nerd crap]]></category>
		<category><![CDATA[oem-dos]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://neveradudelikethisone.com/?p=39</guid>
		<description><![CDATA[In my search for a good monospaced font for coding and other fixed-width uses, I began looking for a Windows version of the original Code Page 437 &#8220;OEM font.&#8221;
Unable to find a suitable replacement, I created .FON versions of the font using Fony, a spiffy freeware tool for editing bitmap fonts.
There&#8217;s both a 9&#215;16 and [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_40" class="wp-caption alignleft" style="width: 160px"><a href="http://neveradudelikethisone.com/wp-content/uploads/2010/01/Codepage-437.png" rel="lightbox[39]"><img class="size-thumbnail wp-image-40" title="Codepage-437" src="http://neveradudelikethisone.com/wp-content/uploads/2010/01/Codepage-437-150x144.png" alt="Codepage-437" width="150" height="144" /></a><p class="wp-caption-text">CP437, yo</p></div>
<p>In my search for a good monospaced font for coding and other fixed-width uses, I began looking for a Windows version of the original <a href="http://en.wikipedia.org/wiki/Code_page_437" target="_blank">Code Page 437</a> &#8220;OEM font.&#8221;</p>
<p>Unable to find a suitable replacement, I created .FON versions of the font using <a href="http://hukka.furtopia.org/projects/fony/" target="_blank">Fony</a>, a spiffy freeware tool for editing bitmap fonts.</p>
<p>There&#8217;s both a 9&#215;16 and an 8&#215;16 version. Those of you who ever knew too much about EGA will recall that it had an 8&#215;16 character size, whereas VGA&#8217;s is 9&#215;16. I find that both are suitable for modern use, but I like the 8&#215;16 a bit more because it seems better suited to the aspect ratio of a modern display (9&#215;16 feels a little too &#8220;loose&#8221;).</p>
<p>Download them both here (Windows .FON format): <a href="http://neveradudelikethisone.com/wp-content/uploads/2010/01/CP437_8x16.zip"><strong>8&#215;16</strong></a>, <a href="http://neveradudelikethisone.com/wp-content/uploads/2010/01/CP437_9x16.zip"><strong>9&#215;16</strong></a>.</p>
<p>Feel free to re-use and re-distribute as you see fit.</p>
]]></content:encoded>
			<wfw:commentRss>http://neveradudelikethisone.com/2010/01/cp437-fonts-for-windows/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Mounting a big ext2fs partition on a USB drive in FreeBSD</title>
		<link>http://neveradudelikethisone.com/2008/12/mounting-a-big-ext2fs-partition-on-a-usb-drive-initsi-freebsd/</link>
		<comments>http://neveradudelikethisone.com/2008/12/mounting-a-big-ext2fs-partition-on-a-usb-drive-initsi-freebsd/#comments</comments>
		<pubDate>Sun, 14 Dec 2008 21:14:44 +0000</pubDate>
		<dc:creator>Jacob Hammond</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://neveradudelikethisone.com/?p=5</guid>
		<description><![CDATA[I have a Maxtor OneTouch 4 Plus external USB drive, 750gb, that I wanted to connect to my home server running FreeBSD 7.0. I planned on using the drive for holding music and media, using the FreeBSD server as a media hub running Mediatomb and NFS/SMB shares.
In planning the venture, I needed the hard drive&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>I have a Maxtor OneTouch 4 Plus external USB drive, 750gb, that I wanted to connect to my home server running FreeBSD 7.0. I planned on using the drive for holding music and media, using the FreeBSD server as a media hub running Mediatomb and NFS/SMB shares.</p>
<p>In planning the venture, I needed the hard drive&#8217;s format to be as universally compatible and as universally stable as possible. I needed to be able to reliably interact with the drive under FreeBSD and Linux, as well as OS X and Windows (should the need ever arise, I want to be ready).</p>
<p>After some thought, I ended up settling on ext2 for the drive&#8217;s file system. I chose ext2 because:</p>
<ul>
<li>It is fairly universal, in that it can be mounted and used reliably from most OSs.</li>
<li>I did not want to use FAT32; plus, FreeBSD&#8217;s msdosfs driver could not mount the drive properly (even with the -o large switch).</li>
<li>Did not want to use NTFS because of general shakiness on any non-Windows platform.</li>
<li>I initially tried UFS, but gave up after repeated failed attempts to get FreeBSD to partition and label it properly. (Not sure why; suspect the drive&#8217;s detected geometry may have been an issue.)</li>
<li>Considered ZFS but decided I don&#8217;t want to be that cutting-edge; plus I wouldn&#8217;t have a use for most of its extended functionality. (I just need a basic filesystem.)</li>
<li>Considered HFS+ but FreeBSD support is shaky (old driver, could not get it to compile on 7.0).</li>
</ul>
<p>So, I plugged the drive into an Ubuntu Ibex box, formatted it into one ext2 partition and plugged it in to the FreeBSD box.</p>
<pre>mount -t ext2fs /dev/da0s1 /mnt/media</pre>
<p>So far, so good. The output of the mount command shows that the drive is there and mounted. But then:</p>
<pre>cd /mnt
ls -la
<strong>ls: media: Bad file descriptor</strong></pre>
<p>For some reason, the mount point could not be listed.</p>
<p>After some research, I came across <a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/124621">this bug report</a> that described the problem in greater detail. Basically, newer versions of Linux seem to format ext2fs partitions using a 256-byte inode size, versus the previous default of 128 bytes, which is what the FreeBSD ext2fs driver expects it to be.</p>
<p><strong>Fixing The Problem</strong></p>
<p>To fix it, you&#8217;ll apply <a href="http://pflog.net/~floyd/ext2fs.diff">a patch by Josh Carroll</a>, who posted it in the bug report linked above. Under a standard FreeBSD 7.0 installations, the commands will be something like this (as root):</p>
<pre>cd /usr/src/sys/gnu/fs
cp -R ext2fs ext2fs.orig
cd ext2fs
fetch http://pflog.net/~floyd/ext2fs.diff
patch &lt;ext2fs.diff
cd /usr/src
make buildkernel KERNCONF=GENERIC &amp;&amp; make installkernel KERNCONF=GENERIC</pre>
<p>If all goes well, you should then be able to restart, mount the drive, and have it work as expected. Good luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://neveradudelikethisone.com/2008/12/mounting-a-big-ext2fs-partition-on-a-usb-drive-initsi-freebsd/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
