0.1.0 • Published 6 years ago

jbd2 v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Journaling Block Device (JBD2)

npm npm license npm downloads build status

An implementation of the JBD2 journalling layer as used in ext3, ext4, and OCFS2

Install via npm

$ npm install --save jbd2

Used by

Usage

var Journal = require( 'jbd2' )

References