<?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: Extend OpenWrt</title>
	<atom:link href="http://linux.subogero.com/969/extend-openwrt/feed/" rel="self" type="application/rss+xml" />
	<link>http://linux.subogero.com/969/extend-openwrt/</link>
	<description>#!/bin/bash</description>
	<lastBuildDate>Sun, 28 Dec 2014 22:29:39 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: adamisb</title>
		<link>http://linux.subogero.com/969/extend-openwrt/comment-page-1/#comment-903</link>
		<dc:creator>adamisb</dc:creator>
		<pubDate>Thu, 13 Oct 2011 20:39:50 +0000</pubDate>
		<guid isPermaLink="false">http://linux.subogero.com/?p=969#comment-903</guid>
		<description>another option is to mount the usr partition on your hard drive to somewhere else (eg: /mnt/usr) and then invoke:
mount -o move /mnt/usr /usr
Perhaps it is cleaner then directly mounting it over an existing mount point.</description>
		<content:encoded><![CDATA[<p>another option is to mount the usr partition on your hard drive to somewhere else (eg: /mnt/usr) and then invoke:<br />
mount -o move /mnt/usr /usr<br />
Perhaps it is cleaner then directly mounting it over an existing mount point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: subogero</title>
		<link>http://linux.subogero.com/969/extend-openwrt/comment-page-1/#comment-840</link>
		<dc:creator>subogero</dc:creator>
		<pubDate>Wed, 10 Aug 2011 06:14:01 +0000</pubDate>
		<guid isPermaLink="false">http://linux.subogero.com/?p=969#comment-840</guid>
		<description>I&#039;ve never played with hdparm. 
&lt;pre&gt;hdparm -S 240 /dev/sda&lt;/pre&gt;
will set the spindown timeout to 20 min (240 * 5s).
But to frequent spindowns and spinups actually wear out the HDD slightly.
And my USB disk consumes only 1W power anyway, so why bother?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve never played with hdparm. </p>
<pre>hdparm -S 240 /dev/sda</pre>
<p>will set the spindown timeout to 20 min (240 * 5s).<br />
But to frequent spindowns and spinups actually wear out the HDD slightly.<br />
And my USB disk consumes only 1W power anyway, so why bother?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fahad</title>
		<link>http://linux.subogero.com/969/extend-openwrt/comment-page-1/#comment-839</link>
		<dc:creator>Fahad</dc:creator>
		<pubDate>Wed, 10 Aug 2011 00:02:32 +0000</pubDate>
		<guid isPermaLink="false">http://linux.subogero.com/?p=969#comment-839</guid>
		<description>Excellent and thanks. Even Noobs like me can do it. Not relevant to this topic but can you also tell us about setting up hdd-spindown through hdparm etc. Thanks....</description>
		<content:encoded><![CDATA[<p>Excellent and thanks. Even Noobs like me can do it. Not relevant to this topic but can you also tell us about setting up hdd-spindown through hdparm etc. Thanks&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gergo</title>
		<link>http://linux.subogero.com/969/extend-openwrt/comment-page-1/#comment-263</link>
		<dc:creator>gergo</dc:creator>
		<pubDate>Wed, 10 Nov 2010 07:03:48 +0000</pubDate>
		<guid isPermaLink="false">http://linux.subogero.com/?p=969#comment-263</guid>
		<description>When I put my home directory to a new partition I found this copy command to resolve the soft and hard links:
$cd /home/
$find . -depth -print0 &#124; cpio --null --sparse -pvd /mnt/newhome/</description>
		<content:encoded><![CDATA[<p>When I put my home directory to a new partition I found this copy command to resolve the soft and hard links:<br />
$cd /home/<br />
$find . -depth -print0 | cpio &#8211;null &#8211;sparse -pvd /mnt/newhome/</p>
]]></content:encoded>
	</item>
</channel>
</rss>
