How to prevent external drive from spinning up?  Or, fastest quiet drive on spin up?

My external drive insists on spinning up often without reason, often for open/save dialog boxes.  The spin up takes time and the computer is inoperable until it completes the spin up.  As a fast touch typist, who often hits command-s to save documents in Word, this is really a nuisance.  This happens with a USB and Firewire external drives.  It seems to be a feature within the OS itself--and likely some other programs in the background--that want to access drives. 
Is there any way of turning this behavior off?  For example, telling the OS to spin up the external hard drive only for a specific application (Carbon Copy Cloner).  So far, the only solution I've come up with is to eject the external drives, which isn't much of a solution if one wants automatic back ups!
Now, if there is no way of turning this off, are there drives that spin up quickly?  This USB drive I have takes forever compared to the Firewire one, which also takes too long.  At the same time, though, the USB drive has the blessing of running silently whereas the various Firewire drives I've had are noisy (with high pitched hums) even when idle.  (I realize that the noise has more to do with the enclosures, fans, heat sink, etc.) 
Quiet matters most, so if necessary, I'll just keep the external drives disconnected.

In the Energy Saver pane of System Preferences, make sure "Put the hard disk(s) to sleep when possible" is not checked. This will keep your external drives spinning, so you won't be delayed waiting for them to spin up.
"I realize that the noise has more to do with the enclosures, fans, heat sink, etc."
Yes, many if not most enclosures amplify whatever noise the drive inside makes. Your desk or table may also serve as a sounding board for your drives. Setting them on something that absorbs the vibration can help, as long as you don't obstruct any cooling air intakes or outlets.
Right now, your external drives are spinning up whenever the OS is asked to display all the possible places for things to be found or stored. I don't know of any way to limit that behavior other than unmounting the disks you don't want displayed.
Spinup time is generally shorter for 2.5" drives than for the much heavier 3.5" drives — there's just less inertia to overcome as things get moving. And 2.5" drives can also be quieter, because less mass is spinning and any tiny imbalance that might cause extra vibration is correspondingly less significant.

Similar Messages

  • Preventing external HDs from spinning down

    Anyone know of a better way of preventing my OWC external FireWire HardDrive from spinning down (and hence slowing some/most? Finder operations down) than 'Spindown fix 1.1' (http://www.index-site.com/software.html)?
    TIA!

    Mark,
    I don't think this works on external drives, but you may want to check to see if your Mac's Disk Sleep Timer setting may have been changed. Disk Sleep Timer is one of your Mac's Power Management settings and can be found under the Power item in System Profiler. The default setting for Leopard is 180 minutes, but for Tiger it was only 10 minutes, which was quite annoying.
    You can change this setting by typing the following command in Terminal:
    sudo pmset disksleep ?
    Replace the ? with the number of minutes you want to set and press <Return>, then when prompted, type in your password. If you use a setting of 0 (zero), the hard disks will never sleep, unless you checked "Put the hard disk(s) to sleep when possible" in the Energy Saver Control Pane.
    Again, I don't know if this works with external drives, but it's worth a shot.
    Keith

  • Prevent external disk from spinning up

    I am not sure this is really related to time machine, but here goes.
    I have an external firewire disk attached, and it has one partition for time machine.
    When time machine starts a backup, it wakes the disk (i.e., spins it up), which is fine.
    A while after the backup, the disk spins down again, fine, too.
    However, in-between backups, the disk spins up for no apparent reason.
    This is a bit annoying, since i'm not using the disk at all (other than for backup), and it makes a bit of a noise, so i would like to keep the waking times of the disk to a minimum.
    Any ideas?
    Best regards,
    Gabriel.
    PS:
    Yes, I have configured spotlight to exclude that external disk from indexing.
    Message was edited by: GabrielZ

    Experiencing the same thing here.
    It's a repeat of:
    Wake-up -> TM Backup -> Stays spinning for 10 minutes -> spins down -> Starts spinning 5
    minutes later -> Stays spinning for 10 minutes -> spins down......
    TM currently takes backup on :45, then the drive starts spinning up around :00, :15, :30.
    I'm worried that the excessive spindown, spinup will wear out the HD.
    This did not occur in 10.5.1. Started after upgrading to 10.5.2.
    Since the FireWire HD for TM is the only FireWire HD I have, I can't confirm whether this is related to Time Machine or not.
    By the way, using USB will prevent spindown, though backup will take a bit longer.

  • Stop External HD from Spinning Down?

    Is it possible to stop an external HD from spinning down when connected to a MBPro? It seems that the setting in the energy saver control panel have no effect on external drives. I'm using my laptop (MBPro 2.33Ghz) for music production and don't want my external drive to spin down while I'm working.
    Is there any way to keep it spinning?

    This may be a "feature" built into the firmware of your external drive. If so it will not be affected by your Energy Saver settings. I recently had to advise someone with a "Western Digital MyBook" spinning down to ask the manufacturer for help, but the outcome was that the only solution was the purchase of an uncrippled drive. Being in the firmware, the "feature" could not be erased or altered.
        "Is it possible to stop…"
    Yes, but only in what I would consider an unacceptable manner, e.g. by having a small script that constantly accesses the drive, but I would suggest that a) it should not be needed, and b) it would be highly likely to interfere with other things you were doing.
    So, as a start, you should a) read any docs that came with that drive, and b) go to the relevant site and see what you can find out.
    I hope that none of this applies to you, but I just thought you ought to be aware of the possibility.

  • How to prevent a file from stripping?

    I'm building vacation for Arch64 but should be the same for 32bit. PKGBUILD looks like this:
    # $Id: PKGBUILD,v 1.1 2004/01/21 15:43:15 dale Exp $
    # Maintainer: dale <[email protected]>
    pkgname=vacation
    pkgver=1.2.6.1
    pkgrel=1
    pkgdesc="an automatic mail-answering program"
    depends=(gdbm)
    url="http://www.tosn.org/projects/vacation/"
    source=(http://www.tosn.org/projects/vacation/files/$pkgname-$pkgver.tar.gz vacation.patch)
    build() {
    cd $startdir/src/$pkgname
    mkdir -p $startdir/pkg/usr/{bin,man/man1}
    # keeps binary from building
    rm -rf vacation
    # fixing the Makefile - not only for arch64
    sed -i -e 's: -m486::; s:CFLAGS.*= (.*):CFLAGS += 1:' $startdir/src/$pkgname/Makefile
    sed -i -e "s:/usr/bin:$startdir/pkg/usr/bin:g" $startdir/src/$pkgname/Makefile
    mv vacation.man vacation.1
    make install
    These file have been created:
    [andyrtr@workstation64 vacation]$ ls -lRA pkg/
    pkg/:
    insgesamt 0
    drwxr-xr-x 4 andyrtr users 96 2006-01-28 09:32 usr
    pkg/usr:
    insgesamt 0
    drwxr-xr-x 2 andyrtr users 96 2006-01-28 09:32 bin
    drwxr-xr-x 3 andyrtr users 72 2006-01-28 09:32 man
    pkg/usr/bin:
    insgesamt 24
    -rwxr-xr-x 1 andyrtr users 16864 2006-01-28 09:32 vacation
    -rw------- 1 andyrtr users 470 2006-01-28 09:32 vaclook
    pkg/usr/man:
    insgesamt 0
    drwxr-xr-x 2 andyrtr users 48 2006-01-28 09:32 man1
    pkg/usr/man/man1:
    insgesamt 0
    [andyrtr@workstation64 vacation]$
    I get this error:
    ==> Starting build()...
    gcc -march=x86-64 -O2 -pipe  -Wall  -Xlinker -warn-common -D_PATH_VACATION="/var/abs/extra/system/vacation/pkg/usr/bin/vacation" -o vacation vacation.c -lgdbm
    install -s -m 755 vacation /var/abs/extra/system/vacation/pkg/usr/bin/vacation
    install -s -m 755 vaclook /var/abs/extra/system/vacation/pkg/usr/bin/vaclook
    strip: /var/abs/extra/system/vacation/pkg/usr/bin/vaclook: File format not recognized
    install: strip fehlgeschlagen
    make: *** [install] Fehler 1
    ==> ERROR: Build Failed.  Aborting...
    Krusader detects it as a Perl program. Any idea?
    AndyRTR

    Posted: Sat Jan 28, 2006 8:45 am    Post subject: How to prevent a file from stripping?
    I'm building vacation for Arch64 but should be the same for 32bit. PKGBUILD looks like this:
    Code:
    # $Id: PKGBUILD,v 1.1 2004/01/21 15:43:15 dale Exp $
    # Maintainer: dale <[email protected]>
    pkgname=vacation
    pkgver=1.2.6.1
    pkgrel=1
    pkgdesc="an automatic mail-answering program"
    depends=(gdbm)
    url="http://www.tosn.org/projects/vacation/"
    source=(http://www.tosn.org/projects/vacation/files/$pkgname-$pkgver.tar.gz vacation.patch)
    build() {
       cd $startdir/src/$pkgname
            mkdir -p $startdir/pkg/usr/{bin,man/man1}
            # keeps binary from building
            rm -rf vacation
       # fixing the Makefile - not only for arch64
       sed -i -e 's: -m486::; s:CFLAGS.*= (.*):CFLAGS += 1:' $startdir/src/$pkgname/Makefile
       sed -i -e "s:/usr/bin:$startdir/pkg/usr/bin:g" $startdir/src/$pkgname/Makefile
       mv vacation.man vacation.1
       make install
    These file have been created:
    Code:
    [andyrtr@workstation64 vacation]$ ls -lRA pkg/
    pkg/:
    insgesamt 0
    drwxr-xr-x  4 andyrtr users 96 2006-01-28 09:32 usr
    pkg/usr:
    insgesamt 0
    drwxr-xr-x  2 andyrtr users 96 2006-01-28 09:32 bin
    drwxr-xr-x  3 andyrtr users 72 2006-01-28 09:32 man
    pkg/usr/bin:
    insgesamt 24
    -rwxr-xr-x  1 andyrtr users 16864 2006-01-28 09:32 vacation
    -rw-------  1 andyrtr users   470 2006-01-28 09:32 vaclook
    pkg/usr/man:
    insgesamt 0
    drwxr-xr-x  2 andyrtr users 48 2006-01-28 09:32 man1
    pkg/usr/man/man1:
    insgesamt 0
    [andyrtr@workstation64 vacation]$
    I get this error:
    ==> Starting build()...
    gcc -march=x86-64 -O2 -pipe -Wall -Xlinker -warn-common -D_PATH_VACATION="/var/abs/extra/system/vacation/pkg/usr/bin/vacation" -o vacation vacation.c -lgdbm
    install -s -m 755 vacation /var/abs/extra/system/vacation/pkg/usr/bin/vacation
    install -s -m 755 vaclook /var/abs/extra/system/vacation/pkg/usr/bin/vaclook
    strip: /var/abs/extra/system/vacation/pkg/usr/bin/vaclook: File format not recognized
    install: strip fehlgeschlagen
    make: *** [install] Fehler 1
    ==> ERROR: Build Failed. Aborting...
    Looks like its tring to install to /var/abs/extra/system/vacation/pkg/usr/bin....... ????
    try make DESTDIR=$startdir/pkg/usr install

  • How to access external drive attacked to AirPort Extreme from ipad

    Have attached external drive to AirPort Extreme via USB, how can I access those files from iPad / iPhone?

    Check to see if the File Browser App can do this:
    App Store - FileBrowser - Access files on remote computers

  • How do I prevent external drive spindown in 10.6?

    I've got an external drive with all my iTunes music on it and it's connected up to my airport extreme. I'm trying to stream music to speakers with airport express. The music plays, but when it goes to another song there is no sound, but the playhead is still moving. I have to stop playing and restart to get sound again.
    I'm thinking it's because the drive is spinning down and iTunes is losing access to it.
    correct?
    answers?
    It's a seagate drive.
    thanks.

    Command-click it and drag it out of the menu bar.
    (67015)

  • HT201250 How to retrieve external drive backups from time machine on hard drive without external drive connected

    I am keeping my work files on an external drive which are backed up using Time Machine onto my computer's hard drive. I set it up this way so I can take my actual work drive with me if I need it. However, I just noticed that I can't see any of those files in time machine if the drive itself isn't plugged in, which makes this method useless. Is there any way to get to those, or do I need to reconfigure my backup system? I always thought if something happened to my hard drive I'd have a backup, but that won't work if I can't get to the files.

    See Pondini's TM FAQs, for starters.

  • Can I Keep My External HD from Spinning Down?

    I've got an external HD connected to my Mac Pro running Snow Leopard. But I'm always getting spinning beach balls as I wait for the external drive to spin up and become available.
    Is there any way for me to keep that drive always spinning?
    The Energy Saver setting "Put the hard Disk(s) to sleep when possible" is already unchecked.
    Thanks for any help.
    -=-Joe

    Here is a discussion on the subject from a dubious source...
    http://forums.macrumors.com/showthread.php?t=493300
    In a Discussion on CHUD tools...
    I have a NewerTech miniStack connected to my eMac, and I follow one of the oldest mantras in computing: "Save early. Save often." That means saving every few minutes, but sometimes OS X puts your external drive to sleep sooner than you'd like, and that means that you have to wait for the drive to spin up to speed before your file can be saved.
    From a source I never use but I believe you have linked here once or twice:
    http://www.thexlab.com/faqs/sbbod.html
    "To conserve energy, modern hard disk drives are designed to spin-down after a certain period of inactivity. This is usually referred to as "hard drive sleep" but the technical term is Standby mode.
    In Standby mode, the hard drive is in a state of low energy consumption and its platters have ceased to spin. It is awaiting a read or write instruction, at which time the hard drive will spin-up its platters — wake up and enter Active mode — to perform the read or write operation. It can require up to 30-35 seconds for a hard drive to spin up once in Standby mode."
    Also here...
    http://www.szilveszter.ca/news/prevent-hard-disk-drive-spindown-on-mac-os-x/
    I believe I could do a fuller search but I did do due diligence for 'ya
    -mj

  • How to format external drive as MS-DOS (FAT)

    How do I format the external drive as MS-DOS (FAT)?
    I followed the instructions and have Disk Utility open for the external drive. Then > Erase > changed format from Mac OS to ExFAT and did the same with the RAID tab.  But this does not change the Format from Mac OS Extended (Journaled).
    Thanks in advance for any advice..........It's never easy is it?

    biddymon wrote:
    Snip snip...........and I appreciate your sense of humor.  Unfortunately mine is in the sleep mode at this stage of the game.
    (3) Boot Camp 4.  downloaded to 16-GB flash drive, which is recognized in Windows but will not install due to following prompt: "The version of this file is not compatible with the version of Windows you're running.  Check your computer's system information to see whether you need an x86 (32-bit) or x-64 (64-bit) version of this program, and then contact the software publisher."  This flash drive is formatted as MS-DOS (FAT), although ExFAT was an alternative.
    OK, that does not suggest a disk format problem, but it does suggest that (as it says) you have the wrong Boot Camp version, or the wrong Windows version. ie, you have a 32bit version of Windows installed and you may have a 64bit version of Boot Camp on your Flashdrive.
    I'll be back shortly, I'll get links for the various versions of Boot Camp, if there is no 32bit version for your Mac a reinstall of Windows is indicated, the 64bit version though.
    OK
    Even better, here is a link to a page with all the versions, if you click the version name a description will be displayed, find the correct one for your Mac and version of Windows.
    Finally this page contains a model by model breakdown of which version of Windows will run on which model of Mac.

  • How to Format external drive previously formatted for NSLU2

    Windows XP.
    I've had two external hard drives connected to my NSLU2 for several years.  Always worked properly.  Nevery any problems accessing files from either drive.  Now, I'd like to remove one external drive and no longer use it with the NSLU2 (Disk 1).  I just want to use it as a "regular" external drive and connect it directly to my PC by USB. When I plug it into my PC, it is not visible in Windows Explorer.  When I right click "My Computer" and select "Manage", I can see it in the "Disk Management" section, but there is no drive letter assigned to it.  It has partitions.  When I right click on any partition, the "Format" option is grayed out and cannot be selected.  Also, the "Change Drive Letter..." option is grayed out and cannot be selected.  How can I format this disk back to whatever it needs to be in order to use it as a regular external drive?  NOTE:  I do not need to keep any files on the drive.  I've already transferred the files I need to another drive.  Thanks!

    Never mind.  I figured it out.  I downloaded a free utility for formatting large drives in FAT32. The utility ran a quick format in just a few seconds and then the drive became available in Windows Explorer where I can now perform a complete format or just use as-is.

  • How to choose external drive for Time Machine?

    Having recently changed from a pc to a Mac, I realise that the backup comapny I was using (Carbonite) is not compatible with Mac. I also noticed that Leopard comes with Time Machine and backup features which require an external drive. The website says that pretty much any HFS+ hard drive will do. After having done a search for hard drives and HFS+, I only found one.
    Does this mean that I cannot go to my local retailer and ask for a hard drive and plug it in, or do I specifically need to say it's for a Mac?
    Is the best way to try and find an online backup company and forget about Time Machine?
    I am totally confused...

    Stop. Do not go to a local retailer and buy "a hard drive".
    I will assume that your PC only had USB ports.
    Well, you new iMac is better. It has both USB 2.0 and FireWire 400.
    You want to get a drive that supports both. And then, you will use the FireWire connection.
    Why FireWire?
    1. You can create a bootable copy of your internal hard drive using software such as SuperDuper! from http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html . This means that if your internal drive fails, you can boot from the external one.
    2. FireWire 400 is faster than USB. See http://www.barefeats.com/usb2.html for proof.
    So, surf to http://eshop.macsales.com/shop/firewire/1394/USB/EliteAL/400+USB2/ and buy a Quad interface drive in the size your want. If you are not happy with OWC, then look at LaCie.com, G-Technology.com
    How large should this new drive be? As large as you can afford. Your SuperDuper! backup partition should be equal to your internal drive and the second partiion can be used by Time Machine. A quad interface drive will be viable for many years. I would start at 500GB and go up from there.

  • How to format external drive as NTFS?

    I have a lot of files on my mac, and my external drive is formatted in FAT32. I can't put files larger the 4 GB on there. How can I format the drive as NTFS? All help appreciated!

    Also note that even if you do use a Windows computer to format the drive as NTFS and then put it back in your Mac, you can't write to it without installing third party software. As installed, OS X can only read NTFS.
    As Niel noted, Mac OS Extended is the best choice, as long as there's no reason for the drive to be accessible from a Windows computer. If it must be NTFS, then you have these choices for the Mac to enable write access.
    A commercial product is Paragon NTFS for Mac.
    There are now two versions of the open source NTFS-3G software for OS X. NTFS-3G is the free version, which only works with the 32 bit boot kernel. This version also requires installing MacFUSE. A separate component needed for the free NTFS-3G software.
    Tuxera, which provides the funding for the free NTFS-3G has their own paid version. Tuxera NTFS for Mac. This version supports both 32 and 64 bit boot kernels. But NOT the newer 64 bit only kernel of some newer Macs. Tuxera's version eliminates the need for the separate MacFUSE installation, and is faster at accessing NTFS drives.
    Edit: Checking Tuxera's site, it looks like they've fixed the issue with the newer Macs which will only boot 64 bit. The note they had on their site at one time about it not working seems to be gone.

  • How to prevent hard disks from sleeping

    Hello
    I have recently installed a SSD for system drive in my machine, and now realise what a bottle neck the old, standard hard disk had been. Booting is now extremely fast, as is opening applications. This speed has alerted me to another problem. My hard disks keep falling asleep, which slows down operantion of the machine significantly. For instance, to log into this forum, I used 1Password. When selecting the log in menu item from 1Password, there was several seconds delay before one of the hard disk (I have four inside the machine, one external Drobo, and one external eSata drive) came alive. When it had, Safari could take me into the site. There constant delays like this when I use Safari, for example. These delays are very frustrating, so I want to keep all my disks awake constantly.
    Thing tried so far:
    The worst problem was the Drobo, because it has three disks inside that wake up one after the other, a very slow process, and the Drobo is slow in itself. So I installed a little script that does a touch command every five minutes, to prevent the Drobo from sleeping. It seems this has helped. But the other disks keep falling asleep all the time. I have set Cocktail to prevent all disks from sleeping - no effect. The Energy Computer Sleep setting is set to Never.
    Any ideas will be much appreciated. This sleep issue keeps bugging my all day long.

    In the Energy Saver system pref, are any of the boxes checked?
    If it were me, I guess I'd try clicking the 'restore defaults' button in Energy Saver, restart the computer, and then go back into the Energy Saver and set the computer sleep to either 3 hours or never, and uncheck the 'put hard disks to sleep when possible' box. You might try 3 hours instead of never and see if that makes a difference.

  • Dev question: how to prevent Adobe Reader from copying pdfs to "Download/Adobe Reader"?

    I am making an app that downloads pdf files from a server and the users can decide to store them in the phone. Those files are kept in the app's private storage.
    The pdf files can be opened from inside the app. The problem is that every time a pdf is opened, adobe reader copies it in "Download/Adobe Reader" (the path may be different depending on the device and the android version). Those pdf files should not be available from outside my app. How can I prevent adobe reader from creating copies in that folder? Do I really have to make my app track them down and delete them? It wouldn't be the safest solution...
    In order to open the files, I se up a content provider:
    from the manifest:
    <provider
        android:name="android.support.v4.content.FileProvider"
        android:authorities="com.example.myapp.fileprovider"
        android:exported="false"
        android:grantUriPermissions="true" >
        <meta-data
            android:name="android.support.FILE_PROVIDER_PATHS"
            android:resource="@xml/filepaths" />
    </provider>
    And then, in a method, I do this:
    File pdfToRead = new File(pdfPath);
    Uri uri = FileProvider.getUriForFile(context, "com.example.myapp.fileprovider", pdfToRead);
    for (ResolveInfo resolveInfo : appsList) {
        String packageName = resolveInfo.activityInfo.packageName;
        context.grantUriPermission(packageName, uri, Intent.FLAG_GRANT_READ_URI_PERMISSION);
    openPDF(context, uri);
    public static final void openPDF(Context context, Uri localUri) {
        Intent i = new Intent(Intent.ACTION_VIEW);
        i.setDataAndType(localUri, PDF_MIME_TYPE);
        context.startActivity(i);
    Thanks for the help.

    Meh, I just hoped there was a way to tell acrobat "don't create a copy of the file because it's private". For now, I'm detecting the "downloads/Adobe Reader" folder, look if there's the file that was opened and delete it.
    Now I need to know something that I can't ask on stackoverflow: what paths does Adobe Reader use to create the "Adobe Reader" folder? Because not every device has an external sd card (external, not removable. Just for clarity). In my device it's at "Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_DOWNLOADS)+"/Adobe Reader".

Maybe you are looking for