Skip to content
This repository has been archived by the owner on Aug 20, 2019. It is now read-only.

MountOptions

Kelvin Sherlock edited this page Apr 23, 2015 · 1 revision

This is a list of common (and useful) mounting options for ProFUSE. Some are ProFUSE specific, some are handled by FUSE or MacFUSE (see their documentation for a full list).

Example:

profuse -odebug disk.raw /mnt/

ProFUSE specific

--dos-order

While most ProDOS disk images are in ProDOS order, some people occasionally create them in dos 3.3 order (usually 5.25" disk images with a .do or .dsk extension). the --dos-order flag will compensate for their screwed up interleaving.

FUSE/MacFUSE specific

-odebug

Print debugging information for every FUSE call made.

-oallow_others

Allow anyone to access the mounted disk image. Normally, only the user who mounted it has access.

MacFUSE specifix

-olocal

Mount the disk image as a local disk, which will show up on the desktop (and may have other implications)

Clone this wiki locally