<?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>Loosing permissions overnight</title>
		<link>http://mybookworld.wikidot.com/forum/t-52374/loosing-permissions-overnight</link>
		<description>Posts in the discussion thread &quot;Loosing permissions overnight&quot; - Revoered 1TB book (single disk) is now loosing write permissions - no hacks currenty in place.</description>
				<copyright></copyright>
		<lastBuildDate></lastBuildDate>
		
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-52374#post-298194</guid>
				<title>Re: Loosing permissions overnight</title>
				<link>http://mybookworld.wikidot.com/forum/t-52374/loosing-permissions-overnight#post-298194</link>
				<description></description>
				<pubDate>Sat, 01 Nov 2008 20:16:43 +0000</pubDate>
				<wikidot:authorName>Coronas</wikidot:authorName>				<wikidot:authorUserId>191494</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Yes. After creating the swapfile, all you have to do is to activate it with the swapon command, even after rebooting the device. But the file is located on the root partition of your drive - as long as this partition is errorfree, it's a healty setup. But if you want to check the root partition for errors, you have to unmount the partition. And this can't be done as long as the swap file is still active.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-52374#post-298127</guid>
				<title>Re: Loosing permissions overnight</title>
				<link>http://mybookworld.wikidot.com/forum/t-52374/loosing-permissions-overnight#post-298127</link>
				<description></description>
				<pubDate>Sat, 01 Nov 2008 17:40:34 +0000</pubDate>
				<wikidot:authorName>gingerman</wikidot:authorName>				<wikidot:authorUserId>231074</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Coronas, does this code make the swap file remain after a reboot?</p> <div class="code"> <pre> <code>dd if=/dev/zero of=/root/swapfile bs=1024 count=262144 mkswap /root/swapfile swapon /root/swapfile umount /shares/internal fsck.ext3 -fy /dev/md4</code> </pre></div> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-52374#post-298058</guid>
				<title>Re: Loosing permissions overnight</title>
				<link>http://mybookworld.wikidot.com/forum/t-52374/loosing-permissions-overnight#post-298058</link>
				<description></description>
				<pubDate>Sat, 01 Nov 2008 15:39:57 +0000</pubDate>
				<wikidot:authorName>Coronas</wikidot:authorName>				<wikidot:authorUserId>191494</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>@gingerman: my hints will only help you if you've got errors with the /var (/dev/md3) or /shares/internal (/dev/md4) partitons. But from your previous posts it's clear that it's your root-partiton / (/dev/md1) which has got some problems. You'll have better chances of fixing it if you hook the drive up to a linux-computer.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-52374#post-298018</guid>
				<title>Re: Loosing permissions overnight</title>
				<link>http://mybookworld.wikidot.com/forum/t-52374/loosing-permissions-overnight#post-298018</link>
				<description></description>
				<pubDate>Sat, 01 Nov 2008 13:40:39 +0000</pubDate>
				<wikidot:authorName>gingerman</wikidot:authorName>				<wikidot:authorUserId>231074</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>OK so Transmission seemed to help my device go RO with the help of me moving a large file at the same time, so I have initiated creating the swap file. I will keep you up to date with what happens.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-52374#post-297978</guid>
				<title>Re: Loosing permissions overnight</title>
				<link>http://mybookworld.wikidot.com/forum/t-52374/loosing-permissions-overnight#post-297978</link>
				<description></description>
				<pubDate>Sat, 01 Nov 2008 12:05:04 +0000</pubDate>
				<wikidot:authorName>gingerman</wikidot:authorName>				<wikidot:authorUserId>231074</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Update:<br /> After killing Transmission torrent client, my device managed not to go into Read Only mode all night.</p> <p>I have just restarted the daemon and am waiting for it to go down again. We shall see.</p> <p>I will let you know if this has an effect.<br /> If I go into RO mode, then I will do what Coronas said about swap files and work down the list - thanks for the suggestions - much appreciated.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-52374#post-297877</guid>
				<title>Re: Loosing permissions overnight</title>
				<link>http://mybookworld.wikidot.com/forum/t-52374/loosing-permissions-overnight#post-297877</link>
				<description></description>
				<pubDate>Sat, 01 Nov 2008 06:28:09 +0000</pubDate>
				<wikidot:authorName>Coronas</wikidot:authorName>				<wikidot:authorUserId>191494</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Right, overlooked that one. But adding swap is still an option for /dev/md3 or /dev/md4. For /dev/md1 I agree with you :)</p> <p>Edit - has anybody set up a chroot environment on this box? This might work…<br /> Edit2 - … or not. Probably just a stupid idea, it really is easier to check the drive in a linux box.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-52374#post-297873</guid>
				<title>Re: Loosing permissions overnight</title>
				<link>http://mybookworld.wikidot.com/forum/t-52374/loosing-permissions-overnight#post-297873</link>
				<description></description>
				<pubDate>Sat, 01 Nov 2008 06:13:10 +0000</pubDate>
				<wikidot:authorName>alephsmith</wikidot:authorName>				<wikidot:authorUserId>58305</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>This guy is encountering corruption on md1. That is the root partition isn't it?</p> <p>In addition to my last post, just rebooting isn't fixing the problem. The corrupt block is still sitting there waiting kick you into ro mode the next time your book tries to read from it.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-52374#post-297855</guid>
				<title>Re: Loosing permissions overnight</title>
				<link>http://mybookworld.wikidot.com/forum/t-52374/loosing-permissions-overnight#post-297855</link>
				<description></description>
				<pubDate>Sat, 01 Nov 2008 05:00:42 +0000</pubDate>
				<wikidot:authorName>Coronas</wikidot:authorName>				<wikidot:authorUserId>191494</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Why not add additional swap-memory and run fsck.ext3 manually?</p> <div class="code"> <pre> <code>dd if=/dev/zero of=/root/swapfile bs=1024 count=262144 mkswap /root/swapfile swapon /root/swapfile umount /shares/internal fsck.ext3 -fy /dev/md4</code> </pre></div> <br /> That will take a couple of hours to run but in the end, it should work.<br /> cu
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-52374#post-297829</guid>
				<title>Re: Loosing permissions overnight</title>
				<link>http://mybookworld.wikidot.com/forum/t-52374/loosing-permissions-overnight#post-297829</link>
				<description></description>
				<pubDate>Sat, 01 Nov 2008 02:59:29 +0000</pubDate>
				<wikidot:authorName>alephsmith</wikidot:authorName>				<wikidot:authorUserId>58305</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I'm not sure if you are asking this question or a different one but here it goes:</p> <p>The reason that the device drops into ro mode is that it encounters a corrupt block in your hard drive. usually you would be prompted to run <tt>fsck</tt> to fix the problem. There are two problems with this a) <tt>fsck</tt> should not be run on a mounted partition b) the MBSW seems to run out of memory when running <tt>fsck</tt> anyway.</p> <p>What we don't know is what is causing the corruption. I suspect that it is hardware related, I have never had the problem myself despite using the same firmware as everyone else.</p> <p>I don't know if anyone has already, but it would be nice if someone could run <tt>fsck</tt> on a corrupt partition while connected to a linux box and see if that solves the error. This would certainly be easier than reformatting the whole drive.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-52374#post-297815</guid>
				<title>Re: Loosing permissions overnight</title>
				<link>http://mybookworld.wikidot.com/forum/t-52374/loosing-permissions-overnight#post-297815</link>
				<description></description>
				<pubDate>Sat, 01 Nov 2008 02:03:35 +0000</pubDate>
				<wikidot:authorName>gingerman</wikidot:authorName>				<wikidot:authorUserId>231074</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I have had these problems - losing the ability to copy to the device etc.</p> <p>I reformatted the partition and recreated my directory structure etc. which stopped the device becoming Read Only so quickly.</p> <p>It eventually became Read Only though and now takes less time to go back into that state. ( a few minutes )</p> <p>I have to do a double reboot now like DreaMr</p> <p>I get this when I # dmesg | tail</p> <p>&lt;6&gt;Using fractional divider baud 115200, clock 100000000 dlf 40<br /> &lt;6&gt;Using fractional divider baud 115200, clock 100000000 dlf 40<br /> &lt;1&gt;journal_bmap: journal block not found at offset 2060 on md1<br /> &lt;3&gt;Aborting journal on device md1.<br /> &lt;2&gt;EXT3-fs error (device md1) in ext3_reserve_inode_write: Journal has aborted<br /> &lt;2&gt;EXT3-fs error (device md1) in ext3_dirty_inode: Journal has aborted<br /> &lt;2&gt;EXT3-fs error (device md1) in ext3_new_blocks: Journal has aborted<br /> &lt;2&gt;ext3_abort called.<br /> &lt;2&gt;EXT3-fs error (device md1): ext3_journal_start_sb: Detected aborted journal<br /> &lt;2&gt;Remounting filesystem read-only</p> <p>I have seen alot of different threads about the device going Read Only, and everyone seems to blame a different problem.</p> <p>I think that it simply runs out of memory - something goes wrong and that's it Read Only ( but I am not a Unix expert )</p> <p>I think I am going to kill most of the processes and see how long it lasts.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-52374#post-175617</guid>
				<title>Re: Loosing permissions overnight</title>
				<link>http://mybookworld.wikidot.com/forum/t-52374/loosing-permissions-overnight#post-175617</link>
				<description></description>
				<pubDate>Fri, 30 May 2008 19:47:09 +0000</pubDate>
				<wikidot:authorName>DreaMr</wikidot:authorName>				<wikidot:authorUserId>134461</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi</p> <p>Has anyone found a solution to this yet, one that doesn't involve reformatting?</p> <p>I used to had trouble with transfering files at first, and I found out that formatting helps. It did do the job, and all was fine for little while, but now the permissions get lost about every 24 hours or so again, though not because of filetransfers now. I really wouldn't like to reformat again, because it would be pretty troublesome to get all the stuff I have in there back to somewhere else for the duration (hard drive space beign the issue here)… and if the problem comes again like it did now, it's not really worth it anyways. I get the following kernel messages too when the shares fail:</p> <p>&lt;1&gt;journal_bmap: journal block not found at offset 1036 on md3<br /> &lt;3&gt;Aborting journal on device md3.<br /> &lt;2&gt;ext3_abort called.<br /> &lt;2&gt;EXT3-fs error (device md3): ext3_journal_start_sb: Detected aborted journal<br /> &lt;2&gt;Remounting filesystem read-only</p> <p>Have to reboot mybook twice to get it working again. The first boot causes the drive to panic with flashing leds, second one gets it up again with some warning in kernel messages:</p> <p>&lt;4&gt;EXT3-fs warning (device md3): ext3_clear_journal_err: Filesystem error recorded from previous mount: IO failure<br /> &lt;4&gt;EXT3-fs warning (device md3): ext3_clear_journal_err: Marking fs in need of filesystem check.<br /> &lt;4&gt;EXT3-fs warning: mounting fs with errors, running e2fsck is recommended<br /> &lt;6&gt;EXT3 FS on md3, internal journal<br /> &lt;6&gt;EXT3-fs: recovery complete.<br /> &lt;6&gt;EXT3-fs: mounted filesystem with ordered data mode.</p> <p>It's really a pain in the arse to do the double reboot once in a day, especially because it requires resetting from the power button. Otherwise a cron job could be a temporary fix.</p> <p>My fstab<br /> /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 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/md4 /shares/internal ext3 defaults,noatime 0 2</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-52374#post-146779</guid>
				<title>Re: Loosing permissions overnight</title>
				<link>http://mybookworld.wikidot.com/forum/t-52374/loosing-permissions-overnight#post-146779</link>
				<description></description>
				<pubDate>Wed, 16 Apr 2008 19:01:10 +0000</pubDate>
				<wikidot:authorName>B3ast</wikidot:authorName>				<wikidot:authorUserId>109131</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I have finally made some progress on this - it looks like that at some points during my writing to the disk the mount becomes read only</p> <p>/dev/root on / type ext3 (rw,noatime,data=ordered)<br /> proc on /proc type proc (rw)<br /> devpts on /dev/pts type devpts (rw)<br /> sys on /sys type sysfs (rw)<br /> /dev/md3 on /var type ext3 (rw,noatime,data=ordered)<br /> <strong>/dev/sda4 on /shares/internal type ext3 (<em>ro</em>,noatime,data=ordered)</strong><br /> usbfs on /proc/bus/usb type usbfs (rw)</p> <p>I ran these commands to get it back into read write mode gave it a reboot and its working again</p> <p>umount /dev/sda4</p> <p>mount /dev/sda4 /shares/internal -t ext3 -o rw data=ordered</p> <p>mount</p> <p>/dev/root on / type ext3 (rw,noatime,data=ordered)<br /> proc on /proc type proc (rw)<br /> devpts on /dev/pts type devpts (rw)<br /> sys on /sys type sysfs (rw)<br /> /dev/md3 on /var type ext3 (rw,noatime,data=ordered)<br /> usbfs on /proc/bus/usb type usbfs (rw)<br /> <strong>/dev/sda4 on /shares/internal type ext3 (<em>rw</em>,noatime,data=ordered)</strong><br /> [root@MyBookWorld /]#</p> <p>Will see how long it lasts before going again……</p> <p>Edit - lasted about 5 mins before going read only again :-( I copied about 1gb onto it…..</p> <p>/dev/sda4 on /shares/internal type ext3 (ro,noatime,data=ordered)</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-52374#post-146446</guid>
				<title>Re: Loosing permissions overnight</title>
				<link>http://mybookworld.wikidot.com/forum/t-52374/loosing-permissions-overnight#post-146446</link>
				<description></description>
				<pubDate>Wed, 16 Apr 2008 14:11:05 +0000</pubDate>
				<wikidot:authorName>andyh-rayleigh</wikidot:authorName>				<wikidot:authorUserId>110733</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>After reformatting the md4 partition (and doing a bit of tuning on its parameters) the box now seems to be behaving much better.<br /> I think the original formatting of the 1TB drives may not have properly set up the journal for the ext3 filesystem.<br /> The main fear now is that the partition is too big for fsck on the box and so if (when!) something does go wrong I'll have to<br /> temporarily stick the drive on a PC. It might have been better to split into two partitions, but I was worrid that there might have been other side effects.</p> <p>Anyhow, looks better now.</p> <p>Andy</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-52374#post-145275</guid>
				<title>Re: Losing permissions overnight</title>
				<link>http://mybookworld.wikidot.com/forum/t-52374/loosing-permissions-overnight#post-145275</link>
				<description></description>
				<pubDate>Tue, 15 Apr 2008 05:52:35 +0000</pubDate>
				<wikidot:authorName>andyh-rayleigh</wikidot:authorName>				<wikidot:authorUserId>110733</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Don't try the full write check version of format … on the 1tb it takes ~36 hours for the first data pattern then starts another :-(</p> <p>Anyhow, no write errors found on the partition to match the no read errors previously.</p> <p>Andy</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-52374#post-144993</guid>
				<title>Re: Loosing permissions overnight</title>
				<link>http://mybookworld.wikidot.com/forum/t-52374/loosing-permissions-overnight#post-144993</link>
				<description></description>
				<pubDate>Mon, 14 Apr 2008 20:07:28 +0000</pubDate>
				<wikidot:authorName>Gabriel74</wikidot:authorName>				<wikidot:authorUserId>111826</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I have same problem, but nobody help me until yet…</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-52374#post-144261</guid>
				<title>Re: Losing permissions overnight</title>
				<link>http://mybookworld.wikidot.com/forum/t-52374/loosing-permissions-overnight#post-144261</link>
				<description></description>
				<pubDate>Sun, 13 Apr 2008 19:26:48 +0000</pubDate>
				<wikidot:authorName>andyh-rayleigh</wikidot:authorName>				<wikidot:authorUserId>110733</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Problem is also occurring with a second MyBook World so it seems like physical hardware problems would be too much of a coincidence.<br /> This time I've managed to find something fairly clear in the messages log:</p> <p>Apr 13&nbsp;18:25:40 MyBookWorld user.alert kernel: journal_bmap: journal block not found at offset 3084 on md4<br /> Apr 13&nbsp;18:25:40 MyBookWorld user.err kernel: Aborting journal on device md4.<br /> Apr 13&nbsp;18:25:40 MyBookWorld user.crit kernel: ext3_abort called.<br /> Apr 13&nbsp;18:25:40 MyBookWorld user.crit kernel: EXT3-fs error (device md4): ext3_journal_start_sb: Detected abo rted journal<br /> Apr 13&nbsp;18:25:40 MyBookWorld user.crit kernel: Remounting filesystem read-only<br /> Apr 13&nbsp;18:25:40 MyBookWorld user.warn kernel: __journal_remove_journal_head: freeing b_frozen_data<br /> Apr 13&nbsp;18:29:18 MyBookWorld user.warn kernel: __journal_remove_journal_head: freeing b_committed_data<br /> Apr 13&nbsp;18:29:19 MyBookWorld user.notice block.agent[1515]: USB umount event not supported<br /> Apr 13&nbsp;18:48:28 MyBookWorld user.info kernel: kjournald starting. Commit interval 5 seconds<br /> Apr 13&nbsp;18:48:28 MyBookWorld user.warn kernel: EXT3-fs warning: mounting fs with errors, running e2fsck is rec ommended</p> <p>(of course fsck isn't possible, still. System obviously could do with a larger swap partition.)</p> <p>I'm running a reformat with full write check on the md4 partition - it hasn't yet found any write<br /> errors in the past 2 hours … at present rate it'll be another day before it completes.<br /> A full read check (dd if=/dev/md4 of=/dev/nul) completed with no errors.</p> <p>Looks like a software problem, possibly a race condition.</p> <p>Andy</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-52374#post-143836</guid>
				<title>Re: Loosing permissions overnight</title>
				<link>http://mybookworld.wikidot.com/forum/t-52374/loosing-permissions-overnight#post-143836</link>
				<description></description>
				<pubDate>Sat, 12 Apr 2008 20:43:04 +0000</pubDate>
				<wikidot:authorName>Paddymagic</wikidot:authorName>				<wikidot:authorUserId>111570</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I have the same problem with my brand new MyBook 1TB.</p> <p>After transferring about 2000-7000 files over the network or untaring over ssh the drive locks up and goes into read only mode. After a reboot /dev/md4 fails to mount, so I run fsck on it. 3 cups of tea later it finally finishes and after another reboot I can begin writing again… until the drive locks up again. I've repeated this about 3 times today and have only managed to get 10000 of my many tiny files onto the drive.</p> <p>I havent tried copying over a large file yet to see just what happens, I'm not sure if there could be any issues with copying 20000+ files to a single directory or if its simply the drive which is faulty.</p> <p>Has anyone found a working solution and would they like to share it?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-52374#post-143021</guid>
				<title>Re: Losing permissions overnight</title>
				<link>http://mybookworld.wikidot.com/forum/t-52374/loosing-permissions-overnight#post-143021</link>
				<description></description>
				<pubDate>Fri, 11 Apr 2008 12:26:40 +0000</pubDate>
				<wikidot:authorName>blight</wikidot:authorName>				<wikidot:authorUserId>108901</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>have a look here <a href="http://mybookworld.wikidot.com/forum/t-50207/cannot-delete-files-read-only-dev-md4-on-mybook-we-i-1tb">here</a>. That was my problem with a brand one.</p> <p>blight</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-52374#post-142995</guid>
				<title>Re: Losing permissions overnight</title>
				<link>http://mybookworld.wikidot.com/forum/t-52374/loosing-permissions-overnight#post-142995</link>
				<description></description>
				<pubDate>Fri, 11 Apr 2008 11:24:49 +0000</pubDate>
				<wikidot:authorName>alephsmith</wikidot:authorName>				<wikidot:authorUserId>58305</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Have you checked to see that your logged in as a privileged user. i.e. when you access the smb share from your file manager what user are you logging in as?</p> <p>I know that from my OS X machine, it will default to the unprivileged guest account unless I specify alternate auth details. When this happens I lose write access to the share.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-52374#post-142973</guid>
				<title>Re: Losing permissions overnight</title>
				<link>http://mybookworld.wikidot.com/forum/t-52374/loosing-permissions-overnight#post-142973</link>
				<description></description>
				<pubDate>Fri, 11 Apr 2008 09:56:25 +0000</pubDate>
				<wikidot:authorName>B3ast</wikidot:authorName>				<wikidot:authorUserId>109131</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I only got my Ibook on last weekend and yes it was also doing it before any hack's (which is when i found this site and started trying SSH). The disk itself works fine when the permissions are right. Maybe I should try using it from my XP box and see how that goes - at the moment I use is mainly on Vista…</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-52374#post-142876</guid>
				<title>Re: Losing permissions overnight</title>
				<link>http://mybookworld.wikidot.com/forum/t-52374/loosing-permissions-overnight#post-142876</link>
				<description></description>
				<pubDate>Fri, 11 Apr 2008 06:51:53 +0000</pubDate>
				<wikidot:authorName>alephsmith</wikidot:authorName>				<wikidot:authorUserId>58305</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>If your disk is damaged, it can often kick you in to ro mode to save your data. There was a post about it here previously I think, try the search.<br /> You may need to send your HDD back to WD for a replacement.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-52374#post-142874</guid>
				<title>Re: Losing permissions overnight</title>
				<link>http://mybookworld.wikidot.com/forum/t-52374/loosing-permissions-overnight#post-142874</link>
				<description></description>
				<pubDate>Fri, 11 Apr 2008 06:42:35 +0000</pubDate>
				<wikidot:authorName>andyh-rayleigh</wikidot:authorName>				<wikidot:authorUserId>110733</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I have been having this sort of problem even before any sort of hacking the unit.<br /> Generally happens part way through a large series of copies to the filesystem.</p> <p>On setting up telnetd and investigating I find that the initial mount stage:</p> <p>[root@MyBookWorld /]# mount<br /> /dev/root on / type ext3 (rw,noatime,data=ordered)<br /> proc on /proc type proc (rw)<br /> devpts on /dev/pts type devpts (rw)<br /> sys on /sys type sysfs (rw)<br /> /dev/md3 on /var type ext3 (rw,noatime,data=ordered)<br /> /dev/md4 on /shares/internal type ext3 (rw,noatime,data=ordered)<br /> usbfs on /proc/bus/usb type usbfs (rw)</p> <p>changes to /shares/internal being "ro" for no apparent reason.<br /> (I've also observed this for /var, but this (obviously) doesn't lead to quite the same problem)</p> <p>any idea why this happens … and what I can do about it?</p> <p>Andy</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-52374#post-142104</guid>
				<title>Re: Loosing permissions overnight</title>
				<link>http://mybookworld.wikidot.com/forum/t-52374/loosing-permissions-overnight#post-142104</link>
				<description></description>
				<pubDate>Thu, 10 Apr 2008 07:23:17 +0000</pubDate>
				<wikidot:authorName>B3ast</wikidot:authorName>				<wikidot:authorUserId>109131</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Ok I added in www-data onto MOVIES using chown however after rebooting the box the permissions have been lost again. I could keep logging in and updating them but would rather get a more permanent fix any ideas?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-52374#post-141611</guid>
				<title>Re: Loosing permissions overnight</title>
				<link>http://mybookworld.wikidot.com/forum/t-52374/loosing-permissions-overnight#post-141611</link>
				<description></description>
				<pubDate>Wed, 09 Apr 2008 15:26:28 +0000</pubDate>
				<wikidot:authorName>B3ast</wikidot:authorName>				<wikidot:authorUserId>109131</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Ok have logged in ussing ssh and here are my folders</p> <p>total 24<br /> drwxr-xr-x 4 root root 4096 Mar 26 2007 .<br /> drwxr-xr-x 21 root root 4096 Apr 9&nbsp;10:34 ..<br /> drwxr-xr-x 2 root root 4096 Mar 26 2007 external<br /> drwxr-xr-x 6 root root 4096 Apr 8&nbsp;21:50 internal</p> <p>total 40<br /> drwxr-xr-x 6 root root 4096 Apr 8&nbsp;21:50 .<br /> drwxr-xr-x 4 root root 4096 Mar 26 2007 ..<br /> drwx<span style="text-decoration: line-through;">-</span>- 2 root root 4096 Apr 8&nbsp;21:30 .senvidData<br /> drwx<span style="text-decoration: line-through;">-</span>- 2 www-data root 4096 Apr 9&nbsp;03:16 MOVIES<br /> drwxrwxr-x 2 root www-data 4096 Apr 8&nbsp;21:30 PUBLIC<br /> drwx<span style="text-decoration: line-through;">-</span>- 2 root root 16384 Apr 9&nbsp;02:12 lost+found</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-52374#post-141554</guid>
				<title>Re: Loosing permissions overnight</title>
				<link>http://mybookworld.wikidot.com/forum/t-52374/loosing-permissions-overnight#post-141554</link>
				<description></description>
				<pubDate>Wed, 09 Apr 2008 14:14:27 +0000</pubDate>
				<wikidot:authorName>zx3junglist</wikidot:authorName>				<wikidot:authorUserId>96500</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>do 'ls -al' on the shares/internal folder and report it back here, we need to see what the perms are and who the folders belong to</p> <p>you should see that the folders belong to www-data, make sure this is the case, use chown if not</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-52374#post-141483</guid>
				<title>Loosing permissions overnight</title>
				<link>http://mybookworld.wikidot.com/forum/t-52374/loosing-permissions-overnight#post-141483</link>
				<description></description>
				<pubDate>Wed, 09 Apr 2008 12:09:15 +0000</pubDate>
				<wikidot:authorName>B3ast</wikidot:authorName>				<wikidot:authorUserId>109131</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi,</p> <p>After playing with SSH and a few other hacks I have reverted back to the standard config using the recsue procedure. All seemed well yesterday and I set serveral files copying over however at around midnight I lost permission to write to the share.</p> <p>The share was created using the web gui and I gave everyone full permissions. I have tried re-applying the permissions but its still not working. Short of hacking in SSH again is there any way of fixing this? Also is there any reason for it breaking in the first place? I have tried mapping drives using the root account and another account (with full perms) with no luck.</p> <p>Ta B3ast</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>