debian man page for mklogfs

Query: mklogfs

OS: debian

Section: 8

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

MKLOGFS(8)							       LogFS								MKLOGFS(8)

NAME
mklogfs - create a LogFS filesystem.
SYNOPSIS
mklogfs [OPTIONS] DEVICE
DESCRIPTION
LogFS is a scalable flash filesystem. It is aimed to replace JFFS2 for most uses, but focuses more on large devices. JFFS2 works well enough on small devices, it just gets slow and uses up too much memory on larger ones.
OPTIONS
-c, --compress turn compression on. -h, --help display help. -s, --segshift segment shift in bits. -w, --writeshift write shift in bits. --demo-mode skip bad block scan; don't erase device. --non-interactive turn off safety question before writing. Segment size and write size are powers of two. To specify them, the appropriate power is specified with the "-s" or "-w" options, instead of the actual size. E.g. "mklogfs -w8" will set a writesize of 256 Bytes (2^8).
AUTHOR
mklogfs was written by Joern Engel <joern@lazybastard.org>. This manual page was written by Daniel Baumann <daniel.baumann@progress-technologies.net>. 20100501 2010-05-17 MKLOGFS(8)
Related Man Pages
unsquashfs(1) - centos
vmblock(9) - debian
vmmemctl(9) - debian
vmci(9) - debian
mksquashfs(1) - centos
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Introduction
Detecting unused variables...
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?