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 »
No Comments » |
HowTo, Linux |
Permalink
Posted by jcl
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 »
No Comments » |
Debian, Hardware, Linux |
Permalink
Posted by jcl
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.
2 Comments |
Code, Linux |
Permalink
Posted by jcl
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 »
No Comments » |
AoE, Debian, Hardware, IOS, Linux, iSCSI |
Permalink
Posted by jcl
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?
No Comments » |
HowTo, Linux |
Permalink
Posted by jcl
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 »
1 Comment |
HowTo, Linux |
Permalink
Posted by jcl
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!
No Comments » |
Linux |
Permalink
Posted by jcl
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 »
No Comments » |
Bacula, Code, Debian, HowTo, Linux |
Permalink
Posted by jcl
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).
No Comments » |
Linux, Site News |
Permalink
Posted by jcl