Releases: PSBrew/MicroMount
Release list
0.0.3
Important
📦 Archive / Deprecation Notice
MicroMount has served its purpose as a proof-of-concept payload to validate the new .ffpfsc format and gather testing feedback from the community.
✅ In collaboration with the author of ShadowMountPlus, the relevant features have now been integrated directly into ShadowMountPlus itself.
👉 If you are using ShadowMountPlus 1.6test15-fix2 or newer, you no longer need MicroMount:
- https://github.com/drakmor/ShadowMountPlus/releases/tag/1.6test15-fix2
- Use this tutorial to convert your game backups: https://github.com/drakmor/ShadowMountPlus#compressed-pfs-containers-ffpfsc
❤️ Thank you to everyone who tested, shared feedback, and trusted my work.
🗄️ This repository is now being archived, as MicroMount has fulfilled the goal it was created for.
💖 If you would like to support the work behind MicroMount and MkPFS, please consider sponsoring it here:
🔧 MkPFS will continue to be actively maintained. I am still fixing bugs there, and new releases are planned soon.
⚠️ Important
Due to a bug in the mkpfs library in versions 0.0.3 and 0.04, please use the command below to create the ffpfsc images.
pip install --no-cache -U --force-reinstall "mkpfs>=0.0.5"
mkpfs pack file --verify ./PPSA17858.exfat ./PPSA17858.ffpfsc🚀 Quick Start
-
Ensure your ShadowMountPlus
scan_depth=2is set to2. Without it, games will not be recognized. -
Convert your
.exfator.ffpkggames into.ffpfscformat using themkpfstool.pip install --no-cache -U --force-reinstall "mkpfs>=0.0.5" mkpfs pack file --compress --verify ./GAME1234.exfat ./GAME1234.ffpfsc -
Ensure the new
.ffpfscfiles are uploaded to the PS5, in one of the monitored folders like/data/homebrew. -
Send or activate the
micromount.elfpayload.
0.0.2
⚠️ Important
Due to a bug in the mkpfs library in versions 0.0.3 and 0.04, please use the command below to create the ffpfsc images.
pip install --no-cache -U --force-reinstall "mkpfs==0.0.2"
mkpfs pack file --verify ./PPSA17858.exfat ./PPSA17858.ffpfsc🚀 Quick Start
-
Ensure your ShadowMountPlus
scan_depth=2is set to2. Without it, games will not be recognized. -
Convert your
.exfator.ffpkggames into.ffpfscformat using themkpfstool.pip install -U "mkpfs==0.0.2" mkpfs pack file --compress --verify ./GAME1234.exfat ./GAME1234.ffpfsc -
Ensure the new
.ffpfscfiles are uploaded to the PS5, in one of the monitored folders like/data/homebrew. -
Send or activate the
micromount.elfpayload.
0.0.1
⚠️ Important
Due to a bug in the mkpfs library in versions 0.0.3 and 0.04, please use the command below to create the ffpfsc images.
pip install --no-cache -U --force-reinstall "mkpfs==0.0.2"
mkpfs pack file --verify ./GAME1234.exfat ./GAME1234.ffpfsc🚀 Quick Start
-
Ensure your ShadowMountPlus
scan_depth=2is set to2. Without it, games will not be recognized. -
Convert your
.exfator.ffpkggames into.ffpfscformat using themkpfstool.pip install -U "mkpfs==0.0.2" mkpfs pack file --compress --verify ./GAME1234.exfat ./GAME1234.ffpfsc -
Ensure the new
.ffpfscfiles are uploaded to the PS5, in one of the monitored folders like/data/homebrew. -
Send or activate the
micromount.elfpayload.