|
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:
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 |
|