More actions
(infobox T_T) |
|||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew Apps ( | |title=Vita Homebrew Apps (Other Apps) - GameBrew | ||
|title_mode=append | |title_mode=append | ||
|image= | |image=ebookreadervita2.png | ||
|image_alt= | |image_alt=E-book Reader | ||
}} | }} | ||
{{Infobox Vita Homebrews | {{Infobox Vita Homebrews | ||
|title= | |title=E-book Reader | ||
|image= | |image=ebookreadervita2.png | ||
|description= | |description=E-book Reader (PCSC80012) translation + custom books PC companion app V2.0. | ||
|author= | |author=GrapheneCt | ||
|lastupdated=2021/ | |lastupdated=2021/01/24 | ||
|type= | |type=Other Apps | ||
|version= | |version=24.01.2021 | ||
|license= | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/ | |download=https://dlhb.gamebrew.org/vitahomebrews/ebookreadervita.7z | ||
|website=https:// | |website=https://gbatemp.net/threads/e-book-reader-pcsc80012-english-translation-how-to-add-custom-books.541424/ | ||
|source= | |source= | ||
}} | }} | ||
Virtual mass storage (vmass) is a plugin to create a ram disk to mount at uma0. With this, very simple and fast IO is possible. | Virtual mass storage (vmass) is a plugin to create a ram disk to mount at uma0. With this, very simple and fast IO is possible. |
Revision as of 12:17, 8 September 2024
E-book Reader | |
---|---|
General | |
Author | GrapheneCt |
Type | Other Apps |
Version | 24.01.2021 |
License | Mixed |
Last Updated | 2021/01/24 |
Links | |
Download | |
Website | |
Virtual mass storage (vmass) is a plugin to create a ram disk to mount at uma0. With this, very simple and fast IO is possible.
By default vmass creates storage of size 16MiB.
It is useful as fast temporary storage as its contents are wiped at power off or reboot. Content is retained for suspend.
Installation
Add under *KERNEL in taiHEN config.txt.
If vmass detects that uma0: is already mounted by another plugin, vmass will exit without creating virtual storage.
User guide
Basic Access Speed
Read : 37~143MB/s *Write : 45~512MB/s exFAT(gcsd) -> FAT16(vmass) : 13000KB/s FAT16(emmc) -> FAT16(vmass) : 15000KB/s
VitaShell USB Mode
When using VitaShell USB Mode(#1), unmount uma0: before connecting usb.
If use USB Mode without unmounting uma0:, the file system of uma0: will be corrupted.
(#1): same case to using sceUsbstorVStorStart too.
Saving vmass storage
Power off or reboot while holding the start button to save vmass storage.
Path where img is saved
sd0:vmass.img If it cannot be saved to sd0, it will be saved to ux0. ux0:data/vmass.img
If img was saved in these paths when vmass started, read them and restore the previous storage.
Note: When a game, app, etc. is started in +109MB mode, it may operate incorrectly due to a lack of memory.
Screenshots
Changelog
v1.40
- Removed taiHEN dependency.
- Update get ctrl function.
- So can load vmass.skprx from low boot level and starting vmass to fast
- And some code tweaks.
v1.31
- Fix problem to if module_start failed, crashing.
- Improved basic access speed.
- Max access speed:
- Read : 397MB/s
- Write : 512MB/s
- Average access speed:
- Read : 290MB/s
- Write : 310MB/s
v1.30
- Support VitaShell USB Mode.
- Improved basic access speed.
- Max access speed:
- Read : 143MB/s
- Write : 512MB/s
- Average access speed:
- Read : 70MB/s
- Write : 230MB/s/
v1.20
- Added saving vmass storage.
v1.10
- Improve convenience by adding some checks.
External links
- GitHub - https://github.com/Princess-of-Sleeping/vmass
- CBPS Forums - https://forum.devchroma.nl/index.php?topic=191.0