Go to file
Tom Marshall 1e994f0f8f Initial commit 2017-12-12 11:12:28 -08:00
.gitignore Initial commit 2017-12-12 11:12:28 -08:00
LICENSE Initial commit 2017-12-12 11:12:28 -08:00
Makefile Initial commit 2017-12-12 11:12:28 -08:00
README Initial commit 2017-12-12 11:12:28 -08:00
gzextdef.h Initial commit 2017-12-12 11:12:28 -08:00
gzextfs.cxx Initial commit 2017-12-12 11:12:28 -08:00
gzextio.cxx Initial commit 2017-12-12 11:12:28 -08:00
gzextio.h Initial commit 2017-12-12 11:12:28 -08:00

README

This is the gzextfs package.  It is a FUSE filesystem implementation
which is able to mount a gzip compressed ext2/3/4 image.

Installation instructions:

	make
	make install

Usage instructions:

	gzextfs --filename=image.gz /mnt

The official source code repository for gzextfs can be found at:

	https://github.com/tdm/gzextfs

Copyright (C) Tom Marshall <tdm.code@gmail.com>
Licensed under the GNU Public License version 2.