Best option for additional storage for a Mac Mini HTPC
June 30, 2010 8:06 AM Subscribe
I’m planning on buying a Mac Mini as an HTPC, but I have some questions about the best option for additional storage.
I need at least 2TB of storage for all of my media files, and would like the possibility of easy expansion. I would also like to have a backup of all of the files.
I would like to be able to download files from the Internet onto my MacBook and wirelessly drag-and-drop them to wherever the media is stored. I'd also like to wirelessly stream the video files to an iPad and an iPhone via AirVideo.
From what I gather, my two options are external hard drives hooked up directly to the Mini, or a NAS setup--except I've researched a whole bunch, and I still have no idea if one is a better option than the other for what my goals are. (I don't really understand the concept of a NAS in general, actually, or if I need to set up a server and if so what that would entail.) I've heard about the Drobo, which is attractive in that it offers easy expansion and redundant data in case one of the drives fails, but it seems to get a lot of bad reviews and I keep hearing "RAID is not backup." (It's also a lot more money than I want to spend.)
Some information that may or may not be relevant:
- All the computers in my household are Macs running OS X 10.6
- The Mac Mini is several floors away from my DSL modem and so has to connect to my network via WiFi
- I have a bunch of external hard drives at my disposal, so if I can avoid buying anything new that would be great
- I'm okay with doing manual backups once a week or so of my media drive--constant synchronization is not a necessity.
posted by cosmic osmo to computers & internet (13 answers total) 12 users marked this as a favorite
I haven't, however, invested in additional storage yet. But my current plan is this, and I feel like it's pretty solid. Modify as needed.
-- Buy a Firewire 800 drive that has a second port for daisy-chaining (like this one) and attach directly to the Mini. Set up a Media folder that is read into the Plex database.
-- Download all files locally to the Mini, in a shared Media folder with the same structure as the one on the Firewire drive. (Plex Episode Linker should, in theory, help organize the folder automatically.)
-- Set up a cron job to take the files on the Mini and move them to the Firewire drive, preserving the folder structure. Rsync or Unison should do this.
-- Set up another cron job to, after some amount of time, delete the files from the Mini, where HD space is at a premium. Of course, you need to make sure the Rsync or Unison cron job won't copy them back.
If you want a backup, you can plug a second Firewire 800 drive into the first (daisy-chaining; doesn't take up an extra port on the Mini) and do a Unison backup job between the two external drives.
If you want to download stuff to your MacBook initially (I just download to my Mini), you can set up yet another cron job to synchronize the MB's download folder with your Mini, then delete the local copies of files. I know it seems complex, but once cron jobs are set up, they run with zero oversight.
Hope this helps. Feel free to MeMail.
posted by supercres at 8:35 AM on June 30, 2010