fusepak :: Manpage

Name

pakmount - mount various file formats

Synopsis

pakmount file mountpoint [<options>] [<FUSE options>]

Description

Pakmount is used to mount file under mountpoint using FUSE system available under Linux. The mounpoint should be empty and file should be one of the supported formats. To unmount mountpoint use fusermount -u mountpoint.

Supported file formats

Options

-q - quiet mode (print only error messages).

Bugs

Some archives (mainly LGP) can contain many files with the same name. It confuses pakmount a bit, but you can still read the first file with such name (and only the first one).

Pakmount currently is not working on big-endian machines. It will be fixed in next release.

Author

Janusz Dziemidowicz <rraptorr@nails.eu.org>