Energy Settings - do your hard drives go to sleep ?

Hello everyone,
I am wondering what most of you do in terms of energy settings ( on a windows computer ), do you have your hard drives set to go to sleep after so many hours ? or do you have them set to *never* go off ?
At the moment I have my drives all set to never go to sleep, but I am now wondering if I should be setting them to "sleep" in 4 or 5 hours.
I am a bit hesitant to do this, because I wonder if I am encoding video, and the 4 hour mark kicks in while an encode is happening - WILL the computer go to sleep ? or will it continue on and finished the video ?
Thanks for any information.
DAve.

For single disks it may be possible to use the sleep function, but I would not advise it. The power saved is negligent and is offset by the wear-and-tear of the start-stop cycles. For multiple disks in a Raid configuration, you have the problem of staggered spin-up sequences. So, Dan is right, it is not worth the trouble.

Similar Messages

  • In energy settings..should hard drive be set to never

    I was advised by Mac Pro Apple support ..That the hard drives and Mac should never sleep..thats its not good to be interuppted while editing..
    I also have the display set to never plus i put a screen saver in
    Can anyone help

    It's a good idea to stop the hard drives sleeping when you are editing.
    The problem does not usually occur whilst you are actively editing but whilst you are rendering.
    Under certain circumstances rendering can take many hours.
    If you have left the computer alone to allow it to render, the computer will think that nobody is using it and will go to sleep thereby stopping the rendering process.,

  • Hard drives go to sleep, ignores sleep settings

    I have an issue in which the hard drives will spin down (sleep) even though my computer (MacPro 1,1) is not asleep. My startup drive is an SSD, and the other four drive bays have HDDs. I have unchecked the "Put hard drive(s) to sleep when possible" in the Energy Saver preference pane. (On a side note, it's strange that this feature isn't grayed out; how does an SSD go to sleep? This is also the case with my MacBook Air.) The "Wake on LAN/Ethernet" option is also disabled. The computer is also set to Never Sleep.
    I wouldn't mind this behavior except that I've been experiencing kernel panic-level issues when the computer needs to access something on the sleeping hard drive(s) (an iTunes song, for example). I have NEVER been able to successfully wake up a sleeping hard drive in Lion. The spinning beach ball starts with the foreground app then slow starts freezing every other open app. I can Cmd+Tab to other apps, but even the Finder eventually dies. A hard reboot is the only option.
    I have just started shutting down background processes to determine if they are the root cause. Dropbox, Audiogalaxy, Skype, EyeFi Helper, and Growl: I've killed them all to determine if they might be to blame. (Again, never an issue in SL. Maybe these apps aren't Lion-compatible yet?)
    Snow Leopard never had these issues. However, SL obeyed the "Put hard drive(s) to sleep when possible" setting, which seems to be the start of my problems in Lion.
    Has anyone else had similar issues?

    Mate
    I have found a solution!
    Go to System Preferences > Energy Saver > uncheck Put Disks To Sleep
    Then...
    Launch Disk Utility (Applications > Utilities)
    Run Repair Permissions on all of your disks INCLUDING YOUR MAC HD!
    Then Verify all disks
    Then reboot....
    Hey Presto! No Disk sleeps!
    Hope it works for you too!
    Chris

  • How to create a repository(not just custom) using your hard drive

    I don't know if many people know about this, so I am giving this a shot. There are three major articles on wiki.archlinux.org: Custom local repository,
    Using a CD-ROM as a repository, and Offline Installation of Packages. These are available online through the WIKIs at archlinux.org.
    I was first confused because when I was reading "Offline installation of packages", I didn't know what these ".db.tar.gz" files where. I came mainly from a Debian / Ubuntu
    background (I actually tried many distros before this), so getting used to the way the repository works and no graphical install manager for it. However, I enjoyed a challenge and
    I found out that these are database packages that contain descriptions and locations on where these files are located. The ones on the ftp server are already compiled. I don't know if,
    however they are compiled with the most recent versions.
       With all that said, I thought you had to have it all in one directory in order for this to work, but as it turns out, location is not really an issue. I decided to have a directory reside on the root.
    I chose root because it's only for the install of my own packages. I could have done it as a seperate user account, such as "repos" in PCLinuxOS (another distro I tried). I didn't want to have a seperate account for this. Therefore, I created "/root/repository". Within this directory I created directories for all repository archives. I basically did a "cd /mnt/dvd" and migrated to the particular repository directories. I would copy all the "pkg.tar.gz" files into their respective directories with "cp * ~/repository/<name-of-dir>". For intance, I started with the "core" directory, because there was some things I didn't install in the core directory during installation and if the packages needed it, it was there. This follows for the rest of the directories, such as "community", "testing", and "unstable", etc.You can go to the ftp mirrors to find out what directories are available. The main point is that your files should be in the format ".pkg.tar.gz". These are package files that get converted into a sort of database format that as I mentioned, informs the system the description and where the files are located, and so on.
       The command to perform this, is "tar -xvf /root/repository/core/core.db.tar.gz *.pkg.tar.gz". You can replace core with whatever repository you are adding. So, for example, "extra.db.tar.gz" would be in the "extra" directory. This information is located in the "Offline installation of packages".  The command to create this database is called, "repo-add".
    The format for this command is "repo-add /path/to/dir.db.tar.gz *.pkg.tar.gz". So, if it's the core packages you would "cd ~/repository/core" and "repo-add core.db.tar.gz *.pkg.tar.gz".
      Then, you need to edit the "/etc/pacman.conf" configuration file for pacman. I basically would comment all out except for the repositories I need. So, for example "[core]" and "/etc/pacman.d/core" would tell where normally the servers are located for these files. This information is located int the "Custom local repository" article.using the "repo-add" command.
       Furthermore, I edited each server file located in "/etc/pacman.d/<repository>" where repository is core, extra, etc. I would perform,  "nano /etc/pacman.d/core" for example and comment out all servers. I then add a "local repository" by typing in "file:///root/repository/core", saved it, and then did a "pacman -Sy" to update the repository database. Now, I can do "pacman -S <package-name>" where package-name is whatever I wanted to install. Voila! Please let me know of any suggestions, questions, insights, or comments. I hope I'm not missing anything in this article. I do remember using "rm -rf * in the "/var/lib/pacman/<repository>"directories and using "tar xvf <repository>.db.tar.gz". I don't if that something to do with it, though. Be careful with the "rm -rf *" command, because you can erase your hard drive if you are not careful, for those who aren't informed.
    P.S. Please note all these are done with the root user.

    pressh wrote:
    gradgrind wrote:
    smitty wrote:pressh, I understand and appreciate your point of view... well taken! Are you implying that I should have written in steps, such as 1, 2, and 3? Also, should I have got ridden of the redundant information if it is contained in the Wiki article and / or  taken out the commands on how to apply them and left only with the explanation? Is this what you imply? Sorry if I seem redundant with these questions, but I'm curious so I can improve for the future. I am new to this and open to any suggestion and comments.
    Maybe you could either edit the existing wiki pages where they were not clear to you, or else add a new wiki page, or both. Certainly give the whole a clearer (visual) structure, and (if they don't already exist) add links between the connected wiki pages.
    Yes that is partly what I mean. Further you could get rid of the information that is not really needed to follow the guide (for example what the command 'repo-add' does. People could if they are interested look it up in the script itself, or you could add it here and link to it).
    And yes a bit of structure would be nice. You don't have to nessesarily call it 1,2,3, as long as it has some kind of structure in it (the visual point is very important here). You could take a look at existing wiki pages on the web and see how most of them (not all of them are good of course) are structured.
    That's a good point, too. How do I found out what articles are more effective? I am doing research on this particular matter at the moment and came across articles that have tips on technical writing. Could this help in the long run? Or, is it better to get feedback from other users and improve that way? In other words, do first, and ask later, as one user point out?

  • How do you change the default save as directory when saving a PDF file to your hard drive?

    This is the on-line help instructions on this site:
    Downloading a PDF file to your hard drive
    You can download a PDF file to the hard drive from a web page's link. Downloading PDF files doesn't require the ActiveX plug-in file to be installed. (If you want to open and view the PDF file after downloading it, you must have Acrobat, Adobe Reader, or Acrobat Reader installed.)
    To download a PDF file from a link:
    1. Right-click the link to a PDF file, and then choose Save Target As from the pop-up menu.
    2. In the Save As dialog box, select a location on your hard drive, and then click Save.
    My issue:  I want to save several pdf files (from the Adobe Reader in my browser) one at a time and each time it defaults the save as directory to the desktop and I have to go looking for the directory I last saved a pdf file in.  I got lots of directories and I wish I could change the default setting for the save as directory.  Just a minor thing but irritating as other programs usually will allow you to switch the default save as directory to one of your choosing.

    There is not a way to set the default location from all the forums i searched in the last couple days.
    Russ

  • How to look at your internet history on your hard drive on a mac

    how to look at your internet history on your hard drive on a mac

    Using Safari ..
    From the Safari menu bar click History > Show History

  • How do you see the size of your hard drive

    I am new the the MAC world and I am trying to figure out some things.  How do you see the size remaining on your hardrive?

    If you have a folder open or dubble click on your hard drive you, can turn on the status bar which will show you available disc space:

  • HT4914 if you use iTunes match in order to create space and remove music from your hard drive, does that happen automatically when you subscribe and upload your music or is there another step to remove the music from your hard drive once you've uploaded t

    if you use iTunes match in order to create space and remove music from your hard drive, does that happen automatically when you subscribe and upload your music or is there another step to remove the music from your hard drive once you've uploaded to iTunes match?

    Welcome to the Apple Community.
    iTunes match won't automatically remove content from your computer, if you want to do that you will need to do it manually yourself.

  • How to find what's on your Hard Drive.

    I was wondering how to find out what is on your hard drive. I have an issue where I open up evrything that is inside my hard drive and select get info. Everything like library and users and such add up to 58 gigabytes but then my hard drive actual info says that I have used 99 gigabytes. How do I find the other stuff on my hard drive? I would love to have any help with this, thanks.

    First off, have you emptied the trash lately? You could have files in there which will still take up space on your hard drive until you empty it. There are also a number of invisible files, but they shouldn't even come close to how much space you are missing. I would think that if you empty the trash, you will recover much of the space you are missing. If not, then you have an issue with your hard drive. You can run disk utilites on it and see if there are any problems. If there are issues, disk utilities can not repair the boot drive. You will have to boot off the install cd. Once it fully boots up, go to the (I believe, tools menu and select the disk utilities option. You will now beable to select your internal drive and repair it.
    Glor

  • Is it possible to install both FCP7 and FCP X on your hard drive without running into problems?

    Is it possible to install both FCP7 and FCP X on your hard drive without running into problems?

    Apple recommends separate partitions: http://support.apple.com/kb/HT4722

  • When I try to open firefox it pops up, "do you want to allow changes to your hard drive" everytime

    Firefox update while I was trying to resolve a issue with a brother fax drive to update for windows 7, now every time I go to firefox it pops up, "Do you want to allow changes on your hard drive" as if it didn't finish, so I answer "yes", firefox browser comes up, but if I get out and go back in it does the same thing.
    in the pop up window is listed; C:\program file(x86)Mozilla firefox\firefox.exe
    But when I search it, nothing

    Check that you do not run Firefox as Administrator.
    Right-click the Firefox desktop shortcut and choose "Properties".
    In the Compatibility tab, make sure that Privilege Level: "Run this program as Administrator" is not selected.
    You also need to check the Properties of the firefox.exe program in the Firefox program directory.
    If you can't make the changes then you need to start Windows Explorer as Administrator.

  • Saving space on your Hard drive & I tunes

    HI
    I am new to the Ipod. Is it possible to load your songs into Itunes on your comnputer. Them upload them to the Ipod. Then deleate them from your hard drive on your computer ??? When the next time you conect your ipod to the computer will the uploaded songs be earesed ????. And then you can you add new music to your computer ,uploaded it, and not have it effect the songs your originaly leaded on the Ipod ????
    I hope this makes sence , I do not want all that music on my computer , takes up a lot of space and slows it down .
    TIA Joe Parisi Salem Ma

    Yes, it is possible: Open iTunes, connect your iPod to your computer. Then right-click on the symbol of your iPod and choose "iPod options". Choose he third point "manage titels and playlists manually".
    Now you can delete songs from your library and your computer without them being deleted from your iPod.
    hope that helps you
      Windows XP  

  • Searching your hard drive for a phrase in a FM document?

    Hi there,
    I seem to recall a Search tool that allowed you to search through your hard drive or a particular folder for a particular document that contained a specific phrase.  Has anyone heard of this?   It could just be wishful thinking on my part ...
    We have hundreds of manuals created in FM and I need to look for a particular manual that contains a specific phrase - is there anything out there that would help me do this?
    I am currently working with FM8 on Windows XP ...
    Thank you,
    Tina

    Hello Tina,
    If all the FM documents you need to search through are in PDF and you have Acrobat Pro, I may have a solution for you. I recently built a searchable database of hundreds of FM docs by creating a Portfolio. Basically you combine all PDF versions of the FM files into one PDF portfolio; then use the search feature which will provide search results hyperlinks to the pages where your search term was found. You can do advanced searches to narrow down your results.
    In older versions of Acrobat, this capability is available as File>Create PDF>From Multiple Files. If needed, you can further organize your files in folders. Portfolio also allows you to browse through thumbnails of you files (sort of like the iTunes interface).
    Nadeem

  • Support request to disable Adobe Creative CS4, Premium desing of a team that will damage your hard drive

    support request to disable Adobe Creative CS4, Premium desing of a team that will damage your hard drive
    Downloading, Installing, Setting Up

    i don't understand your question/problem.  please explain, if you need help.

  • After purchasing the 9.99 plan and you decide that you do not want to use it anymore, do you use loose your photos?  Are you able to save them your hard drive and such?

    after purchasing the 9.99 plan and you decide that you do not want to use it anymore, do you use loose your photos?  Are you able to save them your hard drive and such?

    But all the adjustments that you apply in Lightroom, if you do not export to a rasterized format, will be inaccessible.  You'll still have your catalog file, for if you want to re-inlist in the future, but it won't do anything for you without Lightroom.  The same thing will go for Photoshop files like PSD, but obviously if you save to standard image formats you'll be fine.
    It's one of the issues that keeps me away from the plan.  Not being able to edit individual files in PS is one thing, but Lightroom is a photo organization system.  I don't want to rent the system I use to organize 10s of thousands of files.

Maybe you are looking for

  • Best Practice for Package Implementation of Data Manipulation

    Hi, Would like to ask which is better implementation for data manipulation (insert, update, delete) stored procedure for a single table. To create a single procedure with input parameter for the action such as 1 for insert, 2 for update and so on or

  • Receiver Mail Adapter Acknowledgment

    Hello, I want to know if the Mail Adapter in XI 3.0 support Application Acknowledgment. In this case, I want to know if once the email reachs the Destination Mail Server (or even the mail is read) an acknowledgment is sent back to XI and the status o

  • Problem Event AppHangB1 (Lr)

    I can open Lr to the last project I worked with, but when I click on import and select my camera, everything freezes up and I get an error message with the following description. I've tried rebooting my pc (you never know) and short of uninstalling a

  • GE70 2OE Nvidia graphical adapter is lost!

    Hello. My graphical adapter is lost after BIOS update to version from this site. Windows 7 64bit is installed on the notebook. Bios version for windows 7 64 bit version 11C (For None RAID SKU, Default Legacy. Use 1.XX BIOS if the original BIOS on the

  • Submitting multiple jobs from FCP

    Hi, I've looked in the manual and searched here but haven't found a good answer. I've got a project in Final Cut that has multiple sequences. What's the best way to submit all of these to Compressor for output to DVD-compatible files? Currently I hav