<?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>Schadenfreude &#187; ssd</title>
	<atom:link href="http://www.ralree.com/tag/ssd/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ralree.com</link>
	<description>Malicious enjoyment derived from observing someone else's misfortune</description>
	<lastBuildDate>Thu, 09 Feb 2012 01:49:15 +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>SSD in the M1530</title>
		<link>http://www.ralree.com/2009/03/28/ssd-in-the-m1530/</link>
		<comments>http://www.ralree.com/2009/03/28/ssd-in-the-m1530/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 05:37:28 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dell]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[m1530]]></category>
		<category><![CDATA[ssd]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.ralree.com/?p=22471</guid>
		<description><![CDATA[Today, I finally set up my new OCZ SSD hard drive: All I had to do to convert my M1530 running Ubuntu over was use the cp command: mkdir /mnt/root &#038;&#038; mount root_partition /mnt/root mount /dev/sda1 /mnt/target cp -a /mnt/root/ /mnt/target/ You might also have to repeat for other partitions like boot and home. cp -a is awesome. It does exactly what you need for this process. Now my computer runs perfectly (other than me having to tweak grub a [...]]]></description>
			<content:encoded><![CDATA[<p>Today, I finally set up my new OCZ SSD hard drive:</p>
<p><a href="http://www.amazon.com/gp/product/B001JU2UN0?ie=UTF8&#038;tag=4sco7yeaago-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=B001JU2UN0"><img border="0" src="/newblog/wp-content/uploads/2009/03/41tv3xgo3tl_sl160_.jpg"></a><img src="http://www.assoc-amazon.com/e/ir?t=4sco7yeaago-20&#038;l=as2&#038;o=1&#038;a=B001JU2UN0" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /></p>
<p>All I had to do to convert my M1530 running Ubuntu over was use the <tt>cp</tt> command:</p>
<pre><code>
mkdir /mnt/root &#038;&#038; mount root_partition /mnt/root
mount /dev/sda1 /mnt/target
cp -a /mnt/root/ /mnt/target/
</code></pre>
<p>You might also have to repeat for other partitions like boot and home.  <tt>cp -a</tt> is awesome.  It does exactly what you need for this process.  Now my computer runs perfectly (other than me having to tweak grub a little for the right boot options).  The only issue is you will have to move the contents of <tt>/mnt/target/root</tt> in this case to <tt>/mnt/target</tt> after this is done, as there&#8217;s an issue with dotfiles being copied in the root directory of the source.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ralree.com/2009/03/28/ssd-in-the-m1530/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

