filesystems/fuse-lzofs - The NetBSD Packages Collection

Filesystem which allows you to use transparently compressed files

LZOlayer File System is a file system which allows you to use transparently
compressed files, just as they would be normal files.

Both read and write operations are possible, along with other most common
system calls. It consumes little memory in my opinion, because files are
divided into blocks, which can be decompressed separately. In other words,
if you (or an application) would like to read byte 4,500,000 in a file
sized 5,000,000 bytes, it only decompresses a block which contain wanted
data. Write operation is based on a packet gathering and after reaching its
limit it 'syncs' the data. It allows it's user to write/modify files pretty
fast, despite the fact it's block divided.

LZOlayer File System was meant to support only LZO compression algorithm,
because it has extremely low compression/decompression time. However,
currently it supports LZO and ZLIB (but only one at the run-time!)
compression algorithms.

Build dependencies

pkgtools/mktools devel/gmake pkgtools/cwrappers

Runtime dependencies

archivers/lzo

Binary packages

OSArchitectureVersion
NetBSD 8.0i386fuse-lzofs-20060306nb2.tgz
NetBSD 8.0i386fuse-lzofs-20060306nb2.tgz
NetBSD 8.0powerpcfuse-lzofs-20060306nb2.tgz
NetBSD 8.0powerpcfuse-lzofs-20060306nb2.tgz
NetBSD 8.0powerpcfuse-lzofs-20060306nb2.tgz
NetBSD 8.0powerpcfuse-lzofs-20060306nb2.tgz
NetBSD 8.0x86_64fuse-lzofs-20060306nb2.tgz
NetBSD 8.0x86_64fuse-lzofs-20060306nb2.tgz
NetBSD 8.0x86_64fuse-lzofs-20060306nb2.tgz
NetBSD 9.0aarch64fuse-lzofs-20060306nb2.tgz
NetBSD 9.0aarch64fuse-lzofs-20060306nb2.tgz
NetBSD 9.0aarch64fuse-lzofs-20060306nb2.tgz
NetBSD 9.0alphafuse-lzofs-20060306nb2.tgz
NetBSD 9.0alphafuse-lzofs-20060306nb2.tgz
NetBSD 9.0earmfuse-lzofs-20060306nb2.tgz
NetBSD 9.0earmv6hffuse-lzofs-20060306nb2.tgz
NetBSD 9.0earmv6hffuse-lzofs-20060306nb2.tgz
NetBSD 9.0earmv6hffuse-lzofs-20060306nb2.tgz
NetBSD 9.0earmv7hffuse-lzofs-20060306nb2.tgz
NetBSD 9.0earmv7hffuse-lzofs-20060306nb2.tgz
NetBSD 9.0earmv7hffuse-lzofs-20060306nb2.tgz
NetBSD 9.0i386fuse-lzofs-20060306nb2.tgz
NetBSD 9.0i386fuse-lzofs-20060306nb2.tgz
NetBSD 9.0m68kfuse-lzofs-20060306nb2.tgz
NetBSD 9.0m68kfuse-lzofs-20060306nb2.tgz
NetBSD 9.0mips64ebfuse-lzofs-20060306nb2.tgz
NetBSD 9.0powerpcfuse-lzofs-20060306nb2.tgz
NetBSD 9.0powerpcfuse-lzofs-20060306nb2.tgz
NetBSD 9.0powerpcfuse-lzofs-20060306nb2.tgz
NetBSD 9.0sh3elfuse-lzofs-20060306nb2.tgz
NetBSD 9.0sh3elfuse-lzofs-20060306nb2.tgz
NetBSD 9.0sparc64fuse-lzofs-20060306nb2.tgz
NetBSD 9.0sparcfuse-lzofs-20060306nb2.tgz
NetBSD 9.0sparcfuse-lzofs-20060306nb2.tgz
NetBSD 9.0vaxfuse-lzofs-20060306nb2.tgz
NetBSD 9.0vaxfuse-lzofs-20060306nb2.tgz
NetBSD 9.0x86_64fuse-lzofs-20060306nb2.tgz
NetBSD 9.0x86_64fuse-lzofs-20060306nb2.tgz
NetBSD 9.3x86_64fuse-lzofs-20060306nb2.tgz
NetBSD 9.3x86_64fuse-lzofs-20060306nb2.tgz

Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.

Available build options

(none)

Known vulnerabilities

The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.

Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.


Problem reports, updates or suggestions for this package should be reported with send-pr.