Results 1 to 15 of 16

Thread: Wireless LAN spins up HDD...

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2009
    Location
    Germany
    Posts
    29
    Quote Originally Posted by mumsoft View Post
    So he has provided the code to let it spin, but with minimal fuss.
    Hi Marc,
    may you have the instruction/link how and where to configure the WL700gE with lower Spinning tempo?

    I would like to use the Asus for making backups via W-LAN. Maybe every hour (with Time Machine on OS X).

    Thanks!
    pooz

  2. #2
    Join Date
    Jan 2007
    Location
    The Netherlands
    Posts
    244
    Quote Originally Posted by pooz View Post
    Hi Marc,
    may you have the instruction/link how and where to configure the WL700gE with lower Spinning tempo?

    I would like to use the Asus for making backups via W-LAN. Maybe every hour (with Time Machine on OS X).

    Thanks!
    pooz
    Pooz,

    Sorry for my low spinning up...
    I discarded making backups to the NAS, because it found it too slow for that.
    But, if you like to do that, no problem.
    With KFurge's code:
    # Do the necessary steps so the internal HDD will enter low power
    # idle after 5 minutes and low RPM idle after 1 hour
    if [ "$kc_spin_down_hdd" != "No" ]; then
    mount -o remount,noatime,nodiratime /shares/${pool}
    hdparm -B 164 ${internal_hdd}
    hdparm -B 114 ${internal_hdd}
    smartctl -dT ${internal_hdd}
    fi
    My code:
    hdparm -S 60 ${internal_hdd}
    will stop the disk spinning after 60 minutes (or seconds?). Just google for it to make sure.

    Marc

  3. #3
    Join Date
    Jan 2009
    Location
    Germany
    Posts
    29
    Quote Originally Posted by mumsoft View Post
    I discarded making backups to the NAS, because it found it too slow for that.
    Hi, Marc,

    no prob. Thanks for reply. Interesting statement, are you now backing up via USB / FW / eSATA?

    Have you added your line of code to the "standard"one or just replaced it? What are the options "-S" and "-B" standing for?

    My HDD wont spin lower, instead it shuts down completly and I dont know why... :-(

    This works only, if all applications are set inactive...strange...although I have kept the SSD secret and didnt ever use it yet.

    Thanks, greetz
    Pooz

Similar Threads

  1. How to chek hard drive heals
    By Stormobile in forum WL-700g Q&A
    Replies: 3
    Last Post: 29-01-2008, 11:43
  2. Replies: 1
    Last Post: 19-10-2007, 17:05
  3. monitor wireless packets from LAN ?
    By kraai in forum WL-500g Q&A
    Replies: 6
    Last Post: 27-11-2006, 18:42
  4. Mirroring WL-700g external USB hard drive
    By Joho in forum WL-700g Q&A
    Replies: 0
    Last Post: 11-09-2006, 14:49

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •