Slashdot Mirror


Building the Godzilla of PVRs

EvolvedHumanoid writes "In a blog post, Percy Bell of SnapStream Media details how he built 'Godzilla', an 11-tuner PVR machine with HDTV support using off-the-shelf components. At $4284.90, the end result sports 1TB storage for recorded content and has to be one of the coolest PVRs ever built."

1 of 318 comments (clear)

  1. Re:Mindless overkill... by Anonymous Coward · · Score: 5, Interesting
    I hate to be a pain here, but it really seems like this guy has alot more money than sense. There are several strange design decisions that have been made, and it seems to show someone who really isn't knowledgable.
    • Using a massive chip - For what, exactly? As long as you have a reasonable video card, the need for a fat cpu for videos is very minimal. I suppose its possible that HDTV may require faster speeds, but i doubt this. AFAIK, win32 currently doesn't really take advantage of dual core.
    • Using RAID 0. - Is he trying to get a drive burnt out?
    • Using NTFS - This is where it gets strange. I think that if you were fucking around with 1TB of data, you would want to choose your OS primarily by filesystem. Hell, I would. NTFS is one of the least stable, worst performing filesystems around. I would probably want to use XFS (it has this tendency to stack writes to the RAM before making them, reducing drive wear - I forget the name) and noflushd, so as to keep hd wear to a minimium (considering that there are gonna be long periods where no writes are done). Eventually, you could feasibily switch to ZFS to keep space use high.