Aug 26 2008

Shutdown a LaCie Ethernet Disk mini (NAS) from a command line

Published by Jonathan Wise at 5:26 pm under Hacks

The URL to shutdown the mini NAS, surprisingly, accepts both POST and GET. This is great for me, since I like to shut down my whole home theater at night. The URL looks like:

http://admin:yourpassword@ipaddress/cgi-bin/admin/reboot?action=shutdown

And you can use WGET or CURL on pretty much any platform to call it from a command line.

Popularity: 16% [?]

3 Responses to “Shutdown a LaCie Ethernet Disk mini (NAS) from a command line”

  1. Steve247on 29 Oct 2008 at 11:19 am

    Is it possible to wake/start up the Lacie mini hd through software, without physically pressing the big blue button?

  2. Jimmyon 30 Oct 2008 at 8:57 am

    Good question, because sometimes my Lacie mini hd just goes offline. Not very often but when it does I have to disconnect the power cable, and wait few seconds.
    Itunes seems to wake it up though.

  3. Jon Wiseon 30 Oct 2008 at 8:58 am

    Alas, I haven’t found a way.
    To make things worse, if you cut the power (say on a timer) after a clean-shut down, when you restore power (say on a timer) it remains in the shut-down state. The best way I’ve found is to unmount everything (via script), reboot Twonky (to close any connections, also via script), give it a few seconds (via script) and cut power while its still running. When power is restored in this case, it will boot back up normally. I haven’t hit any data corruption with this approach, but there’s always the possibility…

    Jimmy, you might try just doing a remote reboot command when that happens (assuming its still “up” enough for you to connect over HTTP.) I think the command is just:
    http://admin:yourpassword@ipaddress/cgi-bin/admin/reboot?action=reboot

Print This Post Print This Post   Trackback URI Comments RSS

Leave a Reply