Skip to content

Latest commit

 

History

954 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AppenDB

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.

how to create /dev/loop4 for an 8GiB drive

$ dd if=/dev/zero of=drive.loop bs=1GiB count=8
$ losetup /dev/loop4 drive.loop

And then, when you're done with the drive:

$ losetup -d /dev/loop4
$ rm drive.loop

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages