An implementation of a file system driver for mounting .mcraw files using FSKit and MacOS 26’s brand new FSPathURLResource API.
This project lets you mount .mcraw files from Motioncam as file systems on MacOS 26 and explore their contents natively.
It exposes the individual .dng frames as frames.
- Built on top of Apple’s latest file system API:
FSPathURLResource. - Seamless mounting and browsing of
.mcrawfiles.
- MacOS 26 (older versions are not supported; uses new system APIs)
- Command-line access
- A
.mcrawfile to mount
-
Clone the repository:
git clone https://github.com/baso53/mcrawfs.git cd mcrawfs -
Build the project:
Import in XCode and build. -
Register the file system:
Go to "Debug" -> "Copy Build Folder Path", and go into that folder + "/Products/Release and executepluginkit -a McrawMounterExtension.appex
To mount a .mcraw file:
mount -F -t mcrawfs /Users/007-VIDEO_24mm-240328_141729.0.mcraw /tmp/TestVol