<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Create a Linux software RAID array</title>
	<atom:link href="http://www.tech-recipes.com/rx/3923/create-a-linux-software-raid-array/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/3923/create-a-linux-software-raid-array/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Sun, 22 Nov 2009 03:12:08 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Linux beginner</title>
		<link>http://www.tech-recipes.com/rx/3923/create-a-linux-software-raid-array/comment-page-1/#comment-10196</link>
		<dc:creator>Linux beginner</dc:creator>
		<pubDate>Thu, 09 Apr 2009 09:55:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech-recipes.com/?p=3923#comment-10196</guid>
		<description>Thanks for this GREAT post. It cleared up so many of my RAID problems that other just didn&#039;t mention in their RAID-How-Tos! Unfortunately others appear to have missed your point entirely and played the: I am great at Linux now so you are stupid for having to start somewhere, card!</description>
		<content:encoded><![CDATA[<p>Thanks for this GREAT post. It cleared up so many of my RAID problems that other just didn&#39;t mention in their RAID-How-Tos! Unfortunately others appear to have missed your point entirely and played the: I am great at Linux now so you are stupid for having to start somewhere, card!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://www.tech-recipes.com/rx/3923/create-a-linux-software-raid-array/comment-page-1/#comment-9683</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Sun, 22 Mar 2009 23:38:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech-recipes.com/?p=3923#comment-9683</guid>
		<description>no.&lt;br&gt;first, why are you making a raid of paritions of the hard drives.  you use full drives, and only full drives to make your raid arrays.  second, make sure to use parted and put a GUID table on.  youre probably still running around with an MS-DOS partition table (fdisk).  anything beyond 2TB will be useless if yore using fdisk-type partition tables.&lt;br&gt;&lt;br&gt;First, backup your data, and wipe all 3 hard drives clean.  You don&#039;t want to raid parts of each hard drive.  Its useless.  do parted /dev/sda, mklabel, gpt.  GPT is the GUID partition table, far greater than the MSDOS part. table in both capacity and usefulness otherwise (contains redundancy, etc.   wiki it.)&lt;br&gt;&lt;br&gt;Anywho, wipe the 3 hard drives, put the GUID partition table and whatever filesystem you like (XFS is my personal favorite when handling music/video files....it handles large files better.  If youre going for small files, use Reiserfs.  These are the only two filesystems you should consider.  Ever.)  Now you have /dev/sda1 created with XFS, on the whole drive, and two blank drives.  Then, do mdadm --create /dev/md0 -l5 -d3 /dev/sda1 /dev/sdb /dev /sdc, itll take time, obviously, then youre ready to mount.&lt;br&gt;&lt;br&gt;If you&#039;re using the partitions because you have different sized drives, you shouldnt be making a raid anyways.  RAID requires planning, and obviously you didnt.&lt;br&gt;&lt;br&gt;In short, if you&#039;re still using ubuntu, and you think you can try some cool server admin stuff, youre probably wrong.  Ubuntu is linux for human beings.  Server admins aren&#039;t human beings.  Don&#039;t try to be like them.</description>
		<content:encoded><![CDATA[<p>no.<br />first, why are you making a raid of paritions of the hard drives.  you use full drives, and only full drives to make your raid arrays.  second, make sure to use parted and put a GUID table on.  youre probably still running around with an MS-DOS partition table (fdisk).  anything beyond 2TB will be useless if yore using fdisk-type partition tables.</p>
<p>First, backup your data, and wipe all 3 hard drives clean.  You don&#39;t want to raid parts of each hard drive.  Its useless.  do parted /dev/sda, mklabel, gpt.  GPT is the GUID partition table, far greater than the MSDOS part. table in both capacity and usefulness otherwise (contains redundancy, etc.   wiki it.)</p>
<p>Anywho, wipe the 3 hard drives, put the GUID partition table and whatever filesystem you like (XFS is my personal favorite when handling music/video files&#8230;.it handles large files better.  If youre going for small files, use Reiserfs.  These are the only two filesystems you should consider.  Ever.)  Now you have /dev/sda1 created with XFS, on the whole drive, and two blank drives.  Then, do mdadm &#8211;create /dev/md0 -l5 -d3 /dev/sda1 /dev/sdb /dev /sdc, itll take time, obviously, then youre ready to mount.</p>
<p>If you&#39;re using the partitions because you have different sized drives, you shouldnt be making a raid anyways.  RAID requires planning, and obviously you didnt.</p>
<p>In short, if you&#39;re still using ubuntu, and you think you can try some cool server admin stuff, youre probably wrong.  Ubuntu is linux for human beings.  Server admins aren&#39;t human beings.  Don&#39;t try to be like them.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
