Simpler power down function access

Status: Acknowledged
by on ‎06-23-2012 01:05 AM
Since you did not add a power down switch or a power down soft button on the mbl, I have to access the webpage, insert the password, the navigate through the menus, and the select the powerdown function. Can you please add a faster way to do this? I would like to have a power down function on your wd2go mobile app. Or at least a less hidden menu navigation.
Status: Acknowledged
Thanks for the suggestion. We have been looking at adding more capabilities to manage the NAS in future updates/products.
Comments
by Staff on ‎09-21-2012 11:11 AM
Status changed to: Acknowledged
Thanks for the suggestion. We have been looking at adding more capabilities to manage the NAS in future updates/products.
by on ‎01-31-2013 04:57 PM

I can stop my MyBookLive using WD QuickView (I think that is the name of the tool in the system tray on Windows). However I still have to enter the password to stop my hard disk. It would be very helpful, if the tool could remember my password (in the case I am logged on to Windows). 

by on ‎02-11-2013 02:10 PM

In some ways I would rather there was the last safeguard of requiring me to type in my password or at a minimum type in "YES".  A few seconds saved doing this is nothing compared to the hours in rework  if you shutdown the drive in the middle of an operation and end up losing data or corrupting the drive as a result.

by on ‎02-25-2013 03:52 AM

Maybe the WPS button could have a shutdown function when pressed 10 seconds.

 

by ‎03-28-2013 03:03 AM - edited ‎04-02-2013 03:21 AM

My MyBookLive is connected directly to my computer. I want it to shut down when I shut down my computer. So I use the following little script. I set up a cronjob which runs every minute with that script.

1. connect to the MyBookLive via SSH.

2. Type pico autoshutdown.sh

3. Paste the following script:

#!/bin/bash
NETWORKUP=$(ifconfig eth0 | grep inet);
UPTIME=$(cat /proc/uptime | cut -d'.' -f1-1);

if grep -qv inet <<< $NETWORKUP ; then
    # Network is down
    echo $(date)" network down" >> /root/autoshutdown.log;
    if [ "180" -lt "$UPTIME" ] ; then
        # Machine has been up for more than 3 minutes
        echo $(date)" shutdown now" >> /root/autoshutdown.log;
        /sbin/shutdown -h now
    fi
fi


4. Save script (ctrl o) & leave editor (ctrl x)

5. Type pico /etc/crontab

6. Then enter the following line below the other cron jobs.

* * * * *	root	/root/autoshutdown.sh


4. Save the crontab file (ctrl o) & leave editor (ctrl x)

All shut downs will be logged in /root/autoshutdown.log.
Announcements
Please click on News and Announcements for the latest announcements.

For a list of our Idea Exchanges, please click here.

Idea Statuses explained here.
Idea Statuses
Top Kudoed Authors
User Kudos Count
1
1
1
1
1
Forums | Ideas | News and Announcements | Register | Sign in | Help | Forum Guidelines
Copyright © 2001 - 2010 Western Digital Corporation, All rights reserved. | Trademarks | Privacy | Terms of Service | Terms of Use | Copyright | Contact WD