Skip to content

hpfs command line

Ravin Perera edited this page May 30, 2020 · 5 revisions

hpfs always needs the filesystem dir specified. Filesystem dir is the parent directory hpfs uses to keep the seed state and the logfile.

RO/RW sessions need the mount dir specified as well. Mount dir is where the virtual file system will be mounted.

Initiate ReadOnly session

hpfs ro <filesystem dir> <mount dir> hmap=<true|false>

Sending SIGINT to hpfs ReadOnly session indicates session completion.

Initiate ReadWrite session

hpfs rw <filesystem dir> <mount dir> hmap=<true|false>

Sending SIGINT to hpfs ReadWrite session indicates session completion.

Initiate merging process

hpfs merge <filesystem dir>

Print log file contents (for debugging)

hpfs rdlog <filesystem dir>

Clone this wiki locally