OK, not exactly a small business topic, but I’m a Mac kinda guy, and I bought a 40GB Apple TV a while back. It was OK, but I really resented the limited storage capacity. Well, after I found this article at engadget, I was ready to realize my dream for the Apple TV.
Now I have a 320GB Apple TV with room for all my music and movies that I can take anywhere with a decent TV (especially nice with an HDMI connection – lots of hotels seem to be upgrading). 320 GB seems to be the limit for 2.5 IDE drives AFAIK; I went with Western Digital and had no problems
The whole procedure went pretty well, except for the T8 Torx driver (make sure you have one before you start; I ended up with a T8 bit in my 1/4″ nut driver).
The engadget procedure has a VERY handy tip regarding the disk copy procedure that would have saved me a ton of time and makes it almost easy to do this procedure even with an old PowerBook:
dd if=/dev/disk2 count=1335 of=/dev/disk3 bs=1024k
“count=1335″ says “only copy 1335 (1024k) blocks (about 1.4GB)” instead of the whole disk, which is appropriate if you’re doing a disk to disk copy. I don’t think the number is exact, so I think it works in all cases. You could probably delete the last partition before copying (you have to delete it eventually), and ignore the block count, but that’s a little scary for most people.
Another possible frustration saver is the partition recovery step which I stumbled on before I got to engadget. There is a second partition table at the end of the disk which might not get recreated with a partial copy, so partition recovery is a good idea.
Engadget also helps you delete the Spotlight hidden files with some simple sudo commands (type carefully).
Nicely done, engadget.