Hi,<br><br>I have no intention of sending rapidshare any money as wel, I&#39;m open for other suggestions or a howto on how to get that 2Mb on pastbin.<br><br>no solid state drives in my machine.<br>Ordinary harddisks in there.<br>
I don&#39;t mind it takes it&#39;s time to boot cause it&#39;s a backend that rarely is turned off.<br><br>OK it&#39;s 250Gb and not 256 see the type of the drive at this link<br><a href="http://www.seagate.com/ww/v/index.jsp?vgnextoid=c2be99f4fa74c010VgnVCM100000dd04090aRCRD&amp;locale=en-US">http://www.seagate.com/ww/v/index.jsp?vgnextoid=c2be99f4fa74c010VgnVCM100000dd04090aRCRD&amp;locale=en-US</a><br>
<br>Furthermore there we&#39;re no recordings during the test and I didn&#39;t get any further than booting up the living room frontend.<br>The frontend was up and running but doing nothing. No tv shows were viewed during the testing.<br>
<br>fragmentation is really bad<br>I&#39;m starting defrag in screen session right away, this could take awhile<br>Never thought fragmentation would bother me again since I left windows behind me a decade ago.<br>I&#39;ll whip up a nice script that keeps an eye on it from the cron.<br>
<br>xfs_db -c frag -r /dev/system/data2<br>actual 100214, ideal 1163, fragmentation factor 98.84%<br><br>the freespace is not much better<br>xfs_db -c freesp -r /dev/system/data2<br>   from      to extents  blocks    pct<br>
      1       1      70      70   0.00<br>      2       3      22      52   0.00<br>      4       7      41     240   0.00<br>      8      15     110    1256   0.01<br>     16      31    1372   22422   0.22<br>     32      63     979   36749   0.35<br>
     64     127     769   67759   0.65<br>    128     255    5468  909456   8.75<br>    256     511      47   14417   0.14<br>    512    1023       6    5174   0.05<br>   1024    2047       1    1171   0.01<br>   2048    4095       1    3535   0.03<br>
   4096    8191       2   10872   0.10<br>  16384   32767       4   98051   0.94<br>  32768   65535       5  226895   2.18<br>  65536  131071       6  492906   4.74<br> 131072  262143       8 1593529  15.34<br> 262144  524287       5 2106212  20.27<br>
 524288 1048575       5 3630188  34.94<br>1048576 2097151       1 1168264  11.24<br><br><div class="gmail_quote">2010/11/1 Gavin Hurlbut <span dir="ltr">&lt;<a href="mailto:gjhurlbu@gmail.com">gjhurlbu@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">On Mon, Nov 1, 2010 at 12:32 PM, Rob Verduijn &lt;<a href="mailto:rob.verduijn@gmail.com">rob.verduijn@gmail.com</a>&gt; wrote:<br>

&gt; system-data2 /data2 443Gb XFS<br>
&gt; system-data2 is used for the recordings.<br>
&gt; There is 59Gb free space left on that partition<br>
&gt; No redundancy has been provided because I  don&#39;t care about the local data.<br>
<br>
</div>OK, by my calculation, this is about 87% full.  XFS is known to have<br>
issues with filesystems that are approaching full (bad fragmentation,<br>
IIRC).<br>
<br>
xfs_db -c frag -r /dev/whatever/system-data2<br>
xfs_db -c freesp -r /dev/whatever/system-data2<br>
<br>
The first shows fragmentation in the used drive space, and the second<br>
shows the fragmentation in the free drive space (which is more likely<br>
to be the issue at hand).<br>
<br>
Also, it seems that you may be running on SSD drives (I don&#39;t remember<br>
any 256GB drives that aren&#39;t SSD)?  That may somehow be coming into<br>
play.  Maybe your 1G+ is data trying to get to your drives and making<br>
it there slower than its coming in?<br>
<br>
I can&#39;t download your valgrind logs from rapidshare as it says all the<br>
free downloads are used up, and I&#39;m not gonna send them money :)<br>
<br>