<?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>SudoSeth &#187; RAID</title>
	<atom:link href="http://www.sudoseth.com/blog/tag/raid/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sudoseth.com/blog</link>
	<description>Ideas, Videos, Projects, and More!</description>
	<lastBuildDate>Wed, 01 Feb 2012 04:07:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>tune2fs: Free Space in a Storage Partition</title>
		<link>http://www.sudoseth.com/blog/2009/06/tune2fs-free-space-in-a-storage-partition/</link>
		<comments>http://www.sudoseth.com/blog/2009/06/tune2fs-free-space-in-a-storage-partition/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 21:03:07 +0000</pubDate>
		<dc:creator>Seth</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Partition]]></category>
		<category><![CDATA[RAID]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.sudoseth.com/blog/?p=327</guid>
		<description><![CDATA[The ext2, 3, and 4 filesystems by default all reserve 5% of their capacity for the root user. While this is very important for partitions that contain /var or / (the root of the operating system), it can be a waste of space in drives that are only used for file storage. After making a [...]]]></description>
			<content:encoded><![CDATA[<p>The ext2, 3, and 4 filesystems by default all reserve 5% of their capacity for the root user. While this is very important for partitions that contain /var or / (the root of the operating system), it can be a waste of space in drives that are only used for file storage. After making a ext4 partition I realized that I didn&#8217;t change the default setting. Instead of having 3.6TB of usable free space on my new hard drive I only had 3.4TB. After a quick google search I found an Ubuntu forum posting with a similar issue: http://ubuntuforums.org/archive/index.php/t-215177.html</p>
<p>The command I used is very simple:</p>
<blockquote><p># tune2fs -m 0 /dev/md0</p></blockquote>
<p>Where /dev/md0 is the partition you are configuring. For more help check out the manual page for tune2fs  (# man tune2fs  )</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sudoseth.com/blog/2009/06/tune2fs-free-space-in-a-storage-partition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Installation Issues: RAID</title>
		<link>http://www.sudoseth.com/blog/2008/11/ubuntu-installation-issues-raid/</link>
		<comments>http://www.sudoseth.com/blog/2008/11/ubuntu-installation-issues-raid/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 17:27:50 +0000</pubDate>
		<dc:creator>Seth</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[RAID]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.sudoseth.com/blog/?p=170</guid>
		<description><![CDATA[I set up the partitions on my hard drives the way I wanted. I have dual 500GB sata drives that I wanted to put in a RAID 0 with 2 partitions. 495GB each for the OS and then the remaining space for swap. When I was done configuring everything and wrote the changes to disk, [...]]]></description>
			<content:encoded><![CDATA[<p>I set up the partitions on my hard drives the way I wanted. I have dual 500GB sata drives that I wanted to put in a RAID 0 with 2 partitions. 495GB each for the OS and then the remaining space for swap. When I was done configuring everything and wrote the changes to disk, I got the following error:</p>
<p>&#8220;The kernel was unable to re-read the partition table on /dev/md0 (Invalid argument). This means Linux won&#8217;t know anything about the modifications you made until you reboot. You should reboot your computer before doing anything with /dev/md0.&#8221;</p>
<p>This was followed by an identical error for /dev/md1. I&#8217;m still not sure of exactly what caused the error, but the quick fix I used was to hit the ESC key after the errors take place, wait for the menu to show up (the computer wants to install the base system first), then without changing anything else, set up the RAID partition that you are installing the OS, and don&#8217;t modify the swap partition or anything else like that. When I did this I still got the error for /dev/md1, but I did not get one for /dev/md0, which is what I am installing the OS to.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sudoseth.com/blog/2008/11/ubuntu-installation-issues-raid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another Server Migration</title>
		<link>http://www.sudoseth.com/blog/2008/10/another-server-migration/</link>
		<comments>http://www.sudoseth.com/blog/2008/10/another-server-migration/#comments</comments>
		<pubDate>Sun, 19 Oct 2008 20:58:20 +0000</pubDate>
		<dc:creator>Seth</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[This Site]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[RAID]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.sudoseth.com/blog/?p=152</guid>
		<description><![CDATA[After several complaints from my family about not being able to access the local network file shares while I was playing video games on my computer, I decided to put all of my data onto the new server &#8220;DuckTape&#8221;, and move the website back to the old web server. This makes my family happy and [...]]]></description>
			<content:encoded><![CDATA[<p>After several complaints from my family about not being able to access the local network file shares while I was playing video games on my computer, I decided to put all of my data onto the new server &#8220;DuckTape&#8221;, and move the website back to the old web server. This makes my family happy and really shouldn&#8217;t effect the website unless I get hit by digg, but even then it shouldn&#8217;t make that much of a difference.</p>
<p>What really prompted moving the hard drives over to the other computer was the fact that due to a hard reboot I lost all data contained on my RAID5 array. Apparently RAID5 is awsome at protecting data from hard drive failure but it absolutely sucks at dealing with power outages and the like. Luckily as a good sysadmin I keep regualr backups. After 17 hours of transfering 1.5TB of data onto a new RAID0 array on DuckTape, I was back in bussiness. The only thing that got lost from the failure was a small portion of an Ubuntu 8.10  Beta .ISO file that was only partaily done downlading when the backup was run. THIS is how easy it is to restore data when you KEEP UP TO DATE BACKUPS.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sudoseth.com/blog/2008/10/another-server-migration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

