Skip to content
This repository was archived by the owner on Jun 4, 2026. It is now read-only.

Releases: PSBrew/MicroMount

0.0.3

Choose a tag to compare

@github-actions github-actions released this 02 Jun 04:06

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:

❤️ 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

  1. Ensure your ShadowMountPlus scan_depth=2 is set to 2. Without it, games will not be recognized.

  2. Convert your .exfat or .ffpkg games into .ffpfsc format using the mkpfs tool.

    pip install --no-cache -U --force-reinstall "mkpfs>=0.0.5"
    mkpfs pack file --compress --verify ./GAME1234.exfat ./GAME1234.ffpfsc
  3. Ensure the new .ffpfsc files are uploaded to the PS5, in one of the monitored folders like /data/homebrew.

  4. Send or activate the micromount.elf payload.

0.0.2

Choose a tag to compare

@github-actions github-actions released this 02 Jun 02:23

⚠️ 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

  1. Ensure your ShadowMountPlus scan_depth=2 is set to 2. Without it, games will not be recognized.

  2. Convert your .exfat or .ffpkg games into .ffpfsc format using the mkpfs tool.

    pip install -U "mkpfs==0.0.2"
    mkpfs pack file --compress --verify ./GAME1234.exfat ./GAME1234.ffpfsc
  3. Ensure the new .ffpfsc files are uploaded to the PS5, in one of the monitored folders like /data/homebrew.

  4. Send or activate the micromount.elf payload.

0.0.1

Choose a tag to compare

@github-actions github-actions released this 01 Jun 05:53

⚠️ 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

  1. Ensure your ShadowMountPlus scan_depth=2 is set to 2. Without it, games will not be recognized.

  2. Convert your .exfat or .ffpkg games into .ffpfsc format using the mkpfs tool.

    pip install -U "mkpfs==0.0.2"
    mkpfs pack file --compress --verify ./GAME1234.exfat ./GAME1234.ffpfsc
  3. Ensure the new .ffpfsc files are uploaded to the PS5, in one of the monitored folders like /data/homebrew.

  4. Send or activate the micromount.elf payload.