TeamFAPS / PSVita-StorageMgr

kernel plugin that automatically mounts/redirects any storage device on any mount points you want
GNU General Public License v3.0
384 stars 40 forks source link

Travis Build Status

PSVita-StorageMgr

Kernel plugin that automatically mounts/redirects any storage device to any mount points you want

Credits

Description

StorageMgrKernel is a kernel plugin that automatically mounts/redirects any storage device on any mount points you want.

Advantages

Future improvements (TO DO)

Usage

  1. If it exists, remove gamesd.skprx and usbmc.skprx or any other storage plugin.
  2. Copy storage_config.txt to ur0:tai/.
  3. Copy storagemgr.skprx to ur0:tai/.
  4. If it exists, copy ux0:tai/config.txt to ur0:tai/config.txt.
  5. If it exists, remove ux0:tai/config.txt.
  6. In ur0:tai/config.txt after *KERNEL create a new line and write: ur0:tai/storagemgr.skprx.
  7. Configure ur0:tai/storage_config.txt to what you want.
  8. Reboot PSVita.

Example

example_config example_vitashell

User configuration

On each line you have to write following this structure:

= The available devices are: - MCD : official SONY memory card - INT : internal memory 1GB (on all PSVita SLIM and PSTV) - GCD : microSD inserted into SD2VITA (also called gamecard2sd) - UMA : USB mass (for PSTV) OR microSD inserted into PSVSD (for PSVita 3G) The available mount points are: - ux0 - xmc0 - imc0 - uma0 - grw0 ## License This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see .