TheOfficialFloW / VitaShell

Multi-functional file manager for PS Vita
GNU General Public License v3.0
1.38k stars 224 forks source link

Option to "Mount R/W" System partitions? #521

Closed LiEnby closed 5 years ago

LiEnby commented 5 years ago

Im thinking like you could press Triangle on "Read Only" partitions (vs0,os0,pd0,sa0)
and then have an option to "Mount R/W"

which would run
vshIoUmount(PARTITION_ID, 0, 0, 0);
vshIoUmount(PARTITION_ID, 1, 0, 0);
_vshIoMount(PARTITION_ID 0, 2, buf);

these are the PARTITION ID's

0x200= os0  
0x300= vs0   
0x400= vd0   
0x500= tm0   
0x700= ud0   
0x800= sa0   
0x900= gro0   
0xC00= pd0