HOW TO: set disk spindown time for hard drives in a Mac

I've recently installed an MCE Optibay with 750GB WD HDD into my new MacBook Pro, alongside the 512GB SSD I got from Apple, providing me with a beautiful 1.25TB of total storage in a slim MacBook Pro. (The MCE Optibay replaces the optical drive in the MacBook Pro, allowing you to install a second 2.5" hard drive of your choice securely in its place.)

I'm planning to use the 750GB Optibay drive for storing music and video files, since they don't need high performance, and the drive can be allowed to spin down when I'm not listening to music or watching videos, which seems like an ideal arrangement from a power efficiency perspective.

However, by default OS X seems to take about 10 minutes to spin down the drive after it was last accessed. I found a great tip on MacOSXHints.com which describes how to set the system spindown time — you just open up a Terminal shell and type:

sudo pmset -a spindown 1

(where 1 is 1 minute; 0 disables entirely).

So now, my Optibay drive spins down one minute after it was last used — perfect! (Especially good since my MBP is near-silent with the SSD just in use, thanks to Apple's really quiet fans when running at their default 2000rpm, and the WD hard drive in the Optibay is actually quite noisy — it's an audial relief when it spins down!)

The same tip above can be used to disable spindown if you don't want it to happen.

The only thing I'm wondering is what effect a spindown has on an SSD, if any. The value set using this tip is system-wide, affecting all hard drives, so if a spindown did happen to put the SSD into some sort of powersaving mode that might not be ideal, however, I haven't noticed anything yet.

Tags: , , , , , , , ,

HOW TO: plug a compact flash card into the MacBook Pro SD card slot

Like other MacBook Pro owners, I find Apple's choice of SD card slot for their sole card reader in the MacBook Pro annoying — basically all Digital SLR cameras except for the dinky low-end ones still use the larger Compact Flash cards. As a result, I still have to dig out a USB card reader every time I want to download pics from my D700.

sd slot on mbp HOW TO: plug a compact flash card into the MacBook Pro SD card slot

It occurred to me today, though, that since SD cards are smaller than CF cards, perhaps someone has made an SD-to-CF adaptor. Lo and behold, a little Google searching turned up several immediately.

FACFSD2 HOW TO: plug a compact flash card into the MacBook Pro SD card slotHowever, it's not quite as simple as clicking 'buy'. The ones on the market at present are either Type II (which are 5mm thick, rather than the 3.3mm of Type I, and therefore not compatible with my D700, which only supports Type I), or are Type 1 cards in thickness, but generally have the SD card poking out the back of the card a bit (e.g. 16mm) so in most cases, the camera door won't shut over it — not really an option for me.

There's a good article on SD-to-CF adaptors at CameraHacker, and a thread on Whirlpool about it, but no sign of a Type I SD-to-CF card adaptor to fit in my D700, disappointingly.

Anyone seen one that will?

Why do I get a second Firefox dock icon?

One thing that really annoys me about Firefox on Mac OS X is the way it spawns a second dock icon for itself after it applies any sort of update to itself (including plugin updates).

Here's a screenshot of the offender in action (I removed some icons from the middle of the dock to make it easier to see:

dock problem Why do I get a second Firefox dock icon?

For those of you who might assume I am a moron, no, I don't have two copies of Firefox, and no, I am not running one copy of Firefox from a DMG or anything like that.

Nobody on the web seems to have found a solution for it yet — as far as I can tell from Googling. There are several bugs on Mozilla's Bugzilla system related to it, and the main one seems to be bug 432520, which is unfortunately not yet assigned to a developer for resolution.

One of the big problems has been that nobody's been able to define a clear set of steps to reproduce the problem. I believe the second dock icon appears after Firefox auto-updates an extension at startup time, and then silently restarts itself to allow the extension update to take effect. However, it's difficult to test because the hypothesis requires an updated extension to be available — which only happens every now-and-again.

Anyone else got ideas?

Related Posts with Thumbnails