<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>read only ext3 errors</title>
		<link>http://mybookworld.wikidot.com/forum/t-54162/read-only-ext3-errors</link>
		<description>Posts in the discussion thread &quot;read only ext3 errors&quot; - A solution for anyone else experiencing these errors</description>
				<copyright></copyright>
		<lastBuildDate></lastBuildDate>
		
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-54162#post-318571</guid>
				<title>Re: read only ext3 errors</title>
				<link>http://mybookworld.wikidot.com/forum/t-54162/read-only-ext3-errors#post-318571</link>
				<description></description>
				<pubDate>Tue, 25 Nov 2008 18:01:30 +0000</pubDate>
				<wikidot:authorName>ikaros</wikidot:authorName>				<wikidot:authorUserId>244091</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Reformatting the drive made this thing work as it ought to. I'm transferring data as I write this and everything seems fine.<br /> Thanx everyone (especially stilgar).</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-54162#post-209671</guid>
				<title>Fixed !!</title>
				<link>http://mybookworld.wikidot.com/forum/t-54162/read-only-ext3-errors#post-209671</link>
				<description></description>
				<pubDate>Sat, 28 Jun 2008 17:03:48 +0000</pubDate>
				<wikidot:authorName>cappsie</wikidot:authorName>				<wikidot:authorUserId>156665</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi All</p> <p>Right !</p> <p>I followed the advice on here first changing the samba config file to no avail then making and mounting the swap file and running the fsck.ext3 check - again nothing doing. Finally following the good advice on here I formatted the partition /dev/mda4.</p> <p>In the past the copying from an XP box timed out after bare a Gb or so … but NOW and thanks to "stilgar" and following those good instructions it WORKED!!</p> <p>So far and even while I'm typing this post I've copied 30Gb and still going so suffice it to say it's going very well !</p> <p>:D</p> <p>So, for all you non-linux guys as long as you can follow the basic instructions listed in this post about formatting (and of course heeding the warnings) then this will most likely resolve your issue!</p> <p>Adam</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-54162#post-207930</guid>
				<title>Re: read only ext3 errors</title>
				<link>http://mybookworld.wikidot.com/forum/t-54162/read-only-ext3-errors#post-207930</link>
				<description></description>
				<pubDate>Thu, 26 Jun 2008 06:29:13 +0000</pubDate>
				<wikidot:authorName>big macca</wikidot:authorName>				<wikidot:authorUserId>155109</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>The reformat worked perfectly, very much appreciated.</p> <p>This doesn't look like something that can be fixed with a firmware upgrade (we don't wanted our firmware upgrades splatting our data do we :-)) so this would appear to be the only way to resolve this issue.</p> <p>I feel sorry for the average Joe, no wonder WD have halved the price of these and there are so many on e-Bay.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-54162#post-185106</guid>
				<title>Re: read only ext3 errors</title>
				<link>http://mybookworld.wikidot.com/forum/t-54162/read-only-ext3-errors#post-185106</link>
				<description></description>
				<pubDate>Fri, 06 Jun 2008 22:35:20 +0000</pubDate>
				<wikidot:authorName>plilium</wikidot:authorName>				<wikidot:authorUserId>139917</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I've tried first with fsck, but I solved the problem with your advice.<br /> Thank you!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-54162#post-162936</guid>
				<title>Re: read only ext3 errors</title>
				<link>http://mybookworld.wikidot.com/forum/t-54162/read-only-ext3-errors#post-162936</link>
				<description></description>
				<pubDate>Tue, 13 May 2008 18:06:03 +0000</pubDate>
				<wikidot:authorName>smccloud</wikidot:authorName>				<wikidot:authorUserId>124667</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>i'm hoping i don't run into this issue tonight, i just got my MBWE I 1TB today. I ordered it before I saw that people were having such issues with them…..</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-54162#post-162621</guid>
				<title>Re: read only ext3 errors</title>
				<link>http://mybookworld.wikidot.com/forum/t-54162/read-only-ext3-errors#post-162621</link>
				<description></description>
				<pubDate>Tue, 13 May 2008 08:46:25 +0000</pubDate>
				<wikidot:authorName>stilgar</wikidot:authorName>				<wikidot:authorUserId>125551</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I solved the problem by reformatting the drive.</p> <p>The following commands will reformat the drive and restore the shared directories, but not their contents. All data will be lost.</p> <div class="code"> <pre> <code># backup the shares directory structure, # remove all files cd /shares rm -r internal/*/* tar cpsf /root/internal.tar internal # reformat the drive, don't reserve free block umount /shares/internal mkfs.ext3 -m 0 /dev/md4 mount /shares/internal # restore the shared directories tar xf /root/internal.tar rm /root/internal.tar</code> </pre></div> <p>Other threads mention this problem.. Maybe this info could be added to the troubleshooting page ?</p> <p><a href="http://mybookworld.wikidot.com/forum/t-50207/cannot-delete-files-read-only-dev-md4-on-mybook-we-i-1tb">http://mybookworld.wikidot.com/forum/t-50207/cannot-delete-files-read-only-dev-md4-on-mybook-we-i-1tb</a><br /> <a href="http://mybookworld.wikidot.com/forum/t-52374/loosing-permissions-overnight">http://mybookworld.wikidot.com/forum/t-52374/loosing-permissions-overnight</a><br /> <a href="http://mybookworld.wikidot.com/forum/t-55527/large-file-copy-problem-solved">http://mybookworld.wikidot.com/forum/t-55527/large-file-copy-problem-solved</a></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-54162#post-161492</guid>
				<title>Re: read only ext3 errors</title>
				<link>http://mybookworld.wikidot.com/forum/t-54162/read-only-ext3-errors#post-161492</link>
				<description></description>
				<pubDate>Sun, 11 May 2008 13:17:58 +0000</pubDate>
				<wikidot:authorName>stilgar</wikidot:authorName>				<wikidot:authorUserId>125551</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I tried the same thing without success.</p> <p>As I have no /var/oxsemi/smb.conf, I added the options directly to /etc/smb.conf.</p> <p>- I see no difference when I turn the oplocks off.<br /> - Adding the other options seem to make file transfers go slower.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-54162#post-161434</guid>
				<title>Re: read only ext3 errors</title>
				<link>http://mybookworld.wikidot.com/forum/t-54162/read-only-ext3-errors#post-161434</link>
				<description></description>
				<pubDate>Sun, 11 May 2008 10:45:42 +0000</pubDate>
				<wikidot:authorName>psilo</wikidot:authorName>				<wikidot:authorUserId>125933</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I have a my book world edition 1, 500gb with orginal 2.0.18 firmware.<br /> after transfering about 1gb the system freezes.</p> <p>I'm now trying <a href="http://mybookworld.wikidot.com/forum/t-55527/large-file-copy-problem-solved">http://mybookworld.wikidot.com/forum/t-55527/large-file-copy-problem-solved</a> and hope this will work.<br /> As I write this, alot of errors are found!</p> <p>really strange because this is almost right out of the box.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-54162#post-161227</guid>
				<title>Re: read only ext3 errors</title>
				<link>http://mybookworld.wikidot.com/forum/t-54162/read-only-ext3-errors#post-161227</link>
				<description></description>
				<pubDate>Sat, 10 May 2008 19:26:33 +0000</pubDate>
				<wikidot:authorName>stilgar</wikidot:authorName>				<wikidot:authorUserId>125551</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Same problem here, large file transfers abort after a while. I tried updating my firmware to version 2.0.18, but no success. Any update on this ?</p> <p>I have a:<br /> My Book World Edition I, 500GB</p> <p>dmesg output:<br /> &lt;1&gt;journal_bmap: journal block not found at offset 3084 on md4<br /> &lt;3&gt;Aborting journal on device md4.<br /> &lt;2&gt;ext3_abort called.<br /> &lt;2&gt;EXT3-fs error (device md4): ext3_journal_start_sb: Detected aborted journal<br /> &lt;2&gt;Remounting filesystem read-only<br /> &lt;4&gt;__journal_remove_journal_head: freeing b_frozen_data</p> <p>uname -a<br /> Linux Chusuk 2.6.17.14 #1 PREEMPT Fri Jan 18&nbsp;10:40:25 GMT 2008 armv5tejl GNU/Linux</p> <p>I still have 5 days to bring this brick-wannabe to the shop and trade it something else, but I really like the concept of a cheapo headless linux server with a big disk :)</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-54162#post-155411</guid>
				<title>Re: read only ext3 errors</title>
				<link>http://mybookworld.wikidot.com/forum/t-54162/read-only-ext3-errors#post-155411</link>
				<description></description>
				<pubDate>Wed, 30 Apr 2008 17:02:55 +0000</pubDate>
				<wikidot:authorName>Pineapple</wikidot:authorName>				<wikidot:authorUserId>115077</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Kernel 2.6.24.4 optware package:<br /> <a href="http://ipkgfind.nslu2-linux.org/details.phtml?package=kernel&amp;official=&amp;format=">http://ipkgfind.nslu2-linux.org/details.phtml?package=kernel&amp;official=&amp;format=</a><br /> RAID0 module:<br /> <a href="http://ipkgfind.nslu2-linux.org/details.phtml?package=kernel-module-raid0&amp;official=&amp;format=">http://ipkgfind.nslu2-linux.org/details.phtml?package=kernel-module-raid0&amp;official=&amp;format=</a><br /> All RAID modules:<br /> <a href="http://ipkgfind.nslu2-linux.org/result.phtml?query=raid&amp;searchtype=package&amp;section=">http://ipkgfind.nslu2-linux.org/result.phtml?query=raid&amp;searchtype=package&amp;section=</a><br /> Network Card modules:<br /> <a href="http://ipkgfind.nslu2-linux.org/result.phtml?query=velocity&amp;searchtype=package&amp;section=">http://ipkgfind.nslu2-linux.org/result.phtml?query=velocity&amp;searchtype=package&amp;section=</a><br /> Samba 3.0.28a-2:<br /> <a href="http://ipkgfind.nslu2-linux.org/details.phtml?package=samba&amp;official=&amp;format=">http://ipkgfind.nslu2-linux.org/details.phtml?package=samba&amp;official=&amp;format=</a></p> <p>Anyone brave enough to try them? I've only install Samba.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-54162#post-155237</guid>
				<title>Re: read only ext3 errors</title>
				<link>http://mybookworld.wikidot.com/forum/t-54162/read-only-ext3-errors#post-155237</link>
				<description></description>
				<pubDate>Wed, 30 Apr 2008 12:55:16 +0000</pubDate>
				<wikidot:authorName>redbullmonsta</wikidot:authorName>				<wikidot:authorUserId>120237</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I have a brick lol :/</p> <p>Just so no-one else does the same - do NOT try booting without a swap partition….. LOL</p> <p>i will put the drive in my linux box tonight and fix it…. i hope</p> <p>Will</p> <p>/EDIT</p> <p>Ok this is wierd….. i done a scan of my network and found a MybookWorld @ 10.0.0.136 - now my mybook was renamed Earth and had a fixed ip 10.0.0.77</p> <p>i managed to login with ssh as root - using my password that i had set before…..</p> <p>All filesystems are back to raid and data is intact (scratches head)</p> <p>Will</p> <p>/EDIT #2</p> <p>Its dead again LOL</p> <p>/EDIT #3</p> <p>and now its back again with correct hostname and IP o.O</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-54162#post-155234</guid>
				<title>Re: read only ext3 errors</title>
				<link>http://mybookworld.wikidot.com/forum/t-54162/read-only-ext3-errors#post-155234</link>
				<description></description>
				<pubDate>Wed, 30 Apr 2008 12:47:22 +0000</pubDate>
				<wikidot:authorName>redbullmonsta</wikidot:authorName>				<wikidot:authorUserId>120237</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>i guess you could do a</p> <p>useradd zonoskar<br /> mkdir /shares/internal/zonoskar<br /> chmod the directory with perms you need….</p> <p>than add an entry for samba in /var/oxsemi/shares.inc</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-54162#post-155204</guid>
				<title>Re: read only ext3 errors</title>
				<link>http://mybookworld.wikidot.com/forum/t-54162/read-only-ext3-errors#post-155204</link>
				<description></description>
				<pubDate>Wed, 30 Apr 2008 11:25:54 +0000</pubDate>
				<wikidot:authorName>zonoskar</wikidot:authorName>				<wikidot:authorUserId>119482</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>LOL. No, somehow the /var filesystem was remounted as read-only. This was a first for me, hehe. Transferring 6&nbsp;MB/s now via LAN.</p> <p>/edit: I'm at 20&nbsp;GB now, so this works as far as I'm concerned. Only problem now is that I cannot connect as a user anymore, I have to use guest.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-54162#post-155202</guid>
				<title>Re: read only ext3 errors</title>
				<link>http://mybookworld.wikidot.com/forum/t-54162/read-only-ext3-errors#post-155202</link>
				<description></description>
				<pubDate>Wed, 30 Apr 2008 11:20:54 +0000</pubDate>
				<wikidot:authorName>redbullmonsta</wikidot:authorName>				<wikidot:authorUserId>120237</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>can you establish new connection via ssh? if not and you still have one open <span style="text-decoration: underline;">DONT</span>CLOSE<span style="text-decoration: underline;">IT</span> lol</p> <p>I see a large plastic brick in the making!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-54162#post-155196</guid>
				<title>Re: read only ext3 errors</title>
				<link>http://mybookworld.wikidot.com/forum/t-54162/read-only-ext3-errors#post-155196</link>
				<description></description>
				<pubDate>Wed, 30 Apr 2008 11:05:54 +0000</pubDate>
				<wikidot:authorName>zonoskar</wikidot:authorName>				<wikidot:authorUserId>119482</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hehe. I just went ahead. Tar-ed the /var parition, removed it from /etc/fstab, reboot. (gave an error, but still could log in). Used fdisk to remove the swap and /var paritions (sda2 and sda3) and recreate them with the '83' type. Changed the /etc/fstab to mount the correct devices and rebooted again. Funny enough, all my files in /var were there! How?</p> <p>I copied a large file form /shares/internal to /var and got 7.3&nbsp;MB/s. I guess reading/writing to the same disk is the bottleneck here. Now I'm testing the network speed and if the filesystem will be mounted as read-only again after 5GB.</p> <p>/edit: Hmm, somehow I cannot connect via LAN….</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-54162#post-155184</guid>
				<title>Re: read only ext3 errors</title>
				<link>http://mybookworld.wikidot.com/forum/t-54162/read-only-ext3-errors#post-155184</link>
				<description></description>
				<pubDate>Wed, 30 Apr 2008 10:45:22 +0000</pubDate>
				<wikidot:authorName>redbullmonsta</wikidot:authorName>				<wikidot:authorUserId>120237</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>5mb a second is far to slow, you should not settle for it atall ;) and i wont let you lol</p> <p>i can get 12mb/s when running 'dd if=/dev/zero of=/shares/internal/big2 bs=1M count=30000' over ext3 now but that is still slow</p> <p>CPU is not the issue as i can do 'dd if=/dev/zero of=/dev/sda4 bs=1M count=30000' and get 24mb/s with no problems</p> <p>I am working on a way to get all raid partitions turned into ext3 in a way you suggest, i dont think it will be too hard, but we &lt;- notice the 'we' iv'e roped you in now :D. we need to be careful that we disable any S* scripts that would try and repair the raid after a reboot.</p> <p>Will</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-54162#post-155174</guid>
				<title>Re: read only ext3 errors</title>
				<link>http://mybookworld.wikidot.com/forum/t-54162/read-only-ext3-errors#post-155174</link>
				<description></description>
				<pubDate>Wed, 30 Apr 2008 10:19:19 +0000</pubDate>
				<wikidot:authorName>zonoskar</wikidot:authorName>				<wikidot:authorUserId>119482</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Yes I changed the fstab to mount /dev/sda4. Before, I didn't format the sda4 partition, now I did with ext2. Testingnow to see if it works. I can live with 5MB/s (just for backup and streaming), but the crashes I could do without.</p> <p>I can believe the raid is making the filesystem slower, everything probably has to be calculated by the puny 200MHz processor. Is there no way of removing the raid functions from /dev/md3 and /dev/md2 ? Maybe tar everithing in /var, recreate the partition in ext2 and restore the tar?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-54162#post-155173</guid>
				<title>Re: read only ext3 errors</title>
				<link>http://mybookworld.wikidot.com/forum/t-54162/read-only-ext3-errors#post-155173</link>
				<description></description>
				<pubDate>Wed, 30 Apr 2008 10:14:15 +0000</pubDate>
				<wikidot:authorName>redbullmonsta</wikidot:authorName>				<wikidot:authorUserId>120237</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi Zonoskar</p> <p>Yes that makes sense, did you change /etc/fstab to show the 4th partition as</p> <p>/dev/sda4 instead of /dev/md4? if you leave it at 'md' it will still read/write through the raid subsystem, device mapper etc….</p> <p>[root@earth ~]# more /etc/fstab</p> <ol> <li>/etc/fstab: static file system information.</li> </ol> <p>#</p> <ol> <li>&lt;file system&gt; &lt;mount pt&gt; &lt;type&gt; &lt;options&gt; &lt;dump&gt; &lt;pass&gt;</li> </ol> <p>/dev/root / ext3 rw,noauto,noatime 0 1<br /> proc /proc proc defaults 0 0<br /> devpts /dev/pts devpts defaults,gid=5,mode=620&nbsp;0 0<br /> sys /sys sysfs defaults 0 0<br /> /dev/md2 none swap defaults 0 0<br /> /dev/md3 /var ext3 defaults,noatime 0 2<br /> /dev/sda4 /shares/internal ext3 defaults,noatime 0 2</p> <p>I am determined to get write spead up to 24mb/s ……………..</p> <p>Stay tuned :)</p> <p>Will</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-54162#post-155142</guid>
				<title>Re: read only ext3 errors</title>
				<link>http://mybookworld.wikidot.com/forum/t-54162/read-only-ext3-errors#post-155142</link>
				<description></description>
				<pubDate>Wed, 30 Apr 2008 09:09:46 +0000</pubDate>
				<wikidot:authorName>zonoskar</wikidot:authorName>				<wikidot:authorUserId>119482</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I follow this thread with very high anticipation. By removing the raid partition and recreating an ext3 partition, my transfers went from 4.0&nbsp;MB/s to 5.5&nbsp;MB/s. Sadly it didn't make the error go away. After 5GB I get the same error again.</p> <p>I believe they installed a raid filesystem on the 1TB version to have identical behavior for the single and dual disk versions. Make sense?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-54162#post-155111</guid>
				<title>Re: read only ext3 errors</title>
				<link>http://mybookworld.wikidot.com/forum/t-54162/read-only-ext3-errors#post-155111</link>
				<description></description>
				<pubDate>Wed, 30 Apr 2008 08:04:48 +0000</pubDate>
				<wikidot:authorName>redbullmonsta</wikidot:authorName>				<wikidot:authorUserId>120237</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>The plot thickens</p> <p>If i copy my 30gb file internaly from /shares/internal to /shares/interal/WILL i see read write performance of 10mb/s in both directions (remember i changed this to e2fs)</p> <p>[REDBULL@earth WILL]$ vmstat 1&nbsp;30<br /> procs <span style="text-decoration: line-through;">-</span><span style="text-decoration: line-through;">-</span>-memory<span style="text-decoration: line-through;">-</span><span style="text-decoration: line-through;">-</span> <span style="text-decoration: line-through;">-swap</span> <span style="text-decoration: line-through;">-</span>io<span style="text-decoration: line-through;">— —system</span> <span style="text-decoration: line-through;">—cpu</span>—<br /> r b swpd free buff cache si so bi bo in cs us sy id wa<br /> 4 3 17348 1164 356 11704 2 2 70 357 567 335 1&nbsp;11&nbsp;83 5<br /> 1 2 17348 972 312 12244 24 0 7448 8960&nbsp;1377 610&nbsp;13&nbsp;63 0&nbsp;24<br /> 0 2 17348 1236 304 12012 0 0 9996&nbsp;10028&nbsp;1349 520 2&nbsp;70 0&nbsp;28<br /> 0 2 17348 928 312 12316 0 0&nbsp;10892 9580&nbsp;1357 508 0&nbsp;80 0&nbsp;20<br /> 2 1 17348 820 300 12372 0 0&nbsp;10700&nbsp;10916&nbsp;1353 491 3&nbsp;71 0&nbsp;26<br /> 0 1 17348 1204 304 12048 0 0&nbsp;10192&nbsp;11436&nbsp;1357 510 1&nbsp;74 0&nbsp;25<br /> 2 1 17348 1168 308 12084 0 0&nbsp;11148 9884&nbsp;1353 477 2&nbsp;81 0&nbsp;17<br /> 2 1 17348 864 304 12424 0 0&nbsp;10636&nbsp;10612&nbsp;1342 466 2&nbsp;73 0&nbsp;25<br /> 2 1 17348 736 304 12552 0 0&nbsp;11280 9572&nbsp;1360 499 2&nbsp;80 0&nbsp;18<br /> 2 1 17348 756 300 12540 0 0&nbsp;10260&nbsp;11992&nbsp;1357 529 1&nbsp;68 0&nbsp;31<br /> 2 1 17348 732 308 12556 0 0&nbsp;10256&nbsp;11284&nbsp;1350 505 2&nbsp;77 0&nbsp;21<br /> 2 2 17348 1028 308 12252 0 0&nbsp;10788&nbsp;11352&nbsp;1347 517 0&nbsp;79 0&nbsp;21<br /> 0 2 17348 1176 308 12104 0 0 9612 9492&nbsp;1345 507 1&nbsp;72 0&nbsp;27<br /> 1 2 17348 1116 312 12160 0 0 9744 9764&nbsp;1325 509 0&nbsp;73 0&nbsp;27<br /> 2 1 17348 980 308 12300 0 0&nbsp;10512&nbsp;10296&nbsp;1360 526 0&nbsp;78 0&nbsp;22<br /> 0 2 17348 1076 304 12212 0 0&nbsp;11404&nbsp;11596&nbsp;1345 483 1&nbsp;85 0&nbsp;14<br /> 2 1 17348 896 304 12396 0 0&nbsp;10768 9960&nbsp;1364 523 0&nbsp;80 0&nbsp;20<br /> 2 1 17348 784 308 12504 0 0&nbsp;10640&nbsp;10604&nbsp;1352 507 1&nbsp;81 0&nbsp;18<br /> 0 2 17348 848 316 12432 0 0&nbsp;10896&nbsp;10608&nbsp;1352 491 1&nbsp;81 0&nbsp;18<br /> 2 1 17348 820 300 12476 0 0&nbsp;10888 9428&nbsp;1349 460 1&nbsp;78 0&nbsp;21<br /> 0 2 17348 848 300 12448 0 0 8844&nbsp;10816&nbsp;1308 456 1&nbsp;66 0&nbsp;33<br /> 2 1 17348 816 304 12472 0 0&nbsp;11536&nbsp;12336&nbsp;1359 490 0&nbsp;88 0&nbsp;12<br /> 2 1 17348 972 304 12316 0 0&nbsp;10384 8220&nbsp;1353 483 1&nbsp;78 0&nbsp;21<br /> 0 2 17348 956 304 12336 0 0 9996&nbsp;11784&nbsp;1337 503 2&nbsp;76 0&nbsp;22<br /> 2 1 17348 748 312 12536 0 0&nbsp;11024 9768&nbsp;1351 491 3&nbsp;74 0&nbsp;23<br /> 0 2 17348 860 308 12368 0 0&nbsp;10704&nbsp;11252&nbsp;1356 486 0&nbsp;73 0&nbsp;27<br /> 2 1 17348 932 304 12356 0 0&nbsp;10320&nbsp;10388&nbsp;1353 502 0&nbsp;78 0&nbsp;22<br /> 2 1 17348 788 308 12500 0 0&nbsp;10764&nbsp;11276&nbsp;1362 494 0&nbsp;79 0&nbsp;21<br /> 2 2 17348 1064 304 12228 0 0&nbsp;10640&nbsp;11252&nbsp;1347 484 0&nbsp;74 0&nbsp;26<br /> 2 3 17348 1080 312 12156 0 0&nbsp;11028&nbsp;11516&nbsp;1363 498 2&nbsp;75 0&nbsp;24</p> <p>When i copy a file to from /shares/internal to /var (which is a raid member /dev/md3) i get 5-6mb/s</p> <p>[REDBULL@earth WILL]$ vmstat 1&nbsp;30<br /> procs <span style="text-decoration: line-through;">-</span><span style="text-decoration: line-through;">-</span>-memory<span style="text-decoration: line-through;">-</span><span style="text-decoration: line-through;">-</span> <span style="text-decoration: line-through;">-swap</span> <span style="text-decoration: line-through;">-</span>io<span style="text-decoration: line-through;">— —system</span> <span style="text-decoration: line-through;">—cpu</span>—<br /> r b swpd free buff cache si so bi bo in cs us sy id wa<br /> 1 0 17340 1520 468 11504 2 2 105 390 571 335 1&nbsp;11&nbsp;82 5<br /> 0 0 17340 1512 468 11504 0 0 0 0&nbsp;1172 180 3 5&nbsp;93 0<br /> 2 1 17340 812 484 12092 0 0 1152 0&nbsp;1109 130 0&nbsp;13&nbsp;82 5<br /> 2 1 17340 724 320 12308 0 0 7048 5280&nbsp;1290 418 1&nbsp;83 0&nbsp;16<br /> 0 2 17340 956 328 12116 0 0 6284 5992&nbsp;1288 438 2&nbsp;73 0&nbsp;25<br /> 3 2 17340 868 344 12008 0 0 6796 9632&nbsp;1335 449 3&nbsp;83 0&nbsp;14<br /> 2 1 17340 728 340 12308 0 0 6532 3264&nbsp;1271 409 1&nbsp;77 0&nbsp;22<br /> 2 1 17340 1136 364 11864 0 0 5392 8308&nbsp;1286 467 3&nbsp;70 2&nbsp;25<br /> 2 2 17340 912 340 11976 0 0 6536 7164&nbsp;1286 449 1&nbsp;82 0&nbsp;17<br /> 0 2 17340 812 344 12228 0 0 6796 3764&nbsp;1282 422 3&nbsp;79 0&nbsp;18<br /> 2 1 17340 868 352 12160 0 0 5768 6644&nbsp;1273 434 0&nbsp;74 0&nbsp;26<br /> 2 1 17340 728 356 12304 0 0 6920 6544&nbsp;1297 415 2&nbsp;86 0&nbsp;12<br /> 2 1 17340 900 368 12116 0 0 6028 7004&nbsp;1287 492 0&nbsp;78 0&nbsp;22<br /> 2 0 17340 996 340 12024 0 0 5520 6964&nbsp;1288 456 0&nbsp;73 0&nbsp;27<br /> 2 5 17340 936 408 11720 4 0 5220 3980&nbsp;1269 594 3&nbsp;66 0&nbsp;31<br /> 0 3 17340 1160 376 11724 24 0 5312 5656&nbsp;1307 574&nbsp;11&nbsp;72 0&nbsp;17<br /> 0 1 17340 1032 360 11844 0 0 6304 6544&nbsp;1282 444 2&nbsp;76 0&nbsp;22<br /> 0 2 17340 836 364 12136 0 0 5772 4108&nbsp;1275 483 1&nbsp;67 0&nbsp;32<br /> 2 1 17340 972 368 11948 28 0 4012 4668&nbsp;1284 644&nbsp;13&nbsp;62 0&nbsp;25<br /> 2 1 17340 916 336 12028 0 0 6796 5764&nbsp;1287 405 0&nbsp;80 0&nbsp;20<br /> 2 1 17340 748 340 12224 0 0 6536 6704&nbsp;1290 421 0&nbsp;84 0&nbsp;16<br /> 2 1 17340 892 352 11976 0 0 6556 6144&nbsp;1288 420 0&nbsp;83 0&nbsp;17<br /> 0 1 17340 1028 360 11896 0 0 5760 6460&nbsp;1290 509 1&nbsp;73 0&nbsp;26<br /> 2 2 17340 1080 332 11816 0 0 6668 8100&nbsp;1370 448 2&nbsp;83 0&nbsp;15<br /> 0 1 17340 944 336 12084 0 0 6828 3724&nbsp;1281 383 0&nbsp;83 0&nbsp;17<br /> 0 0 17340 1208 336 11828 0 0 0 0&nbsp;1073 70 0 0&nbsp;72&nbsp;28<br /> 0 0 17340 1216 336 11828 0 0 0 0&nbsp;1073 64 0 0&nbsp;100 0<br /> 0 0 17340 1240 348 11828 0 0 4 3420&nbsp;1130 201 0 6&nbsp;85 9<br /> 0 0 17340 1240 348 11828 0 0 0 0&nbsp;1073 61 0 0&nbsp;100 0<br /> 0 0 17340 1240 348 11828 0 0 0 0&nbsp;1072 60 0 0&nbsp;100 0</p> <p>Can anyone else post speeds from their MBWE, one that doesn't have these type of errors with freezes and shares suddenly going read-only</p> <p>I am still pretty certain this is down to raid, i can only assume the other partitions still being raided are causing a bottleneck with I/O possibly because of samba?</p> <p>Well if anyone else has any ideas i will be happy to listen</p> <p>Will</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-54162#post-154816</guid>
				<title>Re: read only ext3 errors</title>
				<link>http://mybookworld.wikidot.com/forum/t-54162/read-only-ext3-errors#post-154816</link>
				<description></description>
				<pubDate>Tue, 29 Apr 2008 20:40:58 +0000</pubDate>
				<wikidot:authorName>Pineapple</wikidot:authorName>				<wikidot:authorUserId>115077</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Search for linux RAID settings and see if there is anything you can change.<br /> Mine is 500GB non-RAID.</p> <p>I think there is RAID package from optware. Maybe you can try that.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-54162#post-154718</guid>
				<title>Re: read only ext3 errors</title>
				<link>http://mybookworld.wikidot.com/forum/t-54162/read-only-ext3-errors#post-154718</link>
				<description></description>
				<pubDate>Tue, 29 Apr 2008 18:25:58 +0000</pubDate>
				<wikidot:authorName>redbullmonsta</wikidot:authorName>				<wikidot:authorUserId>120237</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>OK so i ran time dd if=/dev/zero of=/shares/internal/big2 bs=1M count=30000</p> <p>i get 4mb/s still but this time using e2fs and not raid i get the 31gb completed, i believe there are 2 issues here,</p> <p>1) the raid is broken, hence the sudden FS error and remount read only<br /> 2) poor performance through the kernel driver regarding I/O (as i know writing direct is flawless at 24mb/s)</p> <p>I will work on this more this evening</p> <p>I have to say im amazed that WD are not coming forward with this information, i know they would get some flak, but nowhere near as much as when i get this posted to Slashdot.org later this evening</p> <p>Will</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-54162#post-154674</guid>
				<title>Re: read only ext3 errors</title>
				<link>http://mybookworld.wikidot.com/forum/t-54162/read-only-ext3-errors#post-154674</link>
				<description></description>
				<pubDate>Tue, 29 Apr 2008 17:00:50 +0000</pubDate>
				<wikidot:authorName>Pineapple</wikidot:authorName>				<wikidot:authorUserId>115077</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I believe there is kernal update in optware package. Also a package for updated VIA velocity driver. I'm not brave enough to try that :P<br /> If I can backup the partition in Windows, I'll give it a try. I think I know how.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-54162#post-154661</guid>
				<title>Re: read only ext3 errors</title>
				<link>http://mybookworld.wikidot.com/forum/t-54162/read-only-ext3-errors#post-154661</link>
				<description></description>
				<pubDate>Tue, 29 Apr 2008 16:48:39 +0000</pubDate>
				<wikidot:authorName>redbullmonsta</wikidot:authorName>				<wikidot:authorUserId>120237</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>OK so now i removed the RAID filesystem form /dev/sda4 - a reformat with just e2fs and remount on /shares/internal</p> <p>i add the PUBLIC folder and my folder 'WILL' changing permissions as needed</p> <p>i restart samba</p> <p>still getting 4mb a sec</p> <p>oot@earth internal]# vmstat 1&nbsp;30<br /> procs <span style="text-decoration: line-through;">-</span><span style="text-decoration: line-through;">-</span>-memory<span style="text-decoration: line-through;">-</span><span style="text-decoration: line-through;">-</span> <span style="text-decoration: line-through;">-swap</span> <span style="text-decoration: line-through;">-</span>io<span style="text-decoration: line-through;">— —system</span> <span style="text-decoration: line-through;">—cpu</span>—<br /> r b swpd free buff cache si so bi bo in cs us sy id wa<br /> 1 1 17968 948 388 14400 55 57 133 7661&nbsp;1668 803 6&nbsp;76&nbsp;12 6<br /> 1 1 17968 1024 352 13944 0 0 0 0&nbsp;3976 1871&nbsp;19&nbsp;65 0&nbsp;16<br /> 0 1 17968 1068 352 14312 0 0 0 4152&nbsp;3462 2381 5&nbsp;51&nbsp;13&nbsp;31<br /> 0 1 17968 1068 352 14316 0 0 0 4&nbsp;3409 2585 2&nbsp;41 6&nbsp;51<br /> 0 1 17968 1108 348 14280 0 0 0 4100&nbsp;3341 2361 3&nbsp;44 8&nbsp;46<br /> 1 1 17968 924 344 14476 0 0 0 4100&nbsp;3547 2513 2&nbsp;45 6&nbsp;47<br /> 1 1 17968 1108 344 14292 0 0 0 0&nbsp;3468 2586 1&nbsp;44 6&nbsp;50<br /> 0 1 17968 1048 332 14380 0 0 0 4112&nbsp;3441 2510 2&nbsp;42&nbsp;11&nbsp;46</p> <p>I am confussed</p> <p>1) i thought that if raid was slow with dd, but dd to raw disk was fast it must be poor filesystem performance?! - it would appear not, kernel perhaps?</p> <p>I am about to leave work now, will look at this when i get home, does anyone have Debian running and at what speed I/O?</p> <p>Regards</p> <p>Will</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-54162#post-154641</guid>
				<title>Re: read only ext3 errors</title>
				<link>http://mybookworld.wikidot.com/forum/t-54162/read-only-ext3-errors#post-154641</link>
				<description></description>
				<pubDate>Tue, 29 Apr 2008 16:18:54 +0000</pubDate>
				<wikidot:authorName>redbullmonsta</wikidot:authorName>				<wikidot:authorUserId>120237</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi Pineapple,</p> <p>I turned off oplock having seen your post on the WD forum :) no good im afraid</p> <p>I have just fdisked /dev/sda4 and am putting e2fs on it, will mount it and see what performance i get</p> <p>Thanks for your reply</p> <p>(The sooner we develop our own OS for these the happier i will be. 4mb/s is terrible, my test with dd shows 24mb/s is possible)</p> <p>Will</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-54162#post-154632</guid>
				<title>Re: read only ext3 errors</title>
				<link>http://mybookworld.wikidot.com/forum/t-54162/read-only-ext3-errors#post-154632</link>
				<description></description>
				<pubDate>Tue, 29 Apr 2008 16:07:40 +0000</pubDate>
				<wikidot:authorName>Pineapple</wikidot:authorName>				<wikidot:authorUserId>115077</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Try turn off oplock in samba. Even MS recommend turning it off.<br /> I believe something is screwing up the journal.</p> <p>I had my samba updated with optware to 3.0.28a. Try that as last resort if you plan to return the unit.<br /> I had successfully copied over 400G to MyBook with out it crashing. I can't get it to transfer faster then 5MB/s. I've increased TCP buffers and other samba setting. No luck.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-54162#post-154477</guid>
				<title>Re: read only ext3 errors</title>
				<link>http://mybookworld.wikidot.com/forum/t-54162/read-only-ext3-errors#post-154477</link>
				<description></description>
				<pubDate>Tue, 29 Apr 2008 11:49:02 +0000</pubDate>
				<wikidot:authorName>redbullmonsta</wikidot:authorName>				<wikidot:authorUserId>120237</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>OK i tried to write 31gig to the /shares/internal device using dd on the commandline (this was done locally)</p> <p>[root@earth /]# time dd if=/dev/zero of=/shares/internal/big2 bs=1M count=30000</p> <p>(after writing 8.1gb i get)</p> <p>writing ‘/shares/internal/big2’: Read-only file system<br /> 7759+0 records in<br /> 7758+0 records out<br /> 8135831552 bytes (8.1&nbsp;GB) copied, 735.428 seconds, 11.1&nbsp;MB/s</p> <p>real 12m15.880s<br /> user 0m0.230s<br /> sys 8m49.000s</p> <p>/var/log/messages shows</p> <p>Apr 27&nbsp;05:13:43 earth user.alert kernel: journal_bmap: journal block not found at offset 3084 on md4<br /> Apr 27&nbsp;05:13:43 earth user.err kernel: Aborting journal on device md4.</p> <p>And all that at just 11.1&nbsp;MB/s</p> <p>I perform the same test writing to the device directly and not through raid (DO NOT DO THIS UNLESS YOU WANT YOUR FILES TRASHED!!! i was happy to rebuild the filesystem after this operation.)</p> <p>[root@earth /]# time dd if=/dev/zero of=/dev/sda4 bs=1M count=30000<br /> 30000+0 records in<br /> 30000+0 records out<br /> 31457280000 bytes (31&nbsp;GB) copied, 1277.36 seconds, 24.6&nbsp;MB/s</p> <p>So i get avg 24.6&nbsp;MB/s and it completes 31gb with no errors</p> <p>I think the raid is screwed on these newer MBWE tbh</p> <p>Will</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-54162#post-154448</guid>
				<title>Re: read only ext3 errors</title>
				<link>http://mybookworld.wikidot.com/forum/t-54162/read-only-ext3-errors#post-154448</link>
				<description></description>
				<pubDate>Tue, 29 Apr 2008 10:48:09 +0000</pubDate>
				<wikidot:authorName>redbullmonsta</wikidot:authorName>				<wikidot:authorUserId>120237</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>and im sorry to reply to my update of my update</p> <p>i think this is raid related…. running some tests to confirm… (why they feel the need to raid a single drive is beyond me!)</p> <p>Will</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-54162#post-154445</guid>
				<title>Re: read only ext3 errors</title>
				<link>http://mybookworld.wikidot.com/forum/t-54162/read-only-ext3-errors#post-154445</link>
				<description></description>
				<pubDate>Tue, 29 Apr 2008 10:37:21 +0000</pubDate>
				<wikidot:authorName>redbullmonsta</wikidot:authorName>				<wikidot:authorUserId>120237</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Update to update</p> <p>Well after another few gig it bombs again</p> <p>Apr 27&nbsp;04:29:03 earth user.alert kernel: journal_bmap: journal block not found at offset 3084 on md4<br /> Apr 27&nbsp;04:29:03 earth user.err kernel: Aborting journal on device md4.<br /> Apr 27&nbsp;04:29:03 earth user.crit kernel: ext3_abort called.<br /> Apr 27&nbsp;04:29:03 earth user.crit kernel: EXT3-fs error (device md4): ext3_journal_start_sb: Detected aborted journal<br /> Apr 27&nbsp;04:29:03 earth user.crit kernel: Remounting filesystem read-only<br /> Apr 27&nbsp;04:29:03 earth user.warn kernel: __journal_remove_journal_head: freeing b_frozen_data<br /> Apr 27&nbsp;04:29:03 earth user.warn kernel: __journal_remove_journal_head: freeing b_frozen_data</p> <p>Grr</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-54162#post-154431</guid>
				<title>Re: read only ext3 errors</title>
				<link>http://mybookworld.wikidot.com/forum/t-54162/read-only-ext3-errors#post-154431</link>
				<description></description>
				<pubDate>Tue, 29 Apr 2008 10:15:06 +0000</pubDate>
				<wikidot:authorName>redbullmonsta</wikidot:authorName>				<wikidot:authorUserId>120237</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>…. Update</p> <p>I was able to unmount and remount and continue uploading files, i am working on a perl script to perform monitoring at a deeper level to try and catch what is going wrong here</p> <p>Will</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-54162#post-154406</guid>
				<title>Re: read only ext3 errors</title>
				<link>http://mybookworld.wikidot.com/forum/t-54162/read-only-ext3-errors#post-154406</link>
				<description></description>
				<pubDate>Tue, 29 Apr 2008 09:09:49 +0000</pubDate>
				<wikidot:authorName>redbullmonsta</wikidot:authorName>				<wikidot:authorUserId>120237</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi All</p> <p>I have recently bought a 1TB MBWE too and am having the same errors</p> <p>I also found the western digital forum has a thread that pineapple has posted to [<a href="http://websupport.wdc.com/forum/topic.asp?TOPIC_ID=6970">http://websupport.wdc.com/forum/topic.asp?TOPIC_ID=6970</a>]</p> <p>It seems as if they are no longer accepting new logins to the forum which just shows they know this is a big problem, i think this is either firmware related or OS related - i am sure the hardware is fine.</p> <p>I was able to get ssh access and trash the /dev/md4 device and rebuild it and remount to /shares/internal and got 6-7gb copied over but then it died with the folloowing in /var/log/messages</p> <p>Apr 26&nbsp;15:14:29 earth user.alert kernel: journal_bmap: journal block not found at offset 3084 on md4<br /> Apr 26&nbsp;15:14:29 earth user.err kernel: Aborting journal on device md4.<br /> Apr 26&nbsp;15:14:29 earth user.crit kernel: ext3_abort called.<br /> Apr 26&nbsp;15:14:29 earth user.crit kernel: EXT3-fs error (device md4): ext3_journal_start_sb: Detected aborted journal<br /> Apr 26&nbsp;15:14:29 earth user.crit kernel: Remounting filesystem read-only<br /> Apr 26&nbsp;15:14:29 earth user.warn kernel: __journal_remove_journal_head: freeing b_frozen_data</p> <p>I wonder what kernel people have with the 'good' MBWE ? mine is:</p> <p>2.6.17.14 #1 PREEMPT Fri Jan 18&nbsp;10:40:25 GMT 2008 armv5tejl GNU/Linux</p> <p>I will try and get this remounted……</p> <p>Will</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-54162#post-153889</guid>
				<title>Re: read only ext3 errors</title>
				<link>http://mybookworld.wikidot.com/forum/t-54162/read-only-ext3-errors#post-153889</link>
				<description></description>
				<pubDate>Mon, 28 Apr 2008 15:49:11 +0000</pubDate>
				<wikidot:authorName>zonoskar</wikidot:authorName>				<wikidot:authorUserId>119482</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>If I do that, I get this:</p> <p>[root@ZonoskarWorld ~]# umount /dev/md4<br /> [root@ZonoskarWorld ~]# fsck.ext3 /dev/md4<br /> e2fsck 1.38 (30-Jun-2005)<br /> /dev/md4 contains a file system with errors, check forced.<br /> Pass 1: Checking inodes, blocks, and sizes<br /> Error allocating block bitmap (4): Memory allocation failed<br /> e2fsck: aborted</p> <p>Not enough memory?</p> <p>/edit: Ok, I've added some swap (using <a href="http://www.redhat.com/docs/manuals/linux/RHL-8.0-Manual/custom-guide/s1-swap-adding.html">this guide</a>), now fsck is running (takes quite some time I think).</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-54162#post-153613</guid>
				<title>Re: read only ext3 errors</title>
				<link>http://mybookworld.wikidot.com/forum/t-54162/read-only-ext3-errors#post-153613</link>
				<description></description>
				<pubDate>Mon, 28 Apr 2008 03:55:59 +0000</pubDate>
				<wikidot:authorName>Pineapple</wikidot:authorName>				<wikidot:authorUserId>115077</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>unmount the share and run fsck this way:<br /> fsck.ext3 /dev/md4 &lt;- change this to your device.<br /> Reboot after its finish.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-54162#post-153498</guid>
				<title>Re: read only ext3 errors</title>
				<link>http://mybookworld.wikidot.com/forum/t-54162/read-only-ext3-errors#post-153498</link>
				<description></description>
				<pubDate>Sun, 27 Apr 2008 21:45:55 +0000</pubDate>
				<wikidot:authorName>zonoskar</wikidot:authorName>				<wikidot:authorUserId>119482</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi, I have the same exact problem. I'm just not completely sure how you go about recreating the filesystem? Did you use fdisk to remove the shares partition?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-54162#post-147364</guid>
				<title>read only ext3 errors</title>
				<link>http://mybookworld.wikidot.com/forum/t-54162/read-only-ext3-errors#post-147364</link>
				<description></description>
				<pubDate>Thu, 17 Apr 2008 15:04:40 +0000</pubDate>
				<wikidot:authorName>snowboardjon</wikidot:authorName>				<wikidot:authorUserId>81513</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi,</p> <p>I bought a 1TB Mybook World yesterday. I got it home and immediately used the guides on here to setup SSH, install ushare, screen, disable cron and a load of other services to free up memory. It all worked perfectly.<br /> I then hit a problem where my ext3 /shares/internal filesystem would freeze occasionaly and remount itself in read only mode. I ran fsck (after adding a bigger swap space) but that didn't help.<br /> Eventually I recreated the filesystem and it's been fine ever since.<br /> I thought I'd post this up incase anyone else was having similar problems.<br /> The errors I was getting were : -</p> <p>Apr 17&nbsp;12:38:55 NAS user.alert kernel: journal_bmap: journal block not found at offset 3084 on md4<br /> Apr 17&nbsp;12:38:55 NAS user.err kernel: Aborting journal on device md4.<br /> Apr 17&nbsp;12:38:55 NAS user.crit kernel: ext3_abort called.<br /> Apr 17&nbsp;12:38:55 NAS user.crit kernel: EXT3-fs error (device md4): ext3_journal_start_sb: Detected aborted journal<br /> Apr 17&nbsp;12:38:55 NAS user.crit kernel: Remounting filesystem read-only<br /> Apr 17&nbsp;12:38:55 NAS user.warn kernel: __journal_remove_journal_head: freeing b_frozen_data</p> <p>Hope this solution helps somebody else.</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>