<?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>Hacking WD MyBook World Ed - new forum posts</title>
		<link>http://mybookworld.wikidot.com/forum/start</link>
		<description>Posts in forums of the site &quot;Hacking WD MyBook World Ed&quot;</description>
				<copyright></copyright>
		<lastBuildDate></lastBuildDate>
		
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-118815#post-627367</guid>
				<title>Re: WD Sharespace - Hackable?</title>
				<link>http://mybookworld.wikidot.com/forum/t-118815/wd-sharespace-hackable#post-627367</link>
				<description></description>
				<pubDate>Sat, 07 Nov 2009 23:46:23 +0000</pubDate>
				<wikidot:authorName>GlowDog</wikidot:authorName>				<wikidot:authorUserId>399963</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Well I managed to do it all, but the telnet just doesnt work :( what can I be doing wrong ? if I download the config and decode the download share is /etc/init.d but after reboot no ssh nor telnet possible :(</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-14332">Forum / My Book World Edition (blue rings)</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-118815/wd-sharespace-hackable">WD Sharespace - Hackable?</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-194669#post-627233</guid>
				<title>FeaturePacks Manager Web_Server</title>
				<link>http://mybookworld.wikidot.com/forum/t-194669/featurepacks-manager-web-server#post-627233</link>
				<description></description>
				<pubDate>Sat, 07 Nov 2009 19:48:12 +0000</pubDate>
				<wikidot:authorName>jossie67</wikidot:authorName>				<wikidot:authorUserId>323120</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I have installed FeaturePacks Manager with Web_Server.<br /> When I want to access the webserver I get 403 - Forbidden :-(, when don I have to set the permissions?</p> <p>Grtz</p> <p>Jos</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-77483">Forum / My Book World Edition (white light)</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-194669/featurepacks-manager-web-server">FeaturePacks Manager Web_Server</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-194634#post-627213</guid>
				<title>Re: Accessing 2nd Disk in Twonky (new Firmware installed)</title>
				<link>http://mybookworld.wikidot.com/forum/t-194634/accessing-2nd-disk-in-twonky-new-firmware-installed#post-627213</link>
				<description></description>
				<pubDate>Sat, 07 Nov 2009 18:45:54 +0000</pubDate>
				<wikidot:authorName>csd500</wikidot:authorName>				<wikidot:authorUserId>381459</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Managed to fix it in the end. If anyone else needs to change this, and like me is completely new to linux commands, I managed it by doing the following:</p> <p>1) Enable SSH access through the web interface.</p> <p>2) Install putty and connect to the MyBook, logging in with root:welc0me</p> <p>3) Copy the twonky folder to the Download folder</p> <div class="code"> <pre> <code>cp -r /twonky /shares/Download/twonkytemp</code> </pre></div> <p>4) In windows explorer, navigate to the download folder, and edit the twonkymedia-server-default.ini file in wordpad. Change the following:</p> <p>contentbase=/DataVolume/Public</p> <p>to</p> <p>contentbase=/</p> <p>5) Back in putty, remove the original ini file from the twonky directory</p> <div class="code"> <pre> <code>rm /twonky/twonkymedia-server-default.ini</code> </pre></div> <p>6) Copy the edited ini file over to the original directory</p> <div class="code"> <pre> <code>cp /shares/Download/twonkytemp/twonkymedia-server-default.ini /twonky</code> </pre></div> <p>7) Start up twonky</p> <div class="code"> <pre> <code>/twonky/twonkymedia.sh start</code> </pre></div> <p>8) Go to the twonky configuration website, and reset to defaults. Now when it reloads, go to the sharing tab, and under content locations you will now be able to select all folders, including those on the ExtendVolume disk.</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-77483">Forum / My Book World Edition (white light)</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-194634/accessing-2nd-disk-in-twonky-new-firmware-installed">Accessing 2nd Disk in Twonky (new Firmware installed)</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-194634#post-627172</guid>
				<title>Accessing 2nd Disk in Twonky (new Firmware installed)</title>
				<link>http://mybookworld.wikidot.com/forum/t-194634/accessing-2nd-disk-in-twonky-new-firmware-installed#post-627172</link>
				<description></description>
				<pubDate>Sat, 07 Nov 2009 17:06:47 +0000</pubDate>
				<wikidot:authorName>csd500</wikidot:authorName>				<wikidot:authorUserId>381459</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Just upgraded to the new firmware, bringing Twonky to version 5.1. Problem is, I can no longer access the media folders on the second drive in the Twonky configuration tool (I've got a 4-tb MBWE using JBOD). Before I could access the files by adding the following path in the 'Current Location' section of Twonky</p> <p>./../../ExtendVolume/Public2/Shared Videos</p> <p>When I try this in version 5.1 and save, the path automatically removes the './../../' and so becomes:</p> <p>/ExtendVolume/Public2/Shared Videos</p> <p>which doesn't pick up any of the files. Is there anything I can do to get around this? Perhaps changing the Twonky config file to point to in front of the 2 drive share names (DataVolume and ExtendVolume), if so where is this file stored and how do I go about changing it through windows?</p> <p>Many thanks,</p> <p>Chris</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-77483">Forum / My Book World Edition (white light)</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-194634/accessing-2nd-disk-in-twonky-new-firmware-installed">Accessing 2nd Disk in Twonky (new Firmware installed)</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-165210#post-627145</guid>
				<title>Re: [HOW TO] Set up WD MBWE (White light) properly + Transmission(1.72) + automate and manage torrents</title>
				<link>http://mybookworld.wikidot.com/forum/t-165210/how-to-set-up-wd-mbwe-white-light-properly-transmission-1-72-automate-and-manage-torrents#post-627145</link>
				<description></description>
				<pubDate>Sat, 07 Nov 2009 16:06:18 +0000</pubDate>
				<wikidot:authorName>promitheus</wikidot:authorName>				<wikidot:authorUserId>399197</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Thnx a lot</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-34400">Forum / Torrent programs</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-165210/how-to-set-up-wd-mbwe-white-light-properly-transmission-1-72-automate-and-manage-torrents">[HOW TO] Set up WD MBWE (White light) properly + Transmission(1.72) + automate and manage torrents</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-192902#post-627125</guid>
				<title>Re: Firmware update new features</title>
				<link>http://mybookworld.wikidot.com/forum/t-192902/firmware-update-new-features#post-627125</link>
				<description></description>
				<pubDate>Sat, 07 Nov 2009 15:15:34 +0000</pubDate>
				<wikidot:authorName>Weyoun84</wikidot:authorName>				<wikidot:authorUserId>399078</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>GOOD NEWS!</p> <p>I've got this reply from WD:</p> <p>**</p> <p>I am really sorry about the issues you are experiencing with your drive and MioNet.</p> <p>We are currently working on a new firmware release and this should be taking care of.</p> <p>Please allow sometime for the firmware to be available.</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-77483">Forum / My Book World Edition (white light)</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-192902/firmware-update-new-features">Firmware update new features</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-193229#post-627080</guid>
				<title>Re: mini_httpd largefile support</title>
				<link>http://mybookworld.wikidot.com/forum/t-193229/mini-httpd-largefile-support#post-627080</link>
				<description></description>
				<pubDate>Sat, 07 Nov 2009 13:31:55 +0000</pubDate>
				<wikidot:authorName>frater</wikidot:authorName>				<wikidot:authorUserId>139187</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <blockquote> <p>Many Thanks to Frater ( i have no idea how he could find this solution, i am very impressed… )</p> </blockquote> <p>We're doing what we can?</p> <p>Are you inclined to contribute to a project of mine to bring optware-apps to dd-wrt?<br /> I would love to have a killer lighttpd web application (webdav) and a control panel for /opt/etc/init.d so others see what can be done when you have your own webserver on your router….</p> <p>What kind of router do you have?<br /> I just bought myself an Asus RT-N16 (128&nbsp;MB RAM, 32&nbsp;MB flash, USB) and am now waiting for DD-WRT to support it….</p> <p><a href="http://www.dd-wrt.com/phpBB2/viewtopic.php?t=59668&amp;start=0">http://www.dd-wrt.com/phpBB2/viewtopic.php?t=59668&amp;start=0</a></p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-34764">Forum / Installing &amp; Configuring Programs</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-193229/mini-httpd-largefile-support">mini_httpd largefile support</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-166297#post-627073</guid>
				<title>Re: MiniDLNA</title>
				<link>http://mybookworld.wikidot.com/forum/t-166297/minidlna#post-627073</link>
				<description></description>
				<pubDate>Sat, 07 Nov 2009 13:14:39 +0000</pubDate>
				<wikidot:authorName>djreastman</wikidot:authorName>				<wikidot:authorUserId>399733</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I would really like some help with this too. I've got miniDLNA and running but no files appeared to be shared. I have added this line to miniDNLA.conf</p> <p>media_dir=shares/Public/Shared Videos</p> <p>Secondly, how do I stop miniDLNA running?</p> <p>Thanks.</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-34262">Forum / Optware</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-166297/minidlna">MiniDLNA</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-193038#post-627007</guid>
				<title>Re: -sh: su: not found</title>
				<link>http://mybookworld.wikidot.com/forum/t-193038/sh:su:not-found#post-627007</link>
				<description></description>
				<pubDate>Sat, 07 Nov 2009 11:10:51 +0000</pubDate>
				<wikidot:authorName>Peisistratos</wikidot:authorName>				<wikidot:authorUserId>396737</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>thanks for the answer.<br /> I found out, that the SSH can be actived via webfrontend and there exists a root-account - my mistake was, i thought the Password for root contains a big o, but it is a zero in welc0me</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-77483">Forum / My Book World Edition (white light)</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-193038/sh:su:not-found">-sh: su: not found</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-170377#post-626966</guid>
				<title>Re: Transmission - &quot;No such file or directory&quot; problem</title>
				<link>http://mybookworld.wikidot.com/forum/t-170377/transmission-no-such-file-or-directory-problem#post-626966</link>
				<description></description>
				<pubDate>Sat, 07 Nov 2009 09:20:51 +0000</pubDate>
				<wikidot:authorName>Kaisser74</wikidot:authorName>				<wikidot:authorUserId>310396</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>What is the path by default ?? /shares/Public ??</p> <p>Thanks</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-34400">Forum / Torrent programs</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-170377/transmission-no-such-file-or-directory-problem">Transmission - &quot;No such file or directory&quot; problem</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-192902#post-626959</guid>
				<title>Re: Firmware update new features</title>
				<link>http://mybookworld.wikidot.com/forum/t-192902/firmware-update-new-features#post-626959</link>
				<description></description>
				<pubDate>Sat, 07 Nov 2009 08:48:30 +0000</pubDate>
				<wikidot:authorName>Gorjan</wikidot:authorName>				<wikidot:authorUserId>365306</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Thanks I'll try this!</p> <p>I also tried WD Support, but they only told me to leave the MioNet on. Yeah, thanks WD… :-P</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-77483">Forum / My Book World Edition (white light)</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-192902/firmware-update-new-features">Firmware update new features</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-194387#post-626956</guid>
				<title>Re: CIFS share minimum permissions (user everyone)</title>
				<link>http://mybookworld.wikidot.com/forum/t-194387/cifs-share-minimum-permissions-user-everyone#post-626956</link>
				<description></description>
				<pubDate>Sat, 07 Nov 2009 08:39:45 +0000</pubDate>
				<wikidot:authorName>promitheus</wikidot:authorName>				<wikidot:authorUserId>399197</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <img src="http://img23.imageshack.us/img23/8748/97098384.jpg" alt="97098384.jpg" class="image" /> <p>cannot see user everyone or nobody</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-77483">Forum / My Book World Edition (white light)</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-194387/cifs-share-minimum-permissions-user-everyone">CIFS share minimum permissions (user everyone)</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-194447#post-626954</guid>
				<title>Re: Cifs for whitelight</title>
				<link>http://mybookworld.wikidot.com/forum/t-194447/cifs-for-whitelight#post-626954</link>
				<description></description>
				<pubDate>Sat, 07 Nov 2009 08:30:22 +0000</pubDate>
				<wikidot:authorName>promitheus</wikidot:authorName>				<wikidot:authorUserId>399197</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>finally worked with<br /> mount -t cifs -o username=admin,workgroup=workgroup //192.168.1.67/paidika /mnt/old</p> <p>Don't know why but it worked<br /> Thnx</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-77483">Forum / My Book World Edition (white light)</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-194447/cifs-for-whitelight">Cifs for whitelight</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-194447#post-626951</guid>
				<title>Re: Cifs for whitelight</title>
				<link>http://mybookworld.wikidot.com/forum/t-194447/cifs-for-whitelight#post-626951</link>
				<description></description>
				<pubDate>Sat, 07 Nov 2009 08:21:06 +0000</pubDate>
				<wikidot:authorName>promitheus</wikidot:authorName>				<wikidot:authorUserId>399197</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>[root@MyBookWorld ~]# dmesg | tail -20<br /> oxnas_wd810_leds_state state=1<br /> oxnas_wd810_leds_state state=14<br /> oxnas_wd810_leds_state state=1<br /> oxnas_wd810_leds_state state=1<br /> oxnas_wd810_leds_state state=1<br /> oxnas_wd810_leds_state state=0<br /> oxnas_wd810_leds_state state=1<br /> CIFS VFS: cifs_mount failed w/return code = -22<br /> CIFS VFS: cifs_mount failed w/return code = -22<br /> CIFS VFS: cifs_mount failed w/return code = -22<br /> CIFS VFS: cifs_mount failed w/return code = -22<br /> CIFS VFS: cifs_mount failed w/return code = -22<br /> CIFS VFS: cifs_mount failed w/return code = -22<br /> CIFS VFS: cifs_mount failed w/return code = -22<br /> CIFS VFS: cifs_mount failed w/return code = -22<br /> CIFS VFS: cifs_mount failed w/return code = -22<br /> CIFS VFS: cifs_mount failed w/return code = -22<br /> nfsd: last server has exited<br /> nfsd: unexporting all filesystems<br /> CIFS VFS: cifs_mount failed w/return code = -22</p> <p>[root@MyBookWorld ~]# cat /proc/version<br /> Linux version 2.6.24.4 (brian@dualla) (gcc version 4.2.4) #1 Tue Feb 10&nbsp;11:00:22 GMT 2009</p> <p>[root@MyBookWorld ~]# cat /proc/modules<br /> cifs 241060&nbsp;0 - Live 0xbf130000<br /> nfsd 101460&nbsp;0 - Live 0xbf116000<br /> exportfs 3840&nbsp;1 nfsd, Live 0xbf114000<br /> lockd 66008&nbsp;1 nfsd, Live 0xbf102000<br /> nfs_acl 3232&nbsp;1 nfsd, Live 0xbf100000<br /> sunrpc 175292&nbsp;5 nfsd,lockd,nfs_acl, Live 0xbf0d4000<br /> wixevent 5800&nbsp;0 - Live 0xbf0d1000<br /> rtc_ds1307&nbsp;5024&nbsp;0 - Live 0xbf0ce000<br /> rtc_core 14840&nbsp;1 rtc_ds1307, Live 0xbf0c9000<br /> i2c_oxnas_bitbash 2400&nbsp;0 - Live 0xbf0c7000<br /> i2c_algo_bit 5828&nbsp;1 i2c_oxnas_bitbash, Live 0xbf0c4000<br /> i2c_core 19216&nbsp;3 rtc_ds1307,i2c_oxnas_bitbash,i2c_algo_bit, Live 0xbf0be000<br /> ufsd 445668&nbsp;0 - Live 0xbf050000 (P)<br /> vfat 10240&nbsp;0 - Live 0xbf04c000<br /> nls_iso8859_1&nbsp;3904&nbsp;0 - Live 0xbf04a000<br /> nls_cp437&nbsp;5568&nbsp;0 - Live 0xbf047000<br /> ehci_hcd 28972&nbsp;0 - Live 0xbf03e000<br /> usb_storage 35936&nbsp;0 - Live 0xbf034000<br /> usbcore 120212&nbsp;3 ehci_hcd,usb_storage, Live 0xbf015000<br /> user_recovery_button 3160&nbsp;0 - Live 0xbf013000<br /> power_button 3388&nbsp;0 - Live 0xbf011000<br /> thermAndFan 7140&nbsp;0 - Live 0xbf00e000<br /> gmac 26352&nbsp;0 - Live 0xbf006000<br /> mii 6144&nbsp;1 gmac, Live 0xbf003000<br /> oxnas_wd810_leds 7496&nbsp;0 - Live 0xbf000000</p> <p>[root@MyBookWorld ~]# smbclient -L 192.168.1.67 (the server is mybook world blue rings)<br /> Password: i did not put any password<br /> Domain=[MYBOOK] OS=[Unix] Server=[Samba 3.0.23c]</p> <p>Sharename Type Comment<br /> <span style="text-decoration: line-through;">-</span><span style="text-decoration: line-through;">— -</span>- <span style="text-decoration: line-through;">-</span>—<br /> PUBLIC Disk<br /> PAIDIKA Disk<br /> TORRENTS Disk<br /> SERIES Disk<br /> IPC$ IPC IPC Service (mybook)<br /> Domain=[MYBOOK] OS=[Unix] Server=[Samba 3.0.23c]</p> <p>Server Comment<br /> <span style="text-decoration: line-through;">-</span><span style="text-decoration: line-through;">— -</span>——</p> <p>Workgroup Master<br /> <span style="text-decoration: line-through;">-</span><span style="text-decoration: line-through;">— -</span>——<br /> DREAM DREAMBOX<br /> WORKGROUP MYBOOK</p> <p>[root@MyBookWorld ~]# smbclient //192.168.1.67/paidika<br /> Password:<br /> Domain=[MYBOOK] OS=[Unix] Server=[Samba 3.0.23c]<br /> smb: \&gt;</p> <p>Thnx again for fast reply</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-77483">Forum / My Book World Edition (white light)</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-194447/cifs-for-whitelight">Cifs for whitelight</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-194387#post-626943</guid>
				<title>Re: CIFS share minimum permissions (user everyone)</title>
				<link>http://mybookworld.wikidot.com/forum/t-194387/cifs-share-minimum-permissions-user-everyone#post-626943</link>
				<description></description>
				<pubDate>Sat, 07 Nov 2009 07:37:30 +0000</pubDate>
				<wikidot:authorName>puppy33</wikidot:authorName>				<wikidot:authorUserId>358647</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>you need to enable advanced menus on the web GIU,. Then look for "shares permissions".</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-77483">Forum / My Book World Edition (white light)</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-194387/cifs-share-minimum-permissions-user-everyone">CIFS share minimum permissions (user everyone)</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-194447#post-626942</guid>
				<title>Re: Cifs for whitelight</title>
				<link>http://mybookworld.wikidot.com/forum/t-194447/cifs-for-whitelight#post-626942</link>
				<description></description>
				<pubDate>Sat, 07 Nov 2009 07:35:26 +0000</pubDate>
				<wikidot:authorName>puppy33</wikidot:authorName>				<wikidot:authorUserId>358647</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi</p> <p>Please try mounting again and then post the result of these commands</p> <div class="code"> <pre> <code>dmesg | tail -20 cat /proc/version cat /proc/modules</code> </pre></div> <p>Also try mounting the windows system with smbclient, and see if it works. smbclient does not rely on cifs.ko.</p> <div class="code"> <pre> <code>smbclient -L WindowsHostName smbclient //hostname/share</code> </pre></div> <p>Also also if the windows box is not all-English, please write which languages are used.</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-77483">Forum / My Book World Edition (white light)</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-194447/cifs-for-whitelight">Cifs for whitelight</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-173691#post-626890</guid>
				<title>Re: Error running http://wd.mirmana.com/prep_whitelight</title>
				<link>http://mybookworld.wikidot.com/forum/t-173691/error-running-http:wd-mirmana-com-prep-whitelight#post-626890</link>
				<description></description>
				<pubDate>Sat, 07 Nov 2009 03:49:31 +0000</pubDate>
				<wikidot:authorName>promitheus</wikidot:authorName>				<wikidot:authorUserId>399197</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Of course noone wants to get rid of excellent work !!!!<br /> But just in case…</p> <p>Thnx again</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-34262">Forum / Optware</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-173691/error-running-http:wd-mirmana-com-prep-whitelight">Error running http://wd.mirmana.com/prep_whitelight</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-173691#post-626645</guid>
				<title>Re: Error running http://wd.mirmana.com/prep_whitelight</title>
				<link>http://mybookworld.wikidot.com/forum/t-173691/error-running-http:wd-mirmana-com-prep-whitelight#post-626645</link>
				<description></description>
				<pubDate>Fri, 06 Nov 2009 18:45:50 +0000</pubDate>
				<wikidot:authorName>frater</wikidot:authorName>				<wikidot:authorUserId>139187</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Who wants to get rid of excellent work? ;-)</p> <p>You can trick your Worldbook to think it has an old version</p> <div class="code"> <pre> <code>echo -n "01.00.14" &gt;/etc/version</code> </pre></div> <br /> After that you can do an upgrade and all optware will be uninstalled… <p>ALL optware!</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-34262">Forum / Optware</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-173691/error-running-http:wd-mirmana-com-prep-whitelight">Error running http://wd.mirmana.com/prep_whitelight</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-192902#post-626557</guid>
				<title>Re: Firmware update new features</title>
				<link>http://mybookworld.wikidot.com/forum/t-192902/firmware-update-new-features#post-626557</link>
				<description></description>
				<pubDate>Fri, 06 Nov 2009 16:39:47 +0000</pubDate>
				<wikidot:authorName>Pygmalion</wikidot:authorName>				<wikidot:authorUserId>398602</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Well, I heard back from the useless WD tech support department today regarding this. They just advised me to reset the device to factory settings. I am not going to do this, though, as then I will lose all of the data on the drive (from what I understand). Anyone else having this problem that doesn't mind resetting want to give it a try and report back the results?</p> <p>In the meantime, the "fix" I mentioned previously is still working and I can wait until another firmware update for a real solution if resetting doesn't work.</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-77483">Forum / My Book World Edition (white light)</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-192902/firmware-update-new-features">Firmware update new features</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-194447#post-626495</guid>
				<title>Cifs for whitelight</title>
				<link>http://mybookworld.wikidot.com/forum/t-194447/cifs-for-whitelight#post-626495</link>
				<description></description>
				<pubDate>Fri, 06 Nov 2009 15:37:58 +0000</pubDate>
				<wikidot:authorName>promitheus</wikidot:authorName>				<wikidot:authorUserId>399197</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Tried<br /> Cifs For Whitelight</p> <p>Insturctions for adding CIFS (Samba) support for White Light. This will allow your MyBookj to mount folder shared by Windows Stations.</p> <p>* Login as root.<br /> * mkdir -p /lib/modules/2.6.24.4/kernel/fs/cifs/</p> <p>The next two lines downloads the file cifs.fo attached to this page and places it in /lib/modules/2.6.24.4/kernel/fs/cifs/:</p> <p>* cd /lib/modules/2.6.24.4/kernel/fs/cifs/<br /> * wget <a href="http://mybookworld.wikidot.com/local--files/cifs-for-whitelight/cifs.ko">http://mybookworld.wikidot.com/local--files/cifs-for-whitelight/cifs.ko</a></p> <p>* echo "/lib/modules/2.6.24.4/kernel/fs/cifs/cifs.ko:"» /lib/modules/2.6.24.4/modules.dep<br /> * insmod cifs.ko</p> <p>Now you can mount Windows directories. For example</p> <p>mkdir /mnt/xp_machine<br /> mount -t cifs //`net lookup x`/y /xp_machine</p> <p>where x is your windows box name, and y is the share name. There are many options for the mount command, see for example here, but you should use mount , not mount.cifs.</p> <p>I get</p> <p>[root@MyBookWorld 2.6.24.4]# mount -t cifs //192.168.XX.YY/XXXX/ /mnt/old/<br /> mount: wrong fs type, bad option, bad superblock on //192.168.XX.YY/XXXXX/,<br /> missing codepage or helper program, or other error<br /> (for several filesystems (e.g. nfs, cifs) you might<br /> need a /sbin/mount.&lt;type&gt; helper program)<br /> In some cases useful info is found in syslog - try<br /> dmesg | tail or so</p> <p>any help appreciated</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-77483">Forum / My Book World Edition (white light)</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-194447/cifs-for-whitelight">Cifs for whitelight</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-173691#post-626424</guid>
				<title>Re: Error running http://wd.mirmana.com/prep_whitelight</title>
				<link>http://mybookworld.wikidot.com/forum/t-173691/error-running-http:wd-mirmana-com-prep-whitelight#post-626424</link>
				<description></description>
				<pubDate>Fri, 06 Nov 2009 13:46:20 +0000</pubDate>
				<wikidot:authorName>promitheus</wikidot:authorName>				<wikidot:authorUserId>399197</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi to all</p> <p>excellent work frater!!!<br /> Is there a way to uninstall prep_whitelight</p> <p>Thnx</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-34262">Forum / Optware</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-173691/error-running-http:wd-mirmana-com-prep-whitelight">Error running http://wd.mirmana.com/prep_whitelight</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-180634#post-626406</guid>
				<title>Re: WD MyBook + Wii = Bliss</title>
				<link>http://mybookworld.wikidot.com/forum/t-180634/wd-mybook-wii-bliss#post-626406</link>
				<description></description>
				<pubDate>Fri, 06 Nov 2009 13:21:31 +0000</pubDate>
				<wikidot:authorName>boondoklife</wikidot:authorName>				<wikidot:authorUserId>338185</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Im using the beta that is available in their irc chatroom. As far as CIOS just make sure you have everything they list in the faq and you should be fine.</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-14331">Forum / Per page discussions</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-180634/wd-mybook-wii-bliss">WD MyBook + Wii = Bliss</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-150852#post-626356</guid>
				<title>Re: VPN (PPTP) client (not server)</title>
				<link>http://mybookworld.wikidot.com/forum/t-150852/vpn-pptp-client-not-server#post-626356</link>
				<description></description>
				<pubDate>Fri, 06 Nov 2009 11:19:01 +0000</pubDate>
				<wikidot:authorName>Drus</wikidot:authorName>				<wikidot:authorUserId>399257</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Similar problem.Please help.</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-77483">Forum / My Book World Edition (white light)</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-150852/vpn-pptp-client-not-server">VPN (PPTP) client (not server)</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-180634#post-626285</guid>
				<title>Re: WD MyBook + Wii = Bliss</title>
				<link>http://mybookworld.wikidot.com/forum/t-180634/wd-mybook-wii-bliss#post-626285</link>
				<description></description>
				<pubDate>Fri, 06 Nov 2009 07:44:49 +0000</pubDate>
				<wikidot:authorName>speedf</wikidot:authorName>				<wikidot:authorUserId>308658</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Thanks again!</p> <p>I'm using system 4.2. I can't find mplayer 0.76 - do you mean 0.75?</p> <p>Not quite sure what other homebrew apps I would need. mplayer seems to work fine if i put vids on sd card, just cant reliably stream over wireless from mybook. Do i need any particular cios?</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-14331">Forum / Per page discussions</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-180634/wd-mybook-wii-bliss">WD MyBook + Wii = Bliss</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-194387#post-626269</guid>
				<title>CIFS share minimum permissions (user everyone)</title>
				<link>http://mybookworld.wikidot.com/forum/t-194387/cifs-share-minimum-permissions-user-everyone#post-626269</link>
				<description></description>
				<pubDate>Fri, 06 Nov 2009 06:44:51 +0000</pubDate>
				<wikidot:authorName>promitheus</wikidot:authorName>				<wikidot:authorUserId>399197</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hello everyone<br /> I bought a white light yesterday and i am still trying to figure out how to create a share which everyone(nobody) can read (browsable read only) and a specific user can read/write. In the blue rings i have there is a choice when sharing a folder "Minimum permissions" which are the permissions for everyone. This choice is not present in white light. Any help appreciated.</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-77483">Forum / My Book World Edition (white light)</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-194387/cifs-share-minimum-permissions-user-everyone">CIFS share minimum permissions (user everyone)</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-193027#post-626264</guid>
				<title>Re: chkconfig, whereis not found</title>
				<link>http://mybookworld.wikidot.com/forum/t-193027/chkconfig-whereis-not-found#post-626264</link>
				<description></description>
				<pubDate>Fri, 06 Nov 2009 06:25:06 +0000</pubDate>
				<wikidot:authorName>promitheus</wikidot:authorName>				<wikidot:authorUserId>399197</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>use update-rc.d instead</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-77483">Forum / My Book World Edition (white light)</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-193027/chkconfig-whereis-not-found">chkconfig, whereis not found</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-19483#post-626220</guid>
				<title>Re: SSH Access</title>
				<link>http://mybookworld.wikidot.com/forum/t-19483/ssh-access#post-626220</link>
				<description></description>
				<pubDate>Fri, 06 Nov 2009 03:46:08 +0000</pubDate>
				<wikidot:authorName>The Puppeteer</wikidot:authorName>				<wikidot:authorUserId>63330</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>You need to make sure that you have no active shares otherwise it won't work.</p> <p>Also, try to log in via ssh after you have run the script, even if it says it failed. Often you can get in.</p> <p>Martin Hinners script only enables ssh for that session. If you reboot the mybook, you'll lose ssh access and have to run the script again. Martin has some steps to make ssh permanent.</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-34765">Forum / Network Access</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-19483/ssh-access">SSH Access</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-53845#post-626217</guid>
				<title>Re: Can connect through SFTP remotely, However cannot UPLOAD</title>
				<link>http://mybookworld.wikidot.com/forum/t-53845/can-connect-through-sftp-remotely-however-cannot-upload#post-626217</link>
				<description></description>
				<pubDate>Fri, 06 Nov 2009 03:42:31 +0000</pubDate>
				<wikidot:authorName>The Puppeteer</wikidot:authorName>				<wikidot:authorUserId>63330</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I created a script that changes the umask value to 002. By default is 022, which means that group users cannot write. You essentially need to create a sftp jail</p> <p>I'm puting together a step by step at the moment to show how to do this. If you only have a single user, it's not so hard, but when you have more than one user with sftp or samba, it's trickier to get everything working.</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-34765">Forum / Network Access</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-53845/can-connect-through-sftp-remotely-however-cannot-upload">Can connect through SFTP remotely, However cannot UPLOAD</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-192366#post-626215</guid>
				<title>Re: Win XP not connecting right to MBWE WL</title>
				<link>http://mybookworld.wikidot.com/forum/t-192366/win-xp-not-connecting-right-to-mbwe-wl#post-626215</link>
				<description></description>
				<pubDate>Fri, 06 Nov 2009 03:39:01 +0000</pubDate>
				<wikidot:authorName>The Puppeteer</wikidot:authorName>				<wikidot:authorUserId>63330</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>You'll need to edit the groups and users on the Mybook, so that all the users are members of the www-data group (for blue ring) or the default group for the white light (can't remember the user and group name at the moment).</p> <p>You may also need to reconfigure Samba so that all the users have read/write permissions, and then restart samba.</p> <p>What's happening is that each logged in user creates files that the other users can't access. You need to change the permissions on the mybook so that the users are members of a group and that group needs to be able to have read/write access to the files.</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-34765">Forum / Network Access</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-192366/win-xp-not-connecting-right-to-mbwe-wl">Win XP not connecting right to MBWE WL</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-188780#post-626210</guid>
				<title>Re: trying to enable SSH</title>
				<link>http://mybookworld.wikidot.com/forum/t-188780/trying-to-enable-ssh#post-626210</link>
				<description></description>
				<pubDate>Fri, 06 Nov 2009 03:35:22 +0000</pubDate>
				<wikidot:authorName>The Puppeteer</wikidot:authorName>				<wikidot:authorUserId>63330</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>If you can get access to the admin panel, try to update the firmware first, and then try the ssh hack.</p> <p>The custom firmware has some problems with it and I don't recommend it for anyone who's not really good with Linux.</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-34765">Forum / Network Access</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-188780/trying-to-enable-ssh">trying to enable SSH</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-19483#post-626067</guid>
				<title>Re: SSH Access</title>
				<link>http://mybookworld.wikidot.com/forum/t-19483/ssh-access#post-626067</link>
				<description></description>
				<pubDate>Thu, 05 Nov 2009 22:45:13 +0000</pubDate>
				<wikidot:authorName>TBS</wikidot:authorName>				<wikidot:authorUserId>398660</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Dude, you are awsome!.. I totaly forgot about internet settings for MyBookWorld and expect it to work..<br /> THANKS :)</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-34765">Forum / Network Access</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-19483/ssh-access">SSH Access</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-192902#post-626039</guid>
				<title>Re: Firmware update new features</title>
				<link>http://mybookworld.wikidot.com/forum/t-192902/firmware-update-new-features#post-626039</link>
				<description></description>
				<pubDate>Thu, 05 Nov 2009 22:16:07 +0000</pubDate>
				<wikidot:authorName>Weyoun84</wikidot:authorName>				<wikidot:authorUserId>399078</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Thank Christ for this forum, I thought I was going nuts. That darn Mionet service just keeps on restarting no matter how many times I tell it not to via the web interface.</p> <p>I too have noticed that my NAS has been drinking too much coffee and doesn't like to sleep since the firmware upgrade.</p> <p>I've fired off an email to WD Support as well about this. Hopefully they'll release another firmware update soon-ish.</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-77483">Forum / My Book World Edition (white light)</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-192902/firmware-update-new-features">Firmware update new features</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-180634#post-626032</guid>
				<title>Re: WD MyBook + Wii = Bliss</title>
				<link>http://mybookworld.wikidot.com/forum/t-180634/wd-mybook-wii-bliss#post-626032</link>
				<description></description>
				<pubDate>Thu, 05 Nov 2009 22:11:00 +0000</pubDate>
				<wikidot:authorName>boondoklife</wikidot:authorName>				<wikidot:authorUserId>338185</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>No worries mate, I use mplayer-ce, <a href="http://code.google.com/p/mplayer-ce/">http://code.google.com/p/mplayer-ce/</a></p> <p>I do have a lockup every now and then but not often, last one was about 2 weeks ago. What is the system version of your Wii? I am using 4.2 with mplayer 0.76 and it is working great. Just make sure you have all the needed homebrew apps installed that are needed and you shoulde be fine.</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-14331">Forum / Per page discussions</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-180634/wd-mybook-wii-bliss">WD MyBook + Wii = Bliss</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-194318#post-626029</guid>
				<title>Recover of data folders / files</title>
				<link>http://mybookworld.wikidot.com/forum/t-194318/recover-of-data-folders-files#post-626029</link>
				<description></description>
				<pubDate>Thu, 05 Nov 2009 22:04:27 +0000</pubDate>
				<wikidot:authorName>c0ldsun</wikidot:authorName>				<wikidot:authorUserId>399068</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi all,</p> <p>Somehow all the data within my 3 of 5 shares were deleted, dont ask my how, i have no clue how this had happened.<br /> The root shares (100_Movies, 200_Music, 300_Pictures) are there but all data inside the shares are gone.<br /> So no technical defect, simply deleted.<br /> Is there a way how i can restore the folder and files? I have connected already the HD to the PC and tried DiskInternals LinuxRecovery Tool,<br /> but did not find anything that looks like my movies.</p> <p>I'm no real linux expert, but could it be that only the "index" is destroyed and is there a command to check this.</p> <p>If you have any suggestions, please let me know.</p> <p>My complete movie collection is gone…</p> <p>Thanks, c0ldsun</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-34401">Forum / Backup &amp; Recovery</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-194318/recover-of-data-folders-files">Recover of data folders / files</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-180634#post-625946</guid>
				<title>Re: WD MyBook + Wii = Bliss</title>
				<link>http://mybookworld.wikidot.com/forum/t-180634/wd-mybook-wii-bliss#post-625946</link>
				<description></description>
				<pubDate>Thu, 05 Nov 2009 20:27:35 +0000</pubDate>
				<wikidot:authorName>speedf</wikidot:authorName>				<wikidot:authorUserId>308658</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Thanks boondoklife.</p> <p>I guess you've got it working though - which Wii player do you use?</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-14331">Forum / Per page discussions</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-180634/wd-mybook-wii-bliss">WD MyBook + Wii = Bliss</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-170377#post-625934</guid>
				<title>Re: Transmission - &quot;No such file or directory&quot; problem</title>
				<link>http://mybookworld.wikidot.com/forum/t-170377/transmission-no-such-file-or-directory-problem#post-625934</link>
				<description></description>
				<pubDate>Thu, 05 Nov 2009 20:22:36 +0000</pubDate>
				<wikidot:authorName>Kaisser74</wikidot:authorName>				<wikidot:authorUserId>310396</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi!</p> <p>Can you fix this problem??</p> <p>I have the same problem :(</p> <p>I changed the download folder and I create the issue, I think.</p> <p>What is the correct path to download with transmission??</p> <p>Thanks!!</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-34400">Forum / Torrent programs</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-170377/transmission-no-such-file-or-directory-problem">Transmission - &quot;No such file or directory&quot; problem</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-180634#post-625864</guid>
				<title>Re: WD MyBook + Wii = Bliss</title>
				<link>http://mybookworld.wikidot.com/forum/t-180634/wd-mybook-wii-bliss#post-625864</link>
				<description></description>
				<pubDate>Thu, 05 Nov 2009 18:32:25 +0000</pubDate>
				<wikidot:authorName>boondoklife</wikidot:authorName>				<wikidot:authorUserId>338185</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>sounds like mplayer is crashing, you can go on their irc channel and get a newer build to test that, also how are you loading the channel. Try checking out the gbatemp or mplayer-ce sites for some more info as it is not really and issue with the WD.</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-14331">Forum / Per page discussions</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-180634/wd-mybook-wii-bliss">WD MyBook + Wii = Bliss</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-192902#post-625862</guid>
				<title>Re: Firmware update new features</title>
				<link>http://mybookworld.wikidot.com/forum/t-192902/firmware-update-new-features#post-625862</link>
				<description></description>
				<pubDate>Thu, 05 Nov 2009 18:31:06 +0000</pubDate>
				<wikidot:authorName>Pygmalion</wikidot:authorName>				<wikidot:authorUserId>398602</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi, Ragass. I saw this option on the twonky setup page, but mine is unchecked.</p> <p>For those interested, I did "solve" the mionet problem, in a sense. I ssh'd into the device and removed execute permissions on the file /usr/mionet/monitorCVM.sh. Since doing this, Mionet is not starting up on its own anymore, and my device has been able to sleep. Strangely, the comments at the beginning of this file state:</p> <p>## This version of monitorCVM.sh is only for FireFly use!!<br /> ## This will be called by Wistron's HW monitoring daemon every 1330 seconds.</p> <p>So, clearly the script monitorCVM.sh was the culprit in causing Mionet to start, and it seems that Wistron's HW monitoring daemon (launched by init.d) is what is calling monitorCVM.sh in the first place. I don't know why this new firmware is doing this, other than that it must just be a bug that was missed by WD.</p> <p>Now that I have fixed that problem, the device seems to be sleeping essentially as it ought to. I will post back whenever WD tech support gives me an "answer" to this problem.</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-77483">Forum / My Book World Edition (white light)</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-192902/firmware-update-new-features">Firmware update new features</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-193903#post-625836</guid>
				<title>Re: MyBook workgroup</title>
				<link>http://mybookworld.wikidot.com/forum/t-193903/mybook-workgroup#post-625836</link>
				<description></description>
				<pubDate>Thu, 05 Nov 2009 17:50:56 +0000</pubDate>
				<wikidot:authorName>rtspfs</wikidot:authorName>				<wikidot:authorUserId>398392</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>yes, upnp and with an xp pc on all works, the goal is to make it work with the pc off</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-77483">Forum / My Book World Edition (white light)</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-193903/mybook-workgroup">MyBook workgroup</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-86808#post-625828</guid>
				<title>Re: Differences between 1.00.18 and 2.00.19</title>
				<link>http://mybookworld.wikidot.com/forum/t-86808/firmware-2-00-1x#post-625828</link>
				<description></description>
				<pubDate>Thu, 05 Nov 2009 17:36:23 +0000</pubDate>
				<wikidot:authorName>TBS</wikidot:authorName>				<wikidot:authorUserId>398660</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>allright.. I found <a href="http://mybookworld.wikidot.com/forum/t-19138/">http://mybookworld.wikidot.com/forum/t-19138/</a> and it seems, that there is not so much changes.. there are few actually, but it shouldnt affect firmware upgrade process..<br /> so my question is still:<br /> why cant I enable ssh?</p> <p>And the answer was simple.. thanks to reply of one user on this forum, I realised that <strong>I didnt set gateway and dns</strong>.. so <strong>MyBook cannot connect anywhere</strong> for firmware. Now ssh working great..</p> <p>so.. SOLVED :)</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-14331">Forum / Per page discussions</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-86808/firmware-2-00-1x">Firmware 2.00.1X</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-194192#post-625794</guid>
				<title>Re: Samba version</title>
				<link>http://mybookworld.wikidot.com/forum/t-194192/samba-version#post-625794</link>
				<description></description>
				<pubDate>Thu, 05 Nov 2009 17:01:54 +0000</pubDate>
				<wikidot:authorName>boondoklife</wikidot:authorName>				<wikidot:authorUserId>338185</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Just do a search for smbd, then change to that directory and type smbd -V.<br /> This will give you the version number, but I am certain the version is high enough as I have a bluering and it can do that.</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-77483">Forum / My Book World Edition (white light)</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-194192/samba-version">Samba version</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-180634#post-625774</guid>
				<title>Re: WD MyBook + Wii = Bliss</title>
				<link>http://mybookworld.wikidot.com/forum/t-180634/wd-mybook-wii-bliss#post-625774</link>
				<description></description>
				<pubDate>Thu, 05 Nov 2009 16:38:29 +0000</pubDate>
				<wikidot:authorName>speedf</wikidot:authorName>				<wikidot:authorUserId>308658</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi,</p> <p>Bitrate is about 700kbs. Video plays fine for a while, but then picture freezes and about 3 seconds later audio also stops. Wii has to be switched off to reset. I'm using MPlayer CE v0.75.</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-14331">Forum / Per page discussions</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-180634/wd-mybook-wii-bliss">WD MyBook + Wii = Bliss</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-193903#post-625770</guid>
				<title>Re: MyBook workgroup</title>
				<link>http://mybookworld.wikidot.com/forum/t-193903/mybook-workgroup#post-625770</link>
				<description></description>
				<pubDate>Thu, 05 Nov 2009 16:31:15 +0000</pubDate>
				<wikidot:authorName>boondoklife</wikidot:authorName>				<wikidot:authorUserId>338185</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Also another idea is to just to install dsnmasq and use it as a local dns, you would then just need to give the clients the WD's ip as a dns server and then you should be able to put in the name of the server and get to it.</p> <p>Really broadcast has been phased out in xchange for all dns. I would think your devices should support just putting in a host name and getting to it, heck maybe even defaulting to a certain one or makeing it a favorite.</p> <p>I do this with media playing and my wii, I know broadcast is completely ignored there so dns is the only option.</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-77483">Forum / My Book World Edition (white light)</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-193903/mybook-workgroup">MyBook workgroup</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-193903#post-625768</guid>
				<title>Re: MyBook workgroup</title>
				<link>http://mybookworld.wikidot.com/forum/t-193903/mybook-workgroup#post-625768</link>
				<description></description>
				<pubDate>Thu, 05 Nov 2009 16:27:16 +0000</pubDate>
				<wikidot:authorName>boondoklife</wikidot:authorName>				<wikidot:authorUserId>338185</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>If it is running linux then you would need to edit the smb.conf file on it and put in the wins server xxx.xxx.xxx.xxx line also make sure that wins is in the name resolution line.</p> <p>Just to restate, you did make sure you have the same subnet mask on both devices correct?</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-77483">Forum / My Book World Edition (white light)</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-193903/mybook-workgroup">MyBook workgroup</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-193903#post-625743</guid>
				<title>Re: MyBook workgroup</title>
				<link>http://mybookworld.wikidot.com/forum/t-193903/mybook-workgroup#post-625743</link>
				<description></description>
				<pubDate>Thu, 05 Nov 2009 15:26:07 +0000</pubDate>
				<wikidot:authorName>rtspfs</wikidot:authorName>				<wikidot:authorUserId>398392</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I think i can have access to the mediaplayer's linux, but exactly, what i have to modify/configure<br /> to reach my goal?</p> <p>thanx</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-77483">Forum / My Book World Edition (white light)</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-193903/mybook-workgroup">MyBook workgroup</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-194192#post-625697</guid>
				<title>Samba version</title>
				<link>http://mybookworld.wikidot.com/forum/t-194192/samba-version#post-625697</link>
				<description></description>
				<pubDate>Thu, 05 Nov 2009 14:20:11 +0000</pubDate>
				<wikidot:authorName>jossie</wikidot:authorName>				<wikidot:authorUserId>381641</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi, where can I see witch version of Samba is running on my My Book?</p> <p>I want to change te smb.conf file, so I can store profiles form my WinXp machine on my MyBook.</p> <p>Grtz</p> <p>Jos</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-77483">Forum / My Book World Edition (white light)</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-194192/samba-version">Samba version</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-86808#post-625690</guid>
				<title>Re: Differences between 1.00.18 and 2.00.19</title>
				<link>http://mybookworld.wikidot.com/forum/t-86808/firmware-2-00-1x#post-625690</link>
				<description></description>
				<pubDate>Thu, 05 Nov 2009 14:01:03 +0000</pubDate>
				<wikidot:authorName>TBS</wikidot:authorName>				<wikidot:authorUserId>398660</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Thanks for response, but telnet also returned same result "There is no new firmware available".</p> <p>Hopefully I make some progress, but now I am almost stuck. I wondered why is it returning "no firmware" statement and I set harddisks to raid1 (mirror) (so hopefully data on both are same (including firmware)), and connected one to computer using r-studio for reading partitions.<br /> At first, i didnt find folder named "auth" or file named "firmware_upgrade.pl" on any Ext3fs partition (it seems, that these file is somehow created or extracted when mybook starting), so I opened SWAP partition for at lest ANSI reading and found some file called firmware_upgrade.pm and firmware_progress.pm (second one is less interesting, but could be good to know what is happening after download). First file seems to handle all the way to download new firmware.</p> <p><a href="http://filmovedny.ic.cz/WD/firmware_upgrade.pm">firmware_upgrade.pm</a><br /> <a href="http://filmovedny.ic.cz/WD/firmware_progress.pm">firmware_progress.pm</a></p> <p>My questions are:<br /> 1. Why is there no folder "auth" or file "firmware_upgrade.pl"? (are they created when mybook starts?)<br /> 2. How must I change firmware.php and latestfw.sh to get working "ssh enable" again? (I will probably figure it out, but in a very long time without help of skilled Pearl programmer (for "firmware_upgrade.pm") and experienced MyBook users).</p> <p>I think that there will be more users with this problem later, when they upgrade to 02.00.19 and I would like to help<br /> to solve this issue.</p> <p>Thanks in advance to everyone..</p> <p>Update:<br /> Script in "firmware_upgrade.pm" automaticaly add "/list.asp" at the end of fwserver parametr. That is probably first problem.<br /> For example:<br /> you call <a href="http://192.168.1.249/auth/firmware_upgrade.pl?fwserver=martin.hinner.info/mybook/firmware.php">http://192.168.1.249/auth/firmware_upgrade.pl?fwserver=martin.hinner.info/mybook/firmware.php</a><br /> and stript trying to call <a href="http://192.168.1.249/auth/firmware_upgrade.pl?fwserver=martin.hinner.info/mybook/firmware.php/list.asp">http://192.168.1.249/auth/firmware_upgrade.pl?fwserver=martin.hinner.info/mybook/firmware.php/list.asp</a></p> <p>Update2:<br /> Also is there a script to check a version of firmware:<br /> sudo("$nbin/wget.sh /var/upgrade/fwv.tmp <a href="http://${fws}?type=${sys_type}+fw=${fwVersion">http://${fws}?type=${sys_type}+fw=${fwVersion</a>}");</p> <p>this is just a part, whole script is much longer, begin on row 109 and ends on 160 in firmware_upgrade.pm file.</p> <p>// nevermind, there is probably no need to deal with update2, but update1 is still problem.. just rewriting firmware.php is not working</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-14331">Forum / Per page discussions</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-86808/firmware-2-00-1x">Firmware 2.00.1X</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-194131#post-625536</guid>
				<title>linear raid /dev/md4 missing space after rescued mybookworld 2 blue ring</title>
				<link>http://mybookworld.wikidot.com/forum/t-194131/linear-raid-dev-md4-missing-space-after-rescued-mybookworld-2-blue-ring#post-625536</link>
				<description></description>
				<pubDate>Thu, 05 Nov 2009 08:34:38 +0000</pubDate>
				<wikidot:authorName>agui</wikidot:authorName>				<wikidot:authorUserId>398539</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hello</p> <p>My english is not very good so dont blame me ;)</p> <p>I have juste recover my mybook with mbr from rescue procedure and the image files from christoff4444. The other mbr fils didn't boot and the image files from rescue procedure work fine too.</p> <p>But ! When I make or the systeme make a linear raid the total space see with mdadm -Q and -D is +- 748Gb and the space in /proc/mdstat is +-2980Gb. I m using 2x 1500Gb seagate drive partionned and formated like the procedure of christoff4444 and i have try all methode to make it. But my effor were fruitless and all the time I get a linear raid with +-748Gb.</p> <p>For now I have mounted /dev/sda4 in /shares/internal and /dev/sdb4 in /shares/internal2 created PUBLIC, PUBLIC2 and configured to use it as share.</p> <p>I guess for a driver issue or maybe a file to edit but i m not linux expert. If someone can show me the way to have a linear raid with all disk space :)</p> <p>Agui</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-34401">Forum / Backup &amp; Recovery</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-194131/linear-raid-dev-md4-missing-space-after-rescued-mybookworld-2-blue-ring">linear raid /dev/md4 missing space after rescued mybookworld 2 blue ring</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-193903#post-625514</guid>
				<title>Re: MyBook workgroup</title>
				<link>http://mybookworld.wikidot.com/forum/t-193903/mybook-workgroup#post-625514</link>
				<description></description>
				<pubDate>Thu, 05 Nov 2009 07:41:07 +0000</pubDate>
				<wikidot:authorName>Ragass</wikidot:authorName>				<wikidot:authorUserId>387618</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I am in the same boat….I have an internet radio with media player functions. The radio can browse media on the nas fine when pc is on….when the pc is off however the media player can not browse the nas. The radio is an elcheapo Aldi branded beast.</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-77483">Forum / My Book World Edition (white light)</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-193903/mybook-workgroup">MyBook workgroup</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-192902#post-625508</guid>
				<title>Re: Firmware update new features</title>
				<link>http://mybookworld.wikidot.com/forum/t-192902/firmware-update-new-features#post-625508</link>
				<description></description>
				<pubDate>Thu, 05 Nov 2009 07:25:34 +0000</pubDate>
				<wikidot:authorName>Ragass</wikidot:authorName>				<wikidot:authorUserId>387618</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I found that an option in the twonky settings was ticked regarding accessing media from usb devices. Once I had unticked this and restarted twonky it now enters sleep mode. Hope this helps someone. Cheers</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-77483">Forum / My Book World Edition (white light)</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-192902/firmware-update-new-features">Firmware update new features</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-86808#post-625499</guid>
				<title>Re: Differences between 1.00.18 and 2.00.19</title>
				<link>http://mybookworld.wikidot.com/forum/t-86808/firmware-2-00-1x#post-625499</link>
				<description></description>
				<pubDate>Thu, 05 Nov 2009 07:07:48 +0000</pubDate>
				<wikidot:authorName>kevku</wikidot:authorName>				<wikidot:authorUserId>52945</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>try telnet?<br /> <a href="http://mybookworld.wikidot.com/telnet">http://mybookworld.wikidot.com/telnet</a></p> <p>or edit the /etc/inetd.conf directly</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-14331">Forum / Per page discussions</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-86808/firmware-2-00-1x">Firmware 2.00.1X</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-182384#post-625496</guid>
				<title>Re: MBWE (Blue Rings) Can&#039;t access storage manager</title>
				<link>http://mybookworld.wikidot.com/forum/t-182384/mbwe-blue-rings-can-t-access-storage-manager#post-625496</link>
				<description></description>
				<pubDate>Thu, 05 Nov 2009 06:55:07 +0000</pubDate>
				<wikidot:authorName>binger</wikidot:authorName>				<wikidot:authorUserId>398788</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Don't know if this is exactly the same. I have 1TB MBWE NAS drive (blue rings) that started to lock up during extended file transfers to/from another networked drive. It would recover if I pulled the plug on it and then replugged it in. Could use the files etc. Now it takes several power ups to get the blue rings to light up. The hard drive seems to spin. However, I can't see it on the network and can't access via browser by typing either mybookworld or wdstorage in the address field. The network router does see "mybookworld" assigned to local ip: 192.168.1.107 so that's something. I know very little about linux though it looks vaguely familiar from my MS-DOS days. I don't want to lose the data on it if I don't have to. I have a knoppix live disc but don't really know what to do with it. Am willing to learn a little more about linux if someone would be kind enough to point me in a direction. Please advise. Am noob to this so appreciate your patience with me. Have looked at the recovery procedures but am not sure if that's what I need to do. Sounds like recovering data to a new drive. Is there a way to get this one running or at least get the data accessible if running linux/knoppix ro some other program? Thanks for any advice in advance.</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-14332">Forum / My Book World Edition (blue rings)</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-182384/mbwe-blue-rings-can-t-access-storage-manager">MBWE (Blue Rings) Can't access storage manager</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-193523#post-625465</guid>
				<title>Re: IpTables</title>
				<link>http://mybookworld.wikidot.com/forum/t-193523/iptables#post-625465</link>
				<description></description>
				<pubDate>Thu, 05 Nov 2009 04:55:58 +0000</pubDate>
				<wikidot:authorName>boondoklife</wikidot:authorName>				<wikidot:authorUserId>338185</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>If that is the case then I am sorry mate, only thing that I could suggest would be to get a real router that can support dd-wrt or something similar and use that. You can get a compatible linksys router on ebay for round 30 bucks.</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-77483">Forum / My Book World Edition (white light)</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-193523/iptables">IpTables</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-193157#post-625369</guid>
				<title>Re: Dumping the enclosure and using the HD</title>
				<link>http://mybookworld.wikidot.com/forum/t-193157/dumping-the-enclosure-and-using-the-hd#post-625369</link>
				<description></description>
				<pubDate>Thu, 05 Nov 2009 02:04:15 +0000</pubDate>
				<wikidot:authorName>hunnimonstr</wikidot:authorName>				<wikidot:authorUserId>86580</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>My 1TB single drive nas died on me, i pulled the disk bought a sata usb enclosure from ebuyer for £15, and pluged in the disk to find 4 raid partitions which using a ext2 reader under win xp reported each partition as being unformatted??? the disk manager under win7 did not recognise the partitions, and I could not mount them from from the *nix system on the ps3???</p> <p>any pointers please????</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-14332">Forum / My Book World Edition (blue rings)</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-193157/dumping-the-enclosure-and-using-the-hd">Dumping the enclosure and using the HD</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-193523#post-625356</guid>
				<title>Re: IpTables</title>
				<link>http://mybookworld.wikidot.com/forum/t-193523/iptables#post-625356</link>
				<description></description>
				<pubDate>Thu, 05 Nov 2009 01:42:58 +0000</pubDate>
				<wikidot:authorName>Archer1986</wikidot:authorName>				<wikidot:authorUserId>395023</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>i have a 2wire router from AT&amp;T, it doesn't have anything like that.</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-77483">Forum / My Book World Edition (white light)</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-193523/iptables">IpTables</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-193903#post-625234</guid>
				<title>Re: MyBook workgroup</title>
				<link>http://mybookworld.wikidot.com/forum/t-193903/mybook-workgroup#post-625234</link>
				<description></description>
				<pubDate>Wed, 04 Nov 2009 23:07:00 +0000</pubDate>
				<wikidot:authorName>boondoklife</wikidot:authorName>				<wikidot:authorUserId>338185</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>well if it is linux then it should be possible to give it a wins server to look to. You will have to look into the documentation to see if there is a way to do so. As far as the network broadcasting samba should just do it well as long as all the pcs are on the same subnet mask.</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-77483">Forum / My Book World Edition (white light)</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-193903/mybook-workgroup">MyBook workgroup</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-86808#post-625218</guid>
				<title>Re: Differences between 1.00.18 and 2.00.19</title>
				<link>http://mybookworld.wikidot.com/forum/t-86808/firmware-2-00-1x#post-625218</link>
				<description></description>
				<pubDate>Wed, 04 Nov 2009 22:47:11 +0000</pubDate>
				<wikidot:authorName>TBS</wikidot:authorName>				<wikidot:authorUserId>398660</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>You are so lucky to have only single drive system. Thats really easy to revive when you havent software raid to recreate. I have MBWII 2TB with two hdd's and I was total idiot to install firmware 02.00.19. Now I am stuck with factory defaults and couldnt even activate ssh. Thats realy s*cks…<br /> I tried following sites:</p> <p><a href="http://192.168.1.249/auth/firmware_upgrade.pl?fwserver=highlevelbits.free.fr/download/MBWE/MBWE-SSH-ENABLE">http://192.168.1.249/auth/firmware_upgrade.pl?fwserver=highlevelbits.free.fr/download/MBWE/MBWE-SSH-ENABLE</a><br /> <a href="http://192.168.1.249/auth/firmware_upgrade.pl?fwserver=martin.hinner.info/mybook/firmware.php">http://192.168.1.249/auth/firmware_upgrade.pl?fwserver=martin.hinner.info/mybook/firmware.php</a><br /> <a href="http://192.168.1.249/auth/firmware_upgrade.pl?fwserver=mybook1.110mb.com/firmware.php">http://192.168.1.249/auth/firmware_upgrade.pl?fwserver=mybook1.110mb.com/firmware.php</a><br /> <a href="http://192.168.1.123/auth/firmware_upgrade.pl?fwserver=www.geekoh.com/mybook/telnet">http://192.168.1.123/auth/firmware_upgrade.pl?fwserver=www.geekoh.com/mybook/telnet</a></p> <p>which is everytime followed by "There is no new firmware available" response from WD.<br /> It seems that in this firmware, WD added some check to recognise if you are uploading real firmware or some other stuff..</p> <p>What I should do?</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-14331">Forum / Per page discussions</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-86808/firmware-2-00-1x">Firmware 2.00.1X</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-192902#post-625114</guid>
				<title>Re: Firmware update new features</title>
				<link>http://mybookworld.wikidot.com/forum/t-192902/firmware-update-new-features#post-625114</link>
				<description></description>
				<pubDate>Wed, 04 Nov 2009 20:40:31 +0000</pubDate>
				<wikidot:authorName>Pygmalion</wikidot:authorName>				<wikidot:authorUserId>398602</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I am having the exact same problem. Mine has not gone into sleep mode once since the update. Also, as posters below point out, Mionet keeps restarting itself, even though I have turned it off both from the web interface and via ssh with<br /> "/usr/mionet/mionetd stop"</p> <p>There is clearly some sort of bug in this new firmware that is causing some script or other to keep executing occasionally, one of the side effects of which is that Mionet is constantly restarted.</p> <p>Can anyone here that is more of a Linux guru figure out what script is causing this? I just sent a message to Western Digital tech support, but they are not necessarily very helpful. I suggest everyone else having this problem send them a message as well, though, so that they will note that this really is a problem.</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-77483">Forum / My Book World Edition (white light)</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-192902/firmware-update-new-features">Firmware update new features</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-192902#post-625068</guid>
				<title>Re: Firmware update new features</title>
				<link>http://mybookworld.wikidot.com/forum/t-192902/firmware-update-new-features#post-625068</link>
				<description></description>
				<pubDate>Wed, 04 Nov 2009 19:23:00 +0000</pubDate>
				<wikidot:authorName>Ragass</wikidot:authorName>				<wikidot:authorUserId>387618</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Thanks for the info. After running the top command it sems on my unit it is tonkymedia player that is continually running…I have disabled auto update of files but there is not many more options to fiddle with.</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-77483">Forum / My Book World Edition (white light)</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-192902/firmware-update-new-features">Firmware update new features</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-193451#post-625067</guid>
				<title>Re: Recommended filesystem for external USB HD</title>
				<link>http://mybookworld.wikidot.com/forum/t-193451/recommended-filesystem-for-external-usb-hd#post-625067</link>
				<description></description>
				<pubDate>Wed, 04 Nov 2009 19:21:56 +0000</pubDate>
				<wikidot:authorName>rebulous</wikidot:authorName>				<wikidot:authorUserId>397477</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Except that there exists a group with guid 1000 - jewab.</p> <br/>Forum category: <a href="http://mybookworld.wikidot.com/forum/c-77483">Forum / My Book World Edition (white light)</a><br/>Forum thread: <a href="http://mybookworld.wikidot.com/forum/t-193451/recommended-filesystem-for-external-usb-hd">Recommended filesystem for external USB HD</a>
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>