Slashdot Mirror


Ask Slashdot: Best Kit For a Home Media Server?

First time accepted submitter parkejr writes "I started off building a media library a few years ago with an old PC running Ubuntu. Folders for photos, ogg vorbis music from my CD collection, and x264 encoded mkv movies. I have a high spec machine for encoding, but over the years I've moved the server to a bigger case, with 8 TB of disk capacity, and reverted back to Debian, but still running with the same AMD Sempron processor and 2GB RAM. It's working well, it's also the family mail server, and the kids are starting to use it for network storage, and it runs both link and twonkyserver, but my disks are almost full, and there are no more internal slots. The obvious option to me is to add in a couple of SATA PCI cards, to give me 4 more drives, and buy an externally powered enclosure, but that doesn't feel very elegant. I'm a bit of an amateur, so I'd like some advice. Should I start looking at a rack system? Something that can accommodate, say, 10 3.5" drives (I'm thinking long term, and some redundancy)? Also, what about location — I could run some cat6 to the garage and move it out of the house, in case noise is an issue. Finally, what about file format, file system, and OS/software? I'm currently running with ext3 and Debian Squeeze. Happy with my audio encoding choice, but not sure about x264 and mkv. I'd also consider different media server software, too. Any comments appreciated."

66 of 355 comments (clear)

  1. No reason to change from H.264 by InterestingFella · · Score: 5, Insightful

    Why would you change away from x264 and mkv. They are the industry standards. Not just in computers, but every way in the distribution chain. Going about it for some FOSS reason is just stupid because they're only for your own use, not for distribution. You would be either spending double the space or get half the quality by going with something other than H.264, and on top of that you introduce yourself additional problems because they are not what everyone uses.

    1. Re:No reason to change from H.264 by Ltap · · Score: 5, Informative

      Actually, Matroska has a number of good advantages:
      1: More open than MP4 -- it has none of the ugly MPEG-LA overtones.
      2: More codec support than MP4.
      3: More consistency -- there aren't PS3-oriented versions or AppleTV versions of Matroska. MP4's device support might be wide, but when every player and device seems to have its own version with its own ridiculous, restrictive standards, it doesn't really qualify as supported at all.
      4: Content management: Matroska is the easiest to mux and makes it great to work with alternate audio and video streams, subtitles, etc. You get the widest range of options of any container out there.

      While Matroska might be used by some because it is perceived as more "elite", there are many very valid reasons for using it, mainly revolving around flexibility and openness. As someone who has worked with both containers, I can say that Matroska far more easily delivers what I want and the tools for working with it are generally free (in both senses), more usable, and more powerful.

      --
      Yet Another Tech Blog
      (but so much more, including game and movie reviews)
      http://yanteb.peasantoid.org
    2. Re:No reason to change from H.264 by Stiletto · · Score: 4, Informative

      Ditch .mkv as soon as possible. It's an almost completely unsupported container. Even among software that supposedly supports it there can be compatibility issues. It's popular in the ripping/pirate communities precisely because it's a pain to use. Just getting your videos to work on a regular basis is a mark of distinction.

      I disagree. Having just converted my entire collection over to mkv, I'm never looking back. There are some great reasons to use it:

      1. I've found MKV to have better support for chapters
      2. MKV has heaps better support for subtitles (I could never manage to get subtitles to properly work across players using MP4)
      3. MKV can hold just about any video and audio encoding, not just H.263 and H.264
      4. (If you care) MP4 has patent issues, whereas MKV does not

    3. Re:No reason to change from H.264 by Anonymous Coward · · Score: 2, Interesting

      Although I do agree that using x264 in mp4 is a good idea, the fact is that MKV (Matroska) is a very well accepted/supported container. You must feel like a complete idiot for claiming that is not.

      The issue with some MKV files is that they include UNSUPPORTED video / sound formats. (in case poeple didn't know, MKV is not a video/audio format ... it is a container ... a kind of zip for media files). For example a lot of completely delusional people love to use Ogg Vorbis as sound, which is barely supported outside of a few open source players and even there ... they don't work that well. Then a few crazy people like to mix WMV with Ogg .... and you get garbage.

      There is nothing wrong with MKV ... except for "encoders" who can't follow common sense rules.

      And about finding a remuxer ..... I would suggest Handbrake (http://handbrake.fr/). It is the best mufti-platform tool ... and it is free. Also, it automatically converts ogg sound into AC3 without losing audio sync (which is a problem with many other tools).

    4. Re:No reason to change from H.264 by Telvin_3d · · Score: 5, Interesting

      1) I've never had problems with using Handbreak for chapters. But one anecdote is about as useless as another for this kind of thing.
      2) Only system I've ever found that supports .mp4 but not the subtitles is the PS3, and all indications are that it was deliberate. So fuck Sony and the horse they rode in on (slung underneath). On the other hand, PS3 doesn't support mkv at all

      3) This is not a good thing if your goal is to play back the content on any system but the one it was made on. Ever gone internet hunting for that one weird codec that you used for a few months a couple years ago? No? Me neither because I'm not dumb enough to think that 'can jam anything into it' is a good thing in a media format.

      4) This is... debatable. Both formats are open standards and open source. You can look at the specs and the code for either. The patents for .mp4 are known and need to be licensed if you are a large commercial operation. The patents for mkv are god-knows-what and may or may not get eaten alive the first time that the patents ever become important. No one knows. Pick your poison.

    5. Re:No reason to change from H.264 by Telvin_3d · · Score: 4, Interesting

      While Handbrake is an awesome piece of software, it's not a remuxer. It doesn't support passthrough for the video streams. They will always be re-compressed. Often with little or no loss of visible quality, but some loss will occur.

    6. Re:No reason to change from H.264 by Ltap · · Score: 5, Insightful

      I find it amazing that you are even trying to argue that "fewer supported codecs" is a good thing. MKV isn't MKV isn't MKV -- it's all about the codecs you use, and that's what it should be about. The container is a way of gathering together media streams, but doing something like designing a player and assuming that, for a given container, there will be only a single or a couple of codecs (when that container actually supports many) is ridiculous. If your player can't examine a container it theoretically supports and find out which codecs it uses, then you shouldn't use that player because its manufacturers made far too many underlying assumptions. If you are arguing that MKV allowing unusual or poor codec choices means people will make them, then yes -- some people will, for various reasons. But does that mean people shouldn't be allowed to make a decision just because you don't think it's a good idea, based on your usage case? If there's anything FOSS has taught me, it's that many people will have truly unique circumstances which require very specific things to happen to reach a proper solution and flexibility is everything. What you seem to be arguing is that no one should be allowed to use a hypothetical ideal container in ways you don't want because you consider those improper.

      Device support might be important to you, but I've just never understood why people contort themselves into making decision which are, frankly, idiotic simply because they have a crappy DVD player or something which only supports a few things in a handful of configurations. The most sensible and flexible solution is ... tada! A PC hooked up to a television with a cable, where the television is just yet another display device, no different from a monitor. Trying to wrestle with a DVD or (ugh) Blu-Ray player is just asking for some manufacturer to screw you over.

      What I care about most is media support. What can you fit in? MKV's subtitle handling is simply the best around bar none. You get complete flexibility to store hardcoded or softcoded subtitles in any way you want and you can easily do the same with audio, something which cannot be said for most containers. Unless you are trying to square the circle by wrestling with uncooperative devices you are unwilling to give up, there's really no reason to use anything else, at least in the present.

      --
      Yet Another Tech Blog
      (but so much more, including game and movie reviews)
      http://yanteb.peasantoid.org
    7. Re:No reason to change from H.264 by Osty · · Score: 5, Informative

      Others have touched on your other points, so I wanted to address this:

      Switch to a standard .mp4 container. Much better supported on hardware or software. Some day you will want to be able to stream from your server to a thin set-top box or load a file on your kid's phone. On that day .mkv will make you cry.

      Plenty of thin set-top box clients play mkvs already. Devices from Western Digital (WD TV Live), Netgear, Seagate, Roku, Popcorn Hour, Boxee, and many others all support mkv out of the box, with header compression support, subtitles, chapters, multiple audio and video streams, and some even support 3D (not the new mk3d format yet, but SBS works) and will play subtitles correctly. Most mkv files contain MPEG2, h264, or VC-1 video and AC3 or DTS (or the newer Dolby TrueHD, DTS-HD, etc) and all of these players handle those just fine. Don't blame the container for being flexible enough to allow any random codec. Blame whatever crap source you stole your videos from for using a random codec. Those of us archiving our DVDs and Blu-Rays will either encode in H264 or remux the original MPEG2/H264/VC-1 streams untouched and have no problems.

      If you want to move videos to a phone, that's easy enough to do. The beauty of being a completely open container format means that it's trivial to demux Matroska containers into their component streams, which than then be remuxed into mp4 for devices that suck. Since you'll probably want to down-res the videos anyway for handheld formats (even on tablets you won't want higher than 720p), there's no reason to keep the originals in mp4. Keep your original, untouched videos in mkv and re-encode at lower resolution and bitrates into mp4 using Handrake for mobile devices.

      Divx (yeah, whatever, they're still relevant) has adopted MKV as their HD container format, and the proliferation of "networked media tank" devices plus Matroska's openness makes it not only relevant but desirable for long-term video storage. Using 5+ year old devices like Xbox 360 and PS3 as your benchmark for what containers to use would be a bad idea (Xbox still doesn't even support 6-channel AAC in mp4, never mind supporting AC3).

  2. Arduino. by Anonymous Coward · · Score: 5, Funny

    Just kidding.

    1. Re:Arduino. by Anonymous Coward · · Score: 3, Funny

      I think you would need to imagine a beowulf of arduino...

      sysadmin'ed by natalie portman with grits in her pants who gets hugged by cowboyneal

    2. Re:Arduino. by TheGratefulNet · · Score: 2

      and for a serious take on it, net.search on 'spinmaster DIY'.

      I designed and built that to solve some staggered spin-up power supply issues, but it does have a back-end CLI and if you connect your usb-TTLserial cable and run a term program, you can spin up/down any disk you want at the 5/12v molex power point.

      add in a database that knows which disk file X is on and you have a nice power-aware system that keeps noise down and only spins up drives (media drives) that are needed for a 'session'.

      (the arduino part makes some sense, as its an 'out of band' mgmt interface and can even configure drives before the system has booted; or even via a network if you want.)

      --

      --
      "It is now safe to switch off your computer."
  3. A little under capacity, but perfect otherwise! by Zoson · · Score: 2

    With drive capacities soaring, I wonder if you'll really need 10 drives.
    You might want to try something like a fractal design array. It's a small htpc case for a microatx board. It has mounts for six 3.5" drives, and these days a microatx board will have everything you need, including integrated video for all your playback needs.

  4. raid by Anonymous Coward · · Score: 2, Informative

    start playing linux mdadm and run raid 5 array with 1 or 2 spare drives. I built my first 1TB system about 9 years ago with 14 120G drives. ran without major failure for 6 years. Play with the array (remove drives, add new drives, etc) BEFORE you have a drive failure so you understand how to repair the failure. Let me say again, learn BEFORE you have failure. Otherwise, you'll freak out at losing all your data because you screwed something up during repair.

    1. Re:raid by jedidiah · · Score: 2

      You should not be dependent on a single array.

      You can't just depend on RAID to save your butt. You need to have a backup. Given the size of these arrays, it has to be another array. There's really no other good option. It's kind of painful but unavoidable.

      You should never be in the position to panic about your data. Your stuff should be safe even if you need to rebuild an array from scratch.

      --
      A Pirate and a Puritan look the same on a balance sheet.
  5. Larger disks by Anonymous Coward · · Score: 5, Informative

    Larger disks. 4 TB should be available very soon (maybe now?).
    http://www.extremetech.com/computing/108665-hitachi-ships-worlds-first-4tb-hard-drive-sticks-it-to-thor

  6. I use mythtv by JustNiz · · Score: 2

    I use mythtv. It does pretty much everything. I love it.

    1. Re:I use mythtv by EdIII · · Score: 3, Insightful

      If you really want Netflix cheap you can buy a Western Digital Live TV Plus. They are under $100 and do extremely well with Netflix and a bunch of other apps. I have gone through several firmware updates and they keep adding new apps. In addition to the apps you can do streaming from just about any kind of server and USB connected flash drives.

      HDMI and even optical audio out if you needed it. Netflix has a lot of HD titles, plus 5.1 audio on quite a bit too. I believe the Ethernet is gigabit, but I don't know off the top of my head.

      Only thing it does not do well at all is DVD ISO files.

      For under $100 though with a nifty little remote you will find yourself using it for more than just Netflix on a regular basis.

      Consider it a nice little addition to a HTPC.

    2. Re:I use mythtv by BLKMGK · · Score: 2

      Well... you do know MythTV can run in Windows now right? I'm betting with a little work NetFlix could indeed be up and running....

      http://www.mythtv.org/wiki/MythTV_on_Windows

      --
      Build it, Drive it, Improve it! Hybridz.org
    3. Re:I use mythtv by Pentium100 · · Score: 2

      Putting everything in a single server has its advantages - lower power consumption for one (because you do not need to heat additional CPUs, RAM etc) and less physical space used.

      I used the "just add another box" method some years ago, so now I have ~3TB (in >10 hard drives) and 6 computers (including the main one), total power consumption ~1.2kW. I would love to replace 5 of them with a single server, but servers are really expensive, especially the ones that have more than 4 HDD slots and a rackmount (seriously, I have not seen a 3-4U server that had a lot of hard drive slots, but less than 4 CPU sockets, I do not need that much CPU power, but all 1-2 socket servers are 1-2U, which means less space for HDDs). I would probably use that server for ~10 years, so it has to be good.

      The advantage of multiple servers is that if one goes down I only lose some functions.

    4. Re:I use mythtv by jamesh · · Score: 2

      Putting everything in a single server has its advantages - lower power consumption for one (because you do not need to heat additional CPUs, RAM etc) and less physical space used.

      Do you think the OP really needs to keep his/her 8TB of disk powered up and online _all_ the time, just on the off chance they might want to watch something right now that can't wait 30 seconds for a second box to boot up?

      We're still using DVD's at our house and the kids seem to watch a new movie a few times (or a few hundred times... :) in the first month or so then, with a few exceptions, not really watch it again for ages. All those older movies could go on a box that only boots up when required. In fact in our house, the primary server could probably get away with a single TB of disk and still have room to spare. Now _that_ would save power.

      What puzzles me though is how you'd ever have time to watch 8TB of media. Assuming it was DVD quality (which it's probably not), we're talking about 6 months of non-stop watching, and then keeping the media just in case you might want to watch it again. How many movies have you ever seen than you'd want to watch again? And then again after that? For me it would be less than half, probably much less.

      I suspect that someone with 8TB of online media storage is a bit of a hoarder ;)

    5. Re:I use mythtv by Pentium100 · · Score: 2

      I use LTO-2 tapes to archive the stuff that I already watched (as they take up less space than DVDs).

      How many movies have you ever seen than you'd want to watch again?

      Movies? Probably not that many, I do not watch that many movies anyway, mainly TV shows. TV shows? Sure, I watched B5 and DS9 like 6 times each.

      As for the archiving, I archive because I do not know if I am able to download the same movie in the future. Maybe everybody stops seeding (the downside of BitTorrent compared to, say, Gnutella or ed2k, is that you have to specifically seed the file, instead of pointing the program to your folder of things you want to share and letting others download them), maybe the internet gets locked down, I cannot predict the future, but sure as hell, I am not deleting those Law & Order episodes that took over a month to download using eMule.

      Also, HD video takes up a lot of space. A 1080p (x264) movie is 10GB or more, a BD rip is ~40GB.

      I also have a record, cassette and reel tape collection, as well as a lot of music TV shows and concerts recorded from TV on VHS (I still record to VHS now). Add to that my LTO tape, hard drive and DVD collection and you will have my "external memory".

    6. Re:I use mythtv by jamesh · · Score: 2

      As for the archiving, I archive because I do not know if I am able to download the same movie in the future.

      Ah. I made the flawed assumption that people would actually own the shows/movies they were watching and could just re-load from the original DVD.

  7. you may want to have raid 5 or 6 by Joe_Dragon · · Score: 2

    10 disks in a raid 0 type setup is a big risk. Also lot's of pci cards eat up PCI bus io and maybe even the same io used for the network also your board like only has 100M e-net. Now if your system has a pci-e slot then a 10 port non raid card + software raid may work and is cheap then a raid card. But you may also want to get a newer MB + cpu most new amd and intel boards max out at 8 sata ports. 8 ports may work out ok or you can get a new board with a dual core cpu + a raid or non raid card also a new MB will get you GIG-E + pci-e IO.

    1. Re:you may want to have raid 5 or 6 by sirsnork · · Score: 5, Insightful

      Yup, start again.

      Pick a board with plenty of SATA ports, put a modest amount of RAM and CPU in it. Make sure it's got PCI-E slots (what hasn't these days) and go from there.

      Use bigger drives than you are currently, it's a bad time to buy drives so wait if you can but just build a new box from scratch and save yourself the headache of trying to migrate drives or retain data while upgrading drives one at a time in an existing array.

      New machine, 3TB drives x as many as you want (6 would about double your capacity), add a 4 port PCI-E SATA card if you need it and rsync all the data across, job done

      --

      Normal people worry me!
    2. Re:you may want to have raid 5 or 6 by swalve · · Score: 2

      I like it for expediency (no need to restore when a drive fails) and for simplicity. I found myself with single drives in a bunch of machines, and my free space management got to be a huge waste of time. It became easier to just concatenate all my storage into one volume with one "xxxGB free space" indicator and when that starts to fill up, I start replacing hard drives.

  8. Re:Why? by InterestingFella · · Score: 3, Interesting

    Rack doesn't make any sense for home environments. It's best used in data-center environments because it saves space and is highly standardized, meaning it also has fast and easy ways to connect input devices and everything else in a environment that hosts thousands of servers. The guy isn't going to be hosting so many servers, so rack doesn't really help with anything. It just costs more and will actually restrict you with size limitations and customization. On top of that you need to get something to mount it to. With a standard box you can just put it anywhere.

  9. HP Microserver by quenda · · Score: 5, Informative

    For a slightly more sane solution than rackmounting at home, consider the HP microserver.
    Very low power (12W CPU), small, quiet, cheap, server grade, no Windows tax, holds four pluggable 3.5" drives plus optical (which some people swap for a 5th HDD for RAID5.)

    http://blog.thestateofme.com/2011/05/14/review-hp-microserver/
    http://www.silentpcreview.com/HP_Proliant_MicroServer
    http://h10010.www1.hp.com/wwpc/us/en/sm/WF05a/15351-15351-4237916-4237918-4237917-4248009.html
    http://forums.overclockers.com.au/showthread.php?t=905262

    If 8TB is full, you need to stop the obsessive collection of warez/pr0n/torrentz you are never likely to watch again.

    1. Re:HP Microserver by EdIII · · Score: 4, Interesting

      If 8TB is full, you need to stop the obsessive collection of warez/pr0n/torrentz you are never likely to watch again.

      As opposed to the obsessive collecting of physical media that can be scratched and takes up 10x+ the space?

      My family since the 80s has amassed literally 10k CD/DVDs as well as almost 100 laserdisc titles. Not to mention a buttload of VHS tapes that we offloaded years ago.

      It has all been converted to digital storage. Since it is on multiple RAID 5 devices and I run a cron job that checks the MD5 sigs against a database I know that it is in good condition.

      Of course this requires constant rollover of the data from hard drive to hard drive. Half the drives have failed over the years and it has moved between multiple NAS systems. We still have all the data.

      In addition to that, we have over 100k family photos collected from all of our relatives scanned and tagged as well.

      Our collection is nearing 20 TB. With the low cost of drives we have backups in lead lined containers in safety deposit boxes at two banks. We swap them out every year or so adding to it. I am really looking forward to long term archival storage that is write once and designed to last 100 years plus. I'll pay for that.

      Now I know you may be thinking obsession, but we *paid* for it. Paying twice for music or movies is just plain insane and we never fell for the HD/Bluesuck shit they were shoving down our throats. Well my parents did, but Spiderman solved that problem the first time it could not be played because the encryption changed. Since then they are back on DVD only and we are waiting for a HD storage method that does not involve constant Big Brother monitoring and DRM in our houses.

      Then there is the most obvious benefit of all. You only have to rip the music or movie one time. Been years since we bought an actual CD, but you get my point.

      The convenience of having all of your media at your fingertips without touching physical media is pretty damn nice.

      Guess how much storage space you need for thousands of DVD/CDs when they are packed into spindles and put into storage? A heck of lot less than you would expect. Fits in a closet.

    2. Re:HP Microserver by BLKMGK · · Score: 2

      You DO realize that normal SD DVD had DRM too right? It had the SAME sorts of restrictions that BD has now and so did HD-DVD! The only difference was that the DRM was easier to defeat because they couldn't swap keys as they were compromised. You're not doing anything different now with DVD than you would be with BD. Strip the DRM from BD, re-encode if you want it smaller, and then watch that much nicer picture. It's harder, it's more time consuming, and you don't end up with menus and advertisements. You can keep the director soundtracks though if you want :-)

      I'd also argue that a laser beam does no damage to a DVD or BD. The damage these gets is from oxygen leaking into the media and oxidizing the metal. This is real, it's happened to some of my CD. Scratches happen but so long as they aren't on the label side they can be recovered with a buffer - a car wax like Nu-Finish with distillates works wonders too.

      BTW - where did the GP imply piracy at ALL in his posting? I didn't get that and if you saw MKV and thought that meant piracy then you need to get out more. MKV is THE best container to store video content in. It supports most codec, supports subtitles - both forced and normal, supports multiple videos if you want, can support multiple soundtracks, and can even support menus if people would make tools for it. I see nothing in his post about piracy, I DO see someone with the same issues I have archiving BD which is apparently a medium you've not educated yourself on enough.

      --
      Build it, Drive it, Improve it! Hybridz.org
    3. Re:HP Microserver by EdIII · · Score: 2

      BD is never an option for multiple reasons.

      1) Even if doable, which keeps changing, a true BD backup takes up a *lot* more storage. I have seen torrents that are 25-30GB for a BD rip. Why even download it or rip it?
      2) To rip it, I would have to purchase it. I would never do so because that would be voting with my wallet in the wrong direction.
      3) Re-encoding has variable quality depending on the algorithm and the parameters. Piracy groups do it better, so I would never do it myself. In the end I would get something marginally better than DVD quality at 720p.

      It's about not supporting their business model at any costs. I don't purchase Blueray technology at any level from player to content. It is getting worse too. They are pushing towards an Internet connected model so they can keep the encryption algorithms and keys variable with an undesirable side effect of direct control in my house and an unacceptable invasion of my privacy. I don't need their fucking permission or their knowledge when I decide to watch a movie . I purchased that legal entitlement, preferably with non-traceable cash, at the store.

      Once I leave the store with the physical media, my legal entitlements are permanent and will only cease when the work enters the public domain. Anything else is unacceptable and they can blow me if they want to charge per use, per media shift, per time shift, etc.

      When you pirate or purchase something based on Blueray you are endorsing, encouraging, and enabling a business model based on unethical ideology on the part of Big Content that has the ultimate goal of destroying the Public Domain and changing the philosophy of copyright to be permanent ownership and absolute control of content regardless of any and all considerations.

      Of course you can point out that DVD has similar caveats, but DVD is known and considered by all sides to be so broken that the encryption and PUOs are laughable little speed bumps and not a serious impediment to any action by the consumer, infringing or not.

    4. Re:HP Microserver by fingon · · Score: 2

      I really recommend ZFS for that - RAID5 is inferior to RAIDZ, not to even mention RAIDZ2 (allows for blowing up two disks). Also has built-in scrubbing functionality and metric ton of other nice features.

      If I was storing that amount of data, I'd just throw say, ~16 2TB drives at it, make 2 RAIDZ2 pools out of it (thus, 6 out of 8 drives in each actually used for storage, two for parity ), and have 24TB of capacity, out of which 2 drives could blow/get corrupted and still no problems, and in best case it would even survive explosion of 4 drives ;)

      --
      -- pending
  10. Re:Mac mini or apple Tv by Kagetsuki · · Score: 4, Insightful

    I'm sorry, did you read the summary? Do you honestly think a Mac mini is a step up from that or solves the problems presented?

  11. Re:File System by EvanED · · Score: 3, Interesting

    Another option with FreeBSD is ZFS, which is pretty sexy.

  12. No Garage by WoodburyMan · · Score: 3, Insightful

    I would think about putting the box in the garage. Yes it seems like a great location, it's out of the way and such. However it might not be the cleanest place in the house. I for one know my garage to be one of the dirtiest places. In the winter the car drags in massive amounts of sand from the the winter roads, and leaves in the spring. Spiders and other insects, not to mention baby snakes and rodents, also make their way in from time to time and would just live a nice warm dark place inside the case to live...in city area's it could also attract roaches in from outside. (Despite sonic repellents and traps they still get in). Combined all that with being near moisture (wet car or rainy days). I don't see the case lasting long there. It would need to be cleaned out fairly often to keep fans and heat sinks from gunking up. Of course I understand some people's garages are nice and clean, and not subject to some of these things, but just saying I know for me it would not work out well.

  13. Re:Mac mini or apple Tv by aaron552 · · Score: 2

    He wants a media server not a HTPC.

    --
    I had a sig once. It was lost in the great storm of '09.
  14. Re:Why? by mikael · · Score: 2, Insightful

    I'd say it would be better for him to get a separate system for the kids. Some time they are going to want to move away from home and move to college/into their own flat.

    At that point, they are going to have to buy their own data storage then and transfer everything across.

    --
    Vintage computer adverts: http://www.vintageadbrowser.com/computers-and-software-ads
  15. Re:Why? by Anonymous Coward · · Score: 2, Informative

    The submitter has very specific tastes and would rather keep conversion to a minimum because of the overhead and liabilities involved.

    You see, the submitter is storing guro, bestiality, snuff, squirt/scat, and crush videos; all featuring underage animals, so the overhead must be kept to a minimum. He must make do with wired networking only, adding parts to his existing configuration as needed so his horrific pornography may be available to him immediately, whenever he wants to jack off.

    I've seen his workstation. He lays a towel over his cheap office chair so he can plant his bare ass on it in comfort. He once remarked that he likes to keep his pants around his ankles so he can pull them up in a hurry when his wife or kids knock on the usually-locked door. The interior of all windows in that room are coated with aluminum foil. On the floor next to his chair lies a long athletic sock crusted stiff by what appears to be dry super glue. A marijuana pipe sits on his desk, next to the razor scratches, with loose nuggets and ampule shells of crystal meth and amyl nitrate respectively. He also keeps a noose handy so his free hand can choke his neck while his other hand chokes his chicken.

    Yep, hard drives.

  16. Re:Mac mini or apple Tv by pcx · · Score: 4, Informative

    A mac mini is a perfectly valid (if expensive) media solution. I personally use 2 synology NASs feeding a Mac Mini which is a dedicated iTunes server feeding 4 apple TVs (When I win the lotto I might try out a promise pegasus but until then the synology NASs are growing the library nicely). It's a bit of a pain to remux mkvs to mp4s but it works and it's a really nice solution once you've gone through the headaches of setting it up (yes better than a boxee box -- tried it, now gathering dust, better than every DLNA solution I've tried). The Apple TVs are just really, really nice media end-points and iTunes is a perfectly good management system.

    But yea iCloud has no place in any video solution (your purchased shows can be streamed -- movies can not, and this solution will introduce you to your ISP's bandwidth caps very quickly).

  17. Hard drive math and hobbyist heuristics by Wrath0fb0b · · Score: 5, Informative

    Ballpark figures, this isn't exact, redo it with your preferred constants, I'm just trying to explain my reasoning against huge enclosures with > 10 drives,

    Standard drive idle usage (W) ~ 10W [1]
    Low-power (green) drive idle usage (W) ~ 5W [1]
    Cost of power ~0.20 $/KWH
    Cost of an older drive per year = $17
    Cost of a green drive per year = $8.50
    Replacing 6x500GB older drives with one 3TB green power savings = $95/yr

    So think about that for a sec. At $150[2] for a 3TB drive, you cover the price in power savings in 18 months. That's assuming that there is zero fixed-cost per drive. At the point where you are talking about adding SATA controllers or fancy multi-bay enclosures or, worse, external enclosures with their own PSUs (and fans!), the turnaround-point for older drives is far sooner.

    I'm a hobbyist, I understand that it's really cool to make do with older hardware and feel like you aren't letting anything to go waste but sometimes using old hardware instead of buying new is penny-wise and pound-foolish. Spending money on increasing how many hard drives you can accommodate instead of just buying newer high-capacity lower-wattage drives is absolutely batty; especially when you get into the price for anything remotely good in the RAID dept.

    My advice, move everything to the largest capacity drives that are reasonably priced (after the flood damage is sorted). Replace the drives when you can do between 4:1 and 6:1 replacement -- should be every 3-4 years. Live happily, quietly and simpler. Save money on power transparently.

    [1] http://hothardware.com/Reviews/Western-Digital-2TB-Caviar-Green-Power-Hard-Drive/
    [2] I bought some Hitachi 3TBs before the Thailand floods at $130 on Newegg. Of course you would be silly as heck to buy hard drives now for your hobby storage project before they at least fall back to pre-flood level.
    [3] http://www.newegg.com/Product/Product.aspx?Item=N82E16817182221
    [4] Older drives need not go to waste, they can become offline storage with a simple USB dock[3] -- make a backup, throw it in an anti-static bag, leave it at your relative's house when you visit!
    [5] http://en.wikipedia.org/wiki/File:Hard_drive_capacity_over_time.svg

    1. Re:Hard drive math and hobbyist heuristics by furbyhater · · Score: 2

      He didn't say "live simple" but "live simpler"...learn to read.

  18. with 8TB data you are looking at 3 3 TB HDD's by Joe_Dragon · · Score: 2

    now just to fit the data on one set is like 3 HDD's and then raid 5 or 6 starts to look like a good idea.

  19. Re:Mac mini or apple Tv by hairyfeet · · Score: 5, Interesting

    If he just wants to go cheap and its gonna be stuck in some garage anyway i'd say white trash it like we did at my last shop. Me and the boss took a couple of the biggest cheapo ATX cases we could get our hands on, took out the motherboard mount and cut the frame on one, and finally a couple of small weld stuck them together. We ended up with something like 16 SCSI drives in that sucker for a total of 2Tb when most folks were still getting 80Gb drives. with those babies loaded with every single driver for just about every piece of hardware up to that point it was quick work to reload a PC.

    :As for the board I'd go with something like a cheap AMD board with a nice cheap Phenom low power quad. you can get a Phenom I quad for $55 at Starmicro and add a couple of Gb of DDR 2 for maybe $25, board for around $40 and finally a decent HSF for around $15.

    So when you figure in the cases which with no PSU can be had for less than $20 a piece from many places like Geeks you are looking at a final total of around $185 for a quad with 2Gb of RAM with an add on card for adding more SATA slots. Sure it won't be the prettiest thing around but if its just gonna be serving files from a corner somewhere who cares? I'd add a little more and get a full size board with lots of SATA slots and 3 PCI slots for adding more SATA cards and you'd have a thing you could load to the brim and with the low power Phenom quad you'll have plenty of power for controlling the whole deal and maybe even it doing some of the transcoding work via scripts at night when its not serving files.

    --
    ACs don't waste your time replying, your posts are never seen by me.
  20. Re:I was saying maybe a raid card but non raid car by nabsltd · · Score: 4, Interesting

    useing software raid is ok most boards have about 6 ports so if you want like 10 then maybe a x4 or better pci-e card may be needed.

    Or, get an actual server board (this is gonna be a server, right?), like this one. That's six SATA ports and 8 SAS ports. If you flash the SAS ROM to the "no-RAID" version, the controller is recognized natively by Linux. In addition, you get lots of PCIe connectivity, a pair of Gigabit Ethernet ports, and IPMI (allowing remote power cycle).

    Then, find a full-tower case with lots of 5-1/4" drive bays, and add hot swap bays. There are smaller versions, as well...just budget what you need for drives.

    I use the motherboard I referenced along with an add-on 8-port SATA card (anything supported by Linux would be fine) and two of the drive bays for ten 2TB drives in RAID-10. I boot Fedora off a pair of SSDs in RAID-1 and also have four 2-1/2" 750GB drives in RAID-10. The 10TB array serves iSCSI over 10Gbit Ethernet to ESX systems that hold all my VMs, with the 1.5TB array as local and NFS storage. There's still PCIe slots available if you need more controller cards.

    With this setup, the VMs are how everything is accessed, so you can pick whatever OS you want to face client machines.

  21. Dedicated unRAID server box by theyost · · Score: 2

    Once your data grows past a certain level redundancy becomes a must. For about 3 years I have been running an unRAID server & I don't know how I survived before it. It allowed me to start with 3 drives (approx 250MB each) to my current configuration of 14 hard drives (mostly 1TB but also a couple smaller drives and three 2TB drives). After you have the system setup you don't need a monitor. I have it in my basement which helps with noise issues that result from having 12 drives spinning 24/7. Because this is a SOFTWARE-based raid-like system I can mix/match different types of drives to get the most storage for the money. I HAVE had a drive fail and the rebuild was easy. Another plus is the data is NOT stripped so if the motherboard ever fails the data can still be accessed (any computer that can access data on a "reiserfs" (I think) filesystem). One recommendation... Wire for Gigabit Ethernet! Once you start transferring HD Video (terabyte-size files) you'll find it helpful. Another recommendation... Find a smaller (100GB-200GB) drive to use as a "cache drive." This will speed up the transfers to your unRaid box :) Good luck! PS1: http://lime-technology.com/ PS2: I have been running version 5.0-beta14 without any issues

  22. Thoughts from my home storage server experience. by jafo · · Score: 4, Informative

    I wrote about the latest storage server I built back in 2008, and a lot of my thoughts at the time are written up in http://www.tummy.com/Community/Articles/ultimatestorage2008/

    However, to answer a few of your questions...

    External disc enclosures? Avoid them like the plague. My initial experience with the 5 bay eSATA enclosures was pretty good -- sometimes it wouldn't pick up the external drives, but usually I could get it to find them after some tweaking, rebooting, etc... I ended up getting 3 of them, the AMS DS-2350S, which at the time were well reviewed, etc... I have since pulled all 3 of them out of active use and have them just sitting around. I don't know exactly the mode of the failures, but eventually after replacing some with others, I finally put them in internal SATA enclosures, which have been very reliable (I used these Supermicro CSE-M35T-1.

    Also note that eSATA connectors don't really hold on that well. If anything, they're not as robust as internal SATA connectors, despite being outside the case where they can get banged around.

    If I were to do it over again, I'd probably stick with the case I started with, with 5 internal 3.5" bays, and 3 front 5.25" bays, and put the Supermicro in there. I'd also probably go with fewer big drives rather than more smaller drives like I did previously (even though at the time the drives were free, I had them from another project).

    As far as running it in the garage, don't even think it, unless your garage is not where you store your cars. I have some computers that I've run in the garage for the last 9 months, and they are filthy, I've had a lot of fan failures, lots of dust, insects, and random other crap. I put mine in our furnace room, which has enough extra space.

    As far as using a server case? Hard to see the payback there unless you have a cabinet. Most server cases are HUGE, heavy, and expensive. A 3U case with 12 drive bays likely costs $500, plus you usually have to deal with special form-factor power supplies, expect to spend another $200 on one of those. I wouldn't do it, and I have a 3U 12-bay Chenbro case just sitting at my office that I could re-purpose.

    As far as the file-system, I selected ZFS (via zfs-fuse under Linux) and I've been VERY happy with it. The primary benefit is that it checksums *ALL* data and can recover from some types of corruption or at least alert about corruption if it can't correct it. So, if you are storing photos or home videos that you may not be accessing very often, that's good peace of mind to have, I know in 10 years I won't go to look at some photographs I've taken and find they were silently corrupted. Of course, you could get similar benefits by saving off a database of file checksums and checking and alerting if they are bad. Really the only downside of ZFS that I've seen is that if you need to do a RAID rebuild it is a seek-heavy task rather than just streaming. I have a 8x2TB drive array that I'm currently rebuilding (drive failure, at work), and it's 33% done after 31 hours. A normal RAID-5 array would have rebuilt that in what, 10? The system is idle except for the rebuild.

    If you care about the data going into it, make sure you checksum and verify the files regularly.

    The 8 port PCI SATA card I got is fantastic, it's a Supermicro with the Marvel chipset and is very well supported (even supported by Nexenta).

    Finally, all this data is encrypted, so if someone were to burgle us I only have to worry about them getting the hardware, I don't have to worry about them now having scanned bills and other documents and other personal and private data, etc... This is why I'm running ZFS in Linux, it gave me encryption plus ZFS (not available otherwise in 2008), as well as being an OS I'm very familiar with.

    As far as OS, I am personally running CentOS on my system because that means I can install and set it up and then forget about it for quite a few years, except for regularly running "yum update". Debian should be fine, but you will get/have to track upstream changes more frequently.

  23. Re:Mac mini or apple Tv by sortius_nod · · Score: 5, Interesting

    Just because you don't understand the request doesn't mean it's gobbledegooke, it means your knowledge is limited.

    Personally, I don't trust any auto-encoding solutions as they easily go haywire. I'd suggest doing that all by hand.

    Ext3 is fine, & a rack mount is a necessity. If you want smooth operation of the system, at least 2 network cards are a must (I run 3, 2 bonded for media/SMB, 1 for management & VPN). I'd suggest having a decent 16 port switch in the house & running the 2 (or more) cables to the box.

    For DLNA I just run miniDLNA & for torrents I've just set up uTorrent with a web interface. There's very little my desktop actually does.

  24. Re:Why? by sjames · · Score: 3, Informative

    Agreed. In addition, rack is generally designed with the premise that space is at a premium and that it's well worth cramming as much as possible into the smallest space possible and then compensating for the poor natural airflow with high speed fans everywhere. That's fine if space is that big a premium, but ion a home environment, it's rarely THAT tight. A big roomy tower will run quieter, have less problem with failing fans, and probably will run a bit cooler. It'll also be less of a pain to work on.

  25. Re:Mac mini or apple Tv by BLKMGK · · Score: 5, Informative

    Ummmm, why two nic? The HDD and it's bus are the bottleneck - I cannot max out a gig-E nic now on my server but can play 1080P via x.264 with surround sound DTS encoded on a 100meg connection. No stuttering, no issues, no muss no fuss. It's wired for gig-E but sadly this nic refuses to synch at it.

    I WOULD run some sort of redundant storage. However I wouldn't go traditional RAID. Striping data across disks along with parity makes for lots of speed, also means the disks never shut down. No thanks! I happen to use unRAID from Lime Technology. Parity isn't striped, it's held on a single disk. Each disk uses a standard format - ResierFS (ick). But's journaled and standard enough that recovery is easier. On top of that I can pull a disk and get data from it on another machine - one disk removed I still see all my data. Last but not least - if I lose multiple disks at once I only lose the data on THOSE disks and not the entire thing. Losing one disk I lose nothing. In 6+ years or so I've never lost more than one disk. Since parity isn't striped and neither is data one of my servers has ALL drives spun down and quiet, the other has just 2. Between them I have a bit over 22TB worth of disk BTW and not all are 2TB disks but as I fill smaller ones I swap in 2TB disks, the system migrates the data fine. Other programs can be run on this system, it's Linux based, but it's trickier than a full OS install - which has been done by some too.

    Honestly to me it sounds like his current setup is working save for disk space. Why not just upgrade to 2TB disks? Surely he has more than 4 ports? If add-on cards are needed they are plentiful. I would also suggest using 4n1 cages for easy swapping. A low speed CPU is fine, underclock it maybe too - HDD bus is the bottleneck!

    --
    Build it, Drive it, Improve it! Hybridz.org
  26. I do it with my NAS by houghi · · Score: 2

    I bought a QNAP NAS. It runs Linux, has media server stuff pre-installed and runs Linux. You can even install extra software if you like or just trow out all the software and install a "real OS" (Their words) like Debian.

    http://www.qnap.com/pro_detail_feature.asp?p_id=134 shows a list. Connecting my Linux machines goes over NFS. If I had a MAC, I could use AFP and for Windows there is Samba.

    The standard possibilities are almost endless and as you can install extra software, they really are limited to your imagination and knowledge.

    --
    Don't fight for your country, if your country does not fight for you.
  27. Re:File System by rrohbeck · · Score: 2

    btrfs has been very stable for me since 3.1 - with RAID10 at least. Sometimes it feels a little slower than ext4 but overall it works well (4x 3TB in RAID10, 3.1TB in use, 1.3M files right now.)

  28. Re:you haven't looked at the MKV spec by lister+king+of+smeg · · Score: 2

    Knowing a thing or to about genetics not much short of string theory makes Dna look simple

    --
    ---Saying gnome 3 is better than windows 8 not so much a compliment as it is damning with light praise.
  29. Re:Why? by BLKMGK · · Score: 2

    Not the submitter but.... i do lots of this :)

    Atom machines running Ubuntu and XBMC are my front-ends, I use MCE remotes and HDMI for sound and video. 1080P with an ION chipset accelerated using VDPAU is wonderful. Sound can be a hassle to get working with Alsa but it can be done. If this sounds too expensive or complex or whatever - look at the WDLive that was just revamped. $99, supports local storage, wireless, and network shares. XBMC is way nicer though! ;-)

    Backend I mentioned this above - unRAID with many SATA disks, works well and sips power when the drives sleep.

    Ripping... Slysoft AnyDVD-HD for decryption of BD (yes Win7). I use eac3to to pull the audio and video from the disks. I use x264 to encode and I wrap it all in MKV containers. When there are forced subs I use BDsup2Sub to get them compatible for MKV. As a front-end for the ripping and encoding I use meGUI. It has a GUI for eac3to and can encode the video and even audio if you want. I have some tutorials on various sites for how I do that, feel free to ask questions though. you will want a fast CPU or lots of time - a movie takes me 2-3 hours to encode. 4cores with hyperthreading running 4+ghz gets me 18FPS or so . You can go faster with lower quality or even use the GPU with some packages but they will not have the same options in my experience. Note that there are some gotcha's. Figuring out which track is the proper video track is a treat and audio can be a hassle too. THD I sample down to AC3 :-( DTS I can handle and so can ALSA. Forget menus, and if you want the director's cut plus others FFMPEG doesn't support MKV's ability to store just the extra scenes and chapter skip - hard to explain but it's how BD stores multiple versions. A raw rip of a BD can be nearly 40gigs or more (forget storage size but SOME will use it). Kung-Fu Panda2 for instance - 17Gig for the raw movie. Animated so it squishes nice - 5gig no sound. AC3 audio so compressed already and it's 450megs for the audio, I leave it alone. I have other movies at 34gigs that shrink to 11 with 800meg soundtracks so you get the idea. A DTS track will be say 1.2Gig, I don't compress these.

    For regular DVD I again use Slysoft's product and DVDShrink. I store to ISO format and I do not re-encode. DVD are tiny compared to BD!

    Hope that helps some :-)

    --
    Build it, Drive it, Improve it! Hybridz.org
  30. Re:Mac mini or apple Tv by iamhassi · · Score: 4, Informative

    He wants a media server not a HTPC.

    then pretty much any old PC with a bunch of 3.5" drives would work.

    I googled "build a media server" and found several guides. Here's one for $300 with six 3.5" bays and here's a 4U rackmount server case with twenty 3.5" drive bays for roughly $1,000

    --
    my karma will be here long after I'm gone
  31. Define the problem a little bit better by drolli · · Score: 3, Informative

    a) i am running out of hd space

    b) i feel (=movies dont play without interrupting) that the processor is a little slow
    c) i am bored over the christmas holidays

    d) i am worried the thing explodes or falls apart

    if only a): attach a NAS and make an archiving system

    if a) and b) or d): there are enough shopping guides for off-the shelf pc's out there. You priority should be energy consumption, reliablility and space for more hds. Condiser external sata boxes

    c) play around with something differnt.

  32. Re:Why? by nojayuk · · Score: 3, Informative

    If you're putting a system into a dirty environment such as a basement then either buy or build an environmental enclosure to put the server in. It's basically a sealed box with large filters for cleaning the airflow through the hardware inside it. Enclosure fans are optional, an overtemp alarm/shutdown system isn't. Replace the filters every six months or so and it should be good.

  33. Re:Why? by Electricity+Likes+Me · · Score: 3, Insightful

    Power costs. Having a bunch of always on machines starts to add up. That, plus the progress of technology (by the time the kids move away we might be on to using SSDs for everything) means that it's usually better to try and aggregate costs. Plus it can be an interesting hobby!

  34. Format by Le+Fol · · Score: 2

    For the FS format, definitively go for ext4. It shall save you a huge amount of time when fsck, it's easier to undelete from. For a media server usage you don't even need to understand the old delayed sync controversy, it's not relevant. For films, you're certainly right with Matroska. For the rest I wont comment (I use x264 myself).

  35. Re:Mac mini or apple Tv by TheGratefulNet · · Score: 5, Interesting

    unraid sounds just like what I was *designing* for myself (doh!).

    the idea of lots of disks always spinning is just moronic for home-users! we are NOT a data center! the game is different, here; and it has taken the industry a while to learn this.

    I had a gazillion disks spinning in big-time home raid. for years. blech! lots of noise, heat, failure modes and like you said, you lose too much, you lose it all! the idea of being able to take a single spinner out, mount it on a 'dumb' system and read it, that's super powerful! don't discount that, folks! its worth its weight in gold.

    my approach is to just be an idiot human (I do that part well) and save lots of copies of the files to lots of places. I do that anyway. then run a database job that will traverse your filesystem, get every file's size, date, md5 hash and any other tag info you want to peek inside, for. and run a smart differ on it. keep 'n' copies; report partial copies; trim the ones that are beyond what you need (if you want 3 copies, kill any 4,5,etc version you see). use ANY format you want for the disks, ntfs, ext3, jfs, whatever. each disk has a disk-id ('blkid' on linux shows this easily) and so each file has a disk-id to show where its located.

    the final part of this is to keep all disks spun down and have the database know which disk the file is on (the one you want to watch/play) and have it do power-mgmt (as I call it) and spin the drive UP. either have it auto-spin down or spin down via mgmt when your 'session' is over.

    spinning the disks is easy if they are all external esata/usb/fw. even simple x10 powerline relays can do this (my first proto will use this style of distrib tech). for internal drives, you power their molex's on/off via relays, via software control.

    noise is stupid! power/heat wastage is stupid! raid is stupid for most of us. lets get beyond the gazillion spinners and be smarter about our large disk collections.

    (oblig: I'm using arduinos and linux as the controller on all this)

    --

    --
    "It is now safe to switch off your computer."
  36. Re:Why? by tgeek · · Score: 2

    I have to respectfully disagree here. Racking and stacking my gear made all the sense in the world to me. I have the following (from bottom to top) all in the same approx 22"x30" footprint:

    - 2 UPS: 1200W & 1500W freestanding (if one ever dies I might consider replacing with rackmount version depending on costs)
    - Epson (blech!) All-In-One printer sitting on rack-mounted shelf
    - FreeBSD (not FreeNAS!) NAS server built into 4U Norco RPC4224 24-bay hot swappable chassis. Holds virtually all my spinning disks (only exception being a Windows data disk I use in a gaming desktop). Spare hot-swap trays are only 5 bucks each which makes for easy backup. (Perfect? No. Cheaper than a big ass tape drive and media? Depends. Better than nothing? Infinitely!)
    - Dedicated Mythtv backend in 3U iStar chassis (SSD boot, all other storage on NAS)
    - 2U VM server
    - Keyboard tray
    - Monitor on shelf (mythtv motherboard not currently iKVM capable)
    - Trendnet 16port VLAN switch
    - Shelf for DSL modem and wireless AP

    Having everything stacked vertically has saved me a ton of floor space. Could I have collapsed everything into fewer boxes? Sure. But that's not something I cared to do. I like my boxes having their specific functions. Could I have used conventional shelving/storage units (such as bread racks) instead. Yep. But they wouldn't give me the same space efficiency as a 19" rack (might have saved a few bucks though)

    Regarding FreeNAS: I have no particular beef with FreeNAS. It's quite good if it does exactly what you want it to do. If it doesn't (for example: if it doesn't mount partitions where you want them to be, or you need some packages not included with it), it's a never ending struggle. Guess it's the age old trade-off of ease of use versus flexibility.

  37. Re:Mac mini or apple Tv by OneMadMuppet · · Score: 2

    PCI SATA cards are a really, REALLY bad idea if you have any care about IO performance, and especially if those drives are part of a RAID. Use PCIe SATA cards.

  38. Re:Mac mini or apple Tv by Whatchamacallit · · Score: 3, Informative

    iTunes for Windows? Because iTunes for Mac is quite a bit different. i.e. it works much better. The Windows port is a bit of a hack in my opinion and doesn't work very well.

  39. Re:Why? by vlm · · Score: 2

    because it saves space

    highly standardized

    The guy isn't going to be hosting so many servers

    Those are the guys three problems.

    1) I have the entire "under the basement stairs" space plus two partial wiring closets in my house. Other than hoarding for the sake of hoarding, I can not fill them up. Do not spend money and severely constrain yourself to save space, that you do not need to save.

    2) Do not highly standardize. My best purchases have been weird special one off this weekend only deals. Surplus sales, etc. In a corporate environment you Really need to standardize on one specific model of rack hardware to keep the spares situation manageable. This is meaningless at home. Do not turn down the opportunity of cheap GHz and cheap TB because you only collect dell 1U rackmounts or whatever.

    3) You're cooling limited at the high end of rackmounts anyway, so who cares if you "could" get a rack sized NAS because it requires licenses and higher voltage three phase power anyway. I could wire multiple 15 amp ckts into my wiring closet, but the space heater effect would cause a fire. Thermal is your primary limit at home, usually. Also you get much more interesting experience with triple redundant physical servers, and better overall system reliability, than with one box three times the size. I have a small compute cluster hosting many LXC images, and by playing games with NFS etc I can back up each container to all three machines and furthermore can redeploy any container to any box based on load. You do need to standardized on all i386 or all amd64 to pull this off with LXC. In summary, get multiple small boxes, not one large box.

    --
    "Science flies us to the moon. Religion flies us into buildings." - Victor Stenger
  40. Re:Mac mini or apple Tv by Cuisinart · · Score: 2

    Curious, just how do you use NAS to feed an iTunes library? I haven't figured out how to elegantly and reliably do this. I've considered using an AFP share and a symbolic link from the local drive to point to the AFP share, but that doesn't seem totally reliable across reboots. I've also considered setting up an iSCSI initiator on the Mini and then mount iSCSI volumes from a NAS server but that also doesn't seem terribly reliable. This has to be reliable enough that when I'm traveling my wife has no problem getting to videos for the 3 year old :-). Please share your setup. Thanks!

  41. Re:Why? by jedidiah · · Score: 2

    Yes... "the age of Facebook".

    Every one I know that still had a Yahoo mail account got their accounts hacked and then used as a carrier for virus infested spam.

    Yes. "the era of Facebook".

    Perhaps I don't want Facebook screwing it up.

    People put a lot of faith in "the cloud" but the fact is that it really is not really warranted. Big prominent services get hacked. They sell your information. They do stupid annoying things. Then there's the problem that the network itself still sucks. We simply don't have the infastructure yet to "live in the cloud". It's just a marketing pipe dream that clueless idiots are prone to buy into because they like bragging about how ignorant of tech they are.

    So. Something you (can) actually control yourself can have considerable advantages.

    --
    A Pirate and a Puritan look the same on a balance sheet.
  42. Re:Mac mini or apple Tv by Marillion · · Score: 2

    Both QNAP and Synology make good NAS units with multimedia capabilities. That said, if you need transcoding for video, don't count on either one having the horsepower to transcode video. They have enough power to saturate GigE for simple file sharing, but you'll need another device with more power to transcode video: (ie: convert a 720p mkv to an iPad friendly format) Out of the box, they're stripped down Linux boxes with Busybox based userland tools. But they have good community based support for extensions from Optware - you can add gcc compilers, perl, ruby and all kinds of goodies to hack your NAS into whatever frankenstein setup you like. The best part ... they're low power consumption.

    --
    This is a boring sig
  43. Re:Mac mini or apple Tv by dargaud · · Score: 2

    the idea of lots of disks always spinning is just moronic for home-users! we are NOT a data center!

    I agree, and I used to have my media server under XP and the disks would sleep unless accessed. But for the last few years I'm Linux all the way (work/home/laptop/media server). And no matter what I try, the disks won't ever spin down. If I send a low-level SLEEP command with smartctl, it spins down and then right back up within 10 seconds. I've researched this problem without solution. Maybe someone here is brighter than me.

    --
    Non-Linux Penguins ?