The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    where is this directory?

    Discussion in 'Apple and Mac OS X' started by Tinderbox (UK), Sep 7, 2009.

  1. Tinderbox (UK)

    Tinderbox (UK) BAKED BEAN KING

    Reputations:
    4,745
    Messages:
    8,513
    Likes Received:
    3,823
    Trophy Points:
    431
    I need to install hdparm to turn my hdd power saving mode off , but the instructions tell me to place the program , in a certain directory so that it starts every time i turn on my mac , but i have looked at all the directorys using finder but i still cannot find them , are they hidden? , the directory i need to install hdparm is below.

    Thanks.

    "Copy hdapm to somewhere on your system - I suggest /usr/local/bin. If you want to have hdapm run automatically at startup, also copy the hdapm.plist to /Library/LaunchDaemons
    Note that you may need to edit hdapm.plist with your desired settings. By default it assumes you installed the hdapm binary in /usr/local/bin, and will set the primary drive (disk0) to the maximum performance APM level."
     
  2. Seshan

    Seshan Rawrrr!

    Reputations:
    540
    Messages:
    1,989
    Likes Received:
    0
    Trophy Points:
    55
    It's hidden under your harddrive, you can go to it from terminal (Terminal shows hidden files) by opening terminal and typing
    Code:
    cd ..
    cd /usr/local/bin
    You can now learn how to move files in terminal.... or get leopard to show hidden files...

    By typing and opening a new terminal window

    Code:
    defaults write com.apple.finder AppleShowAllFiles TRUE
    
    killall Finder 
    To set it back to normal type that up there ^^^ but change TRUE to FALSE.
     
  3. Tinderbox (UK)

    Tinderbox (UK) BAKED BEAN KING

    Reputations:
    4,745
    Messages:
    8,513
    Likes Received:
    3,823
    Trophy Points:
    431
    I manged to find a command to use in terminal , that makes all hidden files/directors visible in finder , so i just had to drag and drop the files to the right directory.

    Thanks for the Help.