Monthly Archives: November 2010

Growing A Huge XFS Volume

K, I’ve got 4 2GB drives mirrored and welded together with LVM. I backed up everything on the old volume (twice in some cases). I deleted the old 6.5 TB Volume. That takes balls. I created a new 1.5TB mirror … Continue reading

Posted in Computers, Mythtv | Comments Off on Growing A Huge XFS Volume


Building a New Massive MythTV Media Volume with RAID 1 and LVM.

So I’ve got four new 2TB drives mirrored together in pairs with mdadm, then welded together with LVM. Here are the commands I used to execute the build. fdisk /dev/sdf # note the mdadm arguments below are prefixed with double … Continue reading

Posted in Computers, Mythtv | Comments Off on Building a New Massive MythTV Media Volume with RAID 1 and LVM.

Access a MSSQL Database with Perl Quickie

use strict; use FindBin; use lib(“e:\\re\\scripts\\lib”); use vars qw($opt_h); use Getopt::Std; use Util; use Logger; use DBI; use LWP::Simple; if (main()) { exit(0); # DOS Success Code } else { exit(1); # DOS Failure } sub main() { if (! … Continue reading

Posted in Code, Computers | Comments Off on Access a MSSQL Database with Perl Quickie

Antec 650 MythTV Home Server

Here’s the stats of the server and some gratuitous pictures: Intel Core 2 Duo E8500 Wolfdale 3.16GHz LGA 775 65W Dual-Core Processor BX80570E8500 Seagate Barracuda 7200.11 ST31500341AS 1.5TB 7200 RPM SATA 3.0Gb/s 3.5″ Internal Hard Drive ASUS P5Q-E LGA 775 … Continue reading

Posted in Computers, Mythtv | Comments Off on Antec 650 MythTV Home Server

Upgrading the Antec Titan 650 Server With Rosewill 4 Channel PCIe to SATA II and 5.25 Drive Bay

When I built this system two years ago I decided to span a volume across multiple large hard drives with LVM to get the storage capacity I wanted. I would also keep backups of everything I had so if even … Continue reading

Posted in Computers, Mythtv | Comments Off on Upgrading the Antec Titan 650 Server With Rosewill 4 Channel PCIe to SATA II and 5.25 Drive Bay