A high-performance, durable, distributed append-only database built at Decide Technologies Inc. (FKA LockerDome, Inc.)
No longer maintained. Published as-is under the MIT license.
$ dd if=/dev/zero of=drive.loop bs=1GiB count=8
$ losetup /dev/loop4 drive.loopAnd then, when you're done with the drive:
$ losetup -d /dev/loop4
$ rm drive.loop