Query: mklogfs
OS: debian
Section: 8
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MKLOGFS(8) LogFS MKLOGFS(8)NAMEmklogfs - create a LogFS filesystem.SYNOPSISmklogfs [OPTIONS] DEVICEDESCRIPTIONLogFS 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).AUTHORmklogfs 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 |
vmmemctl(9) - debian |
vmsync(9) - debian |
mkfs.jffs2(1) - debian |
fusermount(1) - centos |
Similar Topics in the Unix Linux Community |
---|
awk or sed - Convert 2 lines to 1 line |
How can I do this in VI editor? |
Is UNIX an open source OS ? |
Detecting unused variables... |
One instance of comparing grep and awk |