Articles in the Uncategorized category

  1. 1.0 GB/s Using Linux Software RAID

    Fri 26 June 2009

    I filled the Norco case with hardware. It is now up and running, based on Debian Linux (Lenny).

    I immediately performed some initial tests with software RAID 0. The results are just astounding.

    debian:~# dd if=/dev/md0 of=/dev/null bs=1M count=50000

    50000+0 records in

    50000+0 records out

    52428800000 bytes (52 GB) copied, 50.9222 s, 1.0 GB/s

    This is correct. 1 Gigabyte per second using 10 Samsung Spinpoint F1's connected to the motherboard (4) and to the Highpoint Rocketraid 2340 (6).

    Tagged as : Uncategorized
    If you have any comments email me, see the About page for contact details.
  2. Bash Shell Function Library (BSFL) Released.

    Sun 31 May 2009

    The Bash Shell Function Library (BSFL) is a small Bash script that acts as a library for bash scripts. It provides a couple of functions that makes the lives of most people using shell scripts a bit easier.

    image

    The purpose of this library is to provide pre-build functions for actions that often need to be performed, focussing on error-checking and logging. In this example, a test-script is written that demonstrates the functions the library provides.

    The project can be found at this location.

    Tagged as : Uncategorized
    If you have any comments email me, see the About page for contact details.

Page 37 / 40