Sponsors
Categories
Pages
Archives
- September 2016
- August 2016
- October 2015
- April 2015
- January 2015
- November 2014
- October 2014
- September 2014
- August 2014
- June 2014
- April 2014
- December 2013
- October 2013
- August 2013
- July 2013
- May 2013
- August 2012
- July 2012
- July 2011
- May 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- December 2009
- November 2009
- July 2009
- May 2009
- February 2009
- October 2008
- September 2008
- June 2008
- April 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- January 2007
- December 2006
- January 2006
- November 2005
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
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
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
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
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