RSS .92| RSS 2.0| ATOM 0.3
  • Home
  •  

    How to mount partitioned disk image files

    October 1st, 2008

    Mounting unpartitioned disk image files in Linux is easy. You just execute ‘mount -o loop disk.img /mnt’ right?

    Well, if your disk image file happens to contain partitions its a little bit trickier. Here is what you need to do:

    Read the rest of this entry »


    Performance testing Linux software RAID

    September 12th, 2008

    With the forthcoming release of Debian Lenny it happened to be a good time for me to re-evaluate my decision to use one monster RAID6 device to back all my iSCSI targets. I ran a semi-formal test on different disk configurations for software raid and came up with these results…

    Read the rest of this entry »


    Coraid Odyssey: Part 6 (sata_mv hotplug)

    April 29th, 2008

    The final installment of our coraid adventure and not really much to say other than this: it works! Hotplug support is working as of kernel 2.6.25-git11 and appears to function as it should.

    Thanks go to Mark Lord, Marvell Corporation, EMC Corporation and Red Hat, Inc. for the coding magic.


    Coraid Odyssey: Part 5 (AoE vs iSCSI)

    April 16th, 2008

    The next phase of this project is choosing AoE or iSCSI. The debate on the relative merits of each protocol continues to rage on the Internet but in my particular case the criteria are pretty simple; which one performs better without causing excessive system load? Just from reading about the two protocols I am already leaning toward iSCSI for the simple fact that I can use all my TCP/IP management tools (routing, NAT, firewalling, etc.) on every iSCSI device. The only (potential) drawback is CPU load on the involved systems since it has to calculate TCP checksums for all those packets. Yes, there are many, many other advantages of one protocol over the other. No, they don’t matter to me in this scenario :-) So here we go!

    Read the rest of this entry »


    Convert firmware images from .bin to .trx

    November 4th, 2007

    You may on occasion have a need to convert .bin firmware images such as those used to flash linksys based devices into .bin formatted images that can be accepted by OpenWRT. Its actually quite easy to do:

    dd if=image.bin of=image.trx bs=32 skip=1

    That will strip the first 32 bytes off the image, thus making it a valid .bin formatted firmware image file. Neat, huh?


    Tar and Restore Files Over SSH

    August 16th, 2007

    This will be pretty obvious to seasoned *nix admins but it’s possible to tar/gz/bzip files over an ssh connection onto a remote file system. Read on to find out how…

    Read the rest of this entry »


    PowerPC Arch Added to Backports

    July 12th, 2007

    I have added powerpc to my backports repository in addition to the already included i386 and amd64 archictectures. See this post for more information.

    Enjoy!


    wipe_tapes.pl

    June 21st, 2007

    Here’s a little script I whipped up in perl to sequentially load and erase all the tapes in an auto loader. Hopefully it is of some use to others.

    payday loans low interest unsecured personal loans apply online multiple lenders personal loans no fax no call payday loans no fax cash til payday loans cash advances online fast payday loans no credit check loans bad credit personal loans no credit check no turndown personal loans cash advance service payday loans free bad credit personal loans fast cash bad credit personal loans instant bad credit personal loans bad credit payday loans bad credit no fax payday loans instant no faxing payday loans apply online for personal loans hard money lenders for personal loans bad credit high risk unsecured personal loans no credit check same day personal loans bad credit debt personal loans

    Read the rest of this entry »


    Permanent Device Nodes with udev

    June 21st, 2007

    I recently converted from Arkeia (a horribly overpriced and buggy piece of software) to Bacula (a free, stable, higher performance alternative). At the same time I upgraded my backup server to Debian Etch and started having a problem where my tape library would alternatively show up as either /dev/sg0 or /dev/sg2 depending on what order things were powered up. Obviously that presents a problem if certain pieces of software expect your auto changer to located at a certain device node in /dev.

    This can be fixed by making a custom udev rule…

    Read the rest of this entry »


    It’s Alive…

    June 19th, 2007

    Well here it is. I’ve finally converted to the dark side.

    Ill be moving content over from the old site Real Soon Now(tm).