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
- WAD - it can be found in Wolfenstein 3D and Spear of Destiny games
- PACK - it can be found in Quake, Quake2 and other games based on idSoftware's Quake engine.
- WAD2 - it can be found inside of PACK files.
- LGP - it can be found in PC version of Final Fatnasy VII.
- PAK - it can be found in Dune 2.
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>