SlCKB0Y
macrumors 68040
Also considered, but I figured it wouldn't be any worse than using an old PC tower, which is where I began this journey.
No, not really any worse than using an old PC tower, but I wouldn't really recommend that for this either.
I could access a movie on my home network and watch it on my iPad?
Of course! By far the best way of doing this is using Plex Media Server. This would run on your FreeNAS server as a plugin:
http://www.freenas.org/whats-new/2013/09/plex-on-freenas.html
Then you would install the client software on each iOS device:
https://itunes.apple.com/au/app/plex/id383457673?mt=8
There are also Plex clients for Android and other operating systems.
For OS X, you would simply create an SMB share on the FreeNAS server, connect to it from your Mac and the share would appear as a network drive in Finder. From there you would simply play the file in Quicktime or MPlayerX or Plex for Mac if you like.
#7= Slightly confused. Used Windows for years and never want to have to again. I've never run Linux or BSD and don't totally get how they are Mac-compatible. I think Linux is related to Mac somehow via Unix... Maybe?
Ok, forget Windows 😀 I was just pointing out that you could run any x86 software if you want to repurpose your server at a later date. You could not do this on PPC.
Linux developers have reverse engineered network file protocols used by companies like Microsoft (SMB) and Apple (AFP). They have then used this knowledge to code compatible opensource servers. Samba is the Linux implementation of Windows file sharing and OS X actually includes this software in order to connect to Windows machines.
You do not really need to know anything about Unix/Linux in order to use FreeNAS. The installer is text based but fairly easy and then once that is done, all configuration is done through a very easy to use browser interface.
Eg:
#8-9= Again, yay for cheap. I was planning on connecting the NAS to my wireless router via ethernet so I can access it wirelessly over my home network. No need for a WiFi card then, right?
No need for a wireless card in the freeNAS server - Simply plug it directly into your router.
#10= Awesome, as you can see I need a lotta help. 😛 Actually, once I understand something, I'm usually ok.
You would learn a lot doing a project like this and if you have geeky inclinations you should enjoy it. It is satisfying when everything works.
#11= A USB Key is more or less a flash drive, yes? I remember reading something about FreeNAS booting from a key... What size is needed?
2GB
http://doc.freenas.org/index.php/Hardware_Recommendations#Compact_or_USB_Flash
So here's a RAID question, and everyone please feel free to chime in. I'm not sure if I want a RAID. Redundancy is important. No one wants to lose data. I am pretty good about keeping multiple copies of my most important stuff, which is mainly photos and videos, and a handful of other files.
While it would suck to lose all of my other media, such as TV shows, movies, and music. Technically, it can all be replaced.
My understanding is that I would need an additional drive for a RAID array, which means more $$. I would like to start out now with 2 drives and be able to expand in the future. My friend, who is the only person I know who knows anything about RAID, tells me it is not easily expandable/upgradable. He uses unRAID and loves it, but he's a Windows user and it doesn't seem to be very Mac-friendly.
The other thing is that I have read a countless number of times over the past past few days that "RAID is not a backup system", that is not it's purpose. So I don't understand why I would want to set up a RAID array if it's technically not for backup, it's inflexible, and will cost a billion times more. Feedback?
If you can afford to use RAID, you should. It's not a backup solution but it adds hardware redundancy (except RAID 0). Say I have 3 x 2GB drives in RAID5. This will give me 4GB of usable space, will perform better than standalone disks and is tolerant for one disk failure. If a drive failed, you would replace it, sync the RAID array and no one would ever known there was an issue.
Of course, you don't have to use it if you don't want to.