<?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>Using Linux &#187; Hardware</title>
	<atom:link href="http://tommykeswick.com/linux/category/hardware/feed/" rel="self" type="application/rss+xml" />
	<link>http://tommykeswick.com/linux</link>
	<description>Documenting my day-to-day experience</description>
	<lastBuildDate>Sun, 06 Sep 2009 04:56:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Increasing the Ubuntu partition</title>
		<link>http://tommykeswick.com/linux/2007/07/28/increasing-the-ubuntu-partition/</link>
		<comments>http://tommykeswick.com/linux/2007/07/28/increasing-the-ubuntu-partition/#comments</comments>
		<pubDate>Sun, 29 Jul 2007 01:29:37 +0000</pubDate>
		<dc:creator>Tommy Keswick</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://tommykeswick.com/linux/2007/07/28/increasing-the-ubuntu-partition/</guid>
		<description><![CDATA[Because I&#8217;ve been installing so many applications lately, my 10 GB partition for Ubuntu is feeling cramped. It may also have to do with the fact that I moved my /home back to the same partition as the OS because of other strange issues.
The last time I did something with GParted, it screwed up the [...]]]></description>
			<content:encoded><![CDATA[<p>Because I&#8217;ve been installing so many applications lately, my 10 GB partition for Ubuntu is feeling cramped. It may also have to do with the fact that I moved my <code>/home</code> back to the same partition as the OS because of other strange issues.</p>
<p>The last time I did something with GParted, it screwed up the partition. I had to use TestDisk to recover my partition that got lost. This time I plan on backing up my partition first. I&#8217;m going to run</p>
<p><code>sudo rsync -avx --progress --numeric-ids / /media/EXTERNAL/BACKUP/Ubuntu_20070728/</code></p>
<p>The <code>-x</code>, <code>--progress</code>, and <code>--numeric-ids</code> options I learned more about from <a href="http://www.sanitarium.net/golug/rsync_backups.html">http://www.sanitarium.net/golug/rsync_backups.html</a>.</p>
<p>Wow, Beagle has a lot of files. I did not realize. My <code>~/.beagle</code> directory has 79,832 files in it, taking up 552.3 MB of space. Next task will be to move that directory to another volume and symlink to it!</p>
<p>Anyway, after running <code>rsync</code> I booted into my trusty Puppy Linux because I knew that GParted won&#8217;t allow me to work on mounted partitions.</p>
<p>Honestly, I was surprised when the resize went off without a hitch.</p>
<p>I then booted back into Ubuntu and my partition is now doubled in size.</p>
]]></content:encoded>
			<wfw:commentRss>http://tommykeswick.com/linux/2007/07/28/increasing-the-ubuntu-partition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hard disk problems</title>
		<link>http://tommykeswick.com/linux/2007/06/29/hard-disk-problems/</link>
		<comments>http://tommykeswick.com/linux/2007/06/29/hard-disk-problems/#comments</comments>
		<pubDate>Fri, 29 Jun 2007 20:15:06 +0000</pubDate>
		<dc:creator>Tommy Keswick</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://tommykeswick.com/linux/2007/06/29/hard-disk-problems/</guid>
		<description><![CDATA[While I thought it would be a great idea to keep /home on a separate partition for backup purposes and the like, it turned out to be more of a headache than I had planned.
When attempting to login at the Ubuntu prompt I would get an error message saying that my /home directory did not [...]]]></description>
			<content:encoded><![CDATA[<p>While I thought it would be a great idea to keep <code>/home</code> on a separate partition for backup purposes and the like, it turned out to be more of a headache than I had planned.</p>
<p>When attempting to login at the Ubuntu prompt I would get an error message saying that my <code>/home</code> directory did not exist. Before those errors I would usually have a problem with <code>/etc/fstab</code> not recognizing my external USB drive or telling me it failed <code>fsck</code>. The odd thing is that the external USB drive and the drive which <code>/home</code> resided on had nothing to do with each other.</p>
<p>After moving <code>/home</code> back to the partition that the rest of Feisty is installed on, I was able to login just fine. (Once again I must say that Puppy Linux saved the day.) I still get superblock errors on my external drive, even though it works fine after the system boots up.</p>
<p>I think I will handle backups using <a href="http://ubuntuforums.org/showthread.php?t=46866">this method</a> with <code>tar</code>.</p>
<p>I also found <a href="http://www.cis.upenn.edu/~bcpierce/unison/">Unison</a> which should handle syncing with my USB flash drive.</p>
]]></content:encoded>
			<wfw:commentRss>http://tommykeswick.com/linux/2007/06/29/hard-disk-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dusting off an old drive to use as swap</title>
		<link>http://tommykeswick.com/linux/2007/05/09/dusting-off-an-old-drive-to-use-as-swap/</link>
		<comments>http://tommykeswick.com/linux/2007/05/09/dusting-off-an-old-drive-to-use-as-swap/#comments</comments>
		<pubDate>Thu, 10 May 2007 00:24:26 +0000</pubDate>
		<dc:creator>Tommy Keswick</dc:creator>
				<category><![CDATA[Distributions]]></category>
		<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://tommykeswick.com/linux/2007/05/09/dusting-off-an-old-drive-to-use-as-swap/</guid>
		<description><![CDATA[Every once in a while I dig up old drives that seem to still work (although all drives will fail eventually, right?). Today I&#8217;ve got a Fujitsu MPA3035AT 3.5GB IDE drive that I&#8217;m going to partition and use for swap for all my (planned) Linux partitions. I found a Fujitsu obsolete product information page for [...]]]></description>
			<content:encoded><![CDATA[<p>Every once in a while I dig up old drives that seem to still work (although all drives will fail eventually, right?). Today I&#8217;ve got a Fujitsu MPA3035AT 3.5GB IDE drive that I&#8217;m going to partition and use for swap for all my (<a href="http://tommykeswick.com/linux/2007/04/27/upgrading-plans/">planned</a>) Linux partitions. I found a Fujitsu <a href="http://www.fujitsu.com/global/support/computing/storage/hdd/eol/dhdd/mpa30xx-catalog.html">obsolete product information</a> page for the series it is from even.</p>
<p>I remember reading somewhere that the ideal space for a swap partition is no greater than 1.5x the system memory. Right now that means I&#8217;ll dedicate 1.5GB to the swap partition.</p>
<p>I&#8217;ve been debating with myself about what to use the remaining ~2GB for. I thought about using it as a small, unreliable backup space for my USB flash drive (which is actually 4GB); or using it as backup for other crucial hard disk data. Today I realized that it might be the perfect space for an installation of <a href="http://www.puppylinux.com/">Puppy Linux</a>. I&#8217;ve been using a derivative of Puppy known as Muppy from a CD off and on for quite a while. It has saved me many headaches in the past.</p>
<p>Now it&#8217;s just a matter of turning off the PC and getting on my hands and knees to do the actual hardware installation.</p>
]]></content:encoded>
			<wfw:commentRss>http://tommykeswick.com/linux/2007/05/09/dusting-off-an-old-drive-to-use-as-swap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading Plans</title>
		<link>http://tommykeswick.com/linux/2007/04/27/upgrading-plans/</link>
		<comments>http://tommykeswick.com/linux/2007/04/27/upgrading-plans/#comments</comments>
		<pubDate>Sat, 28 Apr 2007 01:47:57 +0000</pubDate>
		<dc:creator>Tommy Keswick</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Operating Systems]]></category>

		<guid isPermaLink="false">http://tommykeswick.com/linux/2007/04/27/upgrading-plans/</guid>
		<description><![CDATA[I&#8217;ve been planning on doing some reorganization of my hard disk partitions for quite a while now. The occasion of the release of Ubuntu Feisty Fawn will prompt me to actually get it done.
I think I will do it this way on the 40GB IDE drive:

hda1 Windows XP
hda2 /home (accessible by Windows with Ext2 IFS)
hda3 [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been planning on doing some reorganization of my hard disk partitions for quite a while now. The occasion of the <a href="http://www.ubuntu.com/news/ubuntu704">release</a> of Ubuntu Feisty Fawn will prompt me to actually get it done.</p>
<p>I think I will do it this way on the 40GB IDE drive:</p>
<ul>
<li>hda1 Windows XP</li>
<li>hda2 /home (accessible by Windows with <a href="http://www.fs-driver.org">Ext2 IFS</a>)</li>
<li>hda3 Ubuntu</li>
<li>hda4 openSUSE</li>
</ul>
<p>I&#8217;ve got an old 4.3 GB IDE disk that I&#8217;ll use for a swap drive too.</p>
<p>The first step will be to move my current /home directory to a newly created /home partition as recommended by Pelo in #ubuntu. I found <a href="http://ubuntu.wordpress.com/2006/01/29/move-home-to-its-own-partition/">a guide to moving /home</a> on the Ubuntu Blog. I&#8217;ll then be able to just reinstall an OS and point it to /home during the installation. I just hope it&#8217;s not that much hassle getting things like VMware set back up.</p>
]]></content:encoded>
			<wfw:commentRss>http://tommykeswick.com/linux/2007/04/27/upgrading-plans/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
