澳洲大头 发表于 2010-4-19 19:16:15

WD MybookWorld never go to stand-by mode

The problem was the MIONET, which always run in the background. The only one possibility to stop mionet is following:

1. Enable SSH login in WD Discovery menu

2. Login with SSH (I used PUTTY under WinXP and just type the IP adress of your MBWE to login, then user name: "root"   /   password: "welc0me"   )

3. Use the builtin text editor named: "Vi"and edit monitorCVM.sh script. Type:
vi /usr/mionet/monitorCVM.sh

4. Add the following lines directly after the first set of comments (comments: # in the first character in the row)
if [ ! -f "/etc/.mionet_on_startup"]; then
      exit 1
fi

5. Save and Close the file:
First: push ESC button,
Second: type:
:wq
Third: push ENTER button.

6. Close SSH

7. Restart MBWE

AND VOILA! MY NAS WENT TO STANDBY AFTER 10 MINUTES!!!!!!!

http://community.wdc.com/t5/My-Book-World-Edition/MBWE-doesn-t-go-to-standby-mode/td-p/5477/page/2
页: [1]
查看完整版本: WD MybookWorld never go to stand-by mode