You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 20, 2019. It is now read-only.
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)