Hacking [PSA/3.65] StorageMgr for 3.65

DocBo

Well-Known Member
Member
Joined
Apr 11, 2018
Messages
243
Trophies
0
XP
620
Country
Germany
Im on 3.60 and installed the plugin but in vitashell wont showup the SD2VITA to mount.
I have the gamesd.skprx @ux0 installed.
And when i add the line over it after reboot the SD2VITA is not available.
 
Last edited by DocBo,

Tom Bombadildo

Dick, With Balls
Member
Joined
Jul 11, 2009
Messages
14,575
Trophies
2
Age
29
Location
I forgot
Website
POCKET.LIKEITS
XP
19,214
Country
United States
Im on 3.60 and installed the plugin but in vitashell wont showup the SD2VITA to mount.
I have the gamesd.skprx @ux0 installed.
And when i add the line over it after reboot the SD2VITA is not available.
You can't use gamesd and this plugin at the same time.

First, transfer your tai config and all plugins to ur0:tai since this is the best place to have it. Then, delete ux0:tai. Make sure you edit the config.txt with the updated paths for your plugins (aka change all ux0 to ur0).

Next, open your config.txt, delete the gamesd.skprx line completely, and then setup VitaStoragemgr as noted in the readme and to your desired config.
 
  • Like
Reactions: DocBo

mcdain123

Member
Newcomer
Joined
Jun 22, 2012
Messages
10
Trophies
0
XP
143
Country
I'm going out of my tree trying to get this to work! :cry:
I've formatted my SD2Vita card using the zzBlank.img, I've copied the storage_config and storagemgr.skprx files to ur0 and added it to the config under Kernel, but no matter how i set up the mount list in storage_config I just can't get my SD to show up as uma0!!

I don't think it's a problem with the SD2Vita adapter, because I can read the SD card via USB mode in Vitashell. I just want to use my Vita MC as ux0 as normal, with the SD card as uma0 for extra space. How would I set that up in the config?

Any help at all would be greatly appreciated! :bow:

EDIT- Forgot to mention, I'm running 3.65 Enso on a Phat Vita.
 

Tom Bombadildo

Dick, With Balls
Member
Joined
Jul 11, 2009
Messages
14,575
Trophies
2
Age
29
Location
I forgot
Website
POCKET.LIKEITS
XP
19,214
Country
United States
I'm going out of my tree trying to get this to work! :cry:
I've formatted my SD2Vita card using the zzBlank.img, I've copied the storage_config and storagemgr.skprx files to ur0 and added it to the config under Kernel, but no matter how i set up the mount list in storage_config I just can't get my SD to show up as uma0!!

I don't think it's a problem with the SD2Vita adapter, because I can read the SD card via USB mode in Vitashell. I just want to use my Vita MC as ux0 as normal, with the SD card as uma0 for extra space. How would I set that up in the config?

Any help at all would be greatly appreciated! :bow:

EDIT- Forgot to mention, I'm running 3.65 Enso on a Phat Vita.
The config should be setup as:
Code:
MCD=ux0
GCD=uma0

Make sure you have no other SD2Vita plugin listed in config.txt, and make sure your tai config is setup in ur0 and not ux0.
 

mcdain123

Member
Newcomer
Joined
Jun 22, 2012
Messages
10
Trophies
0
XP
143
Country
My tai config is in ur0, no remnants left in ux0. The only other plugin I have is nonpdrm, and my storagemgr config is set up as you said.

All I can think is that I've either formatted the SD wrong, or I've bought a crappy adapter. :/
 

Tom Bombadildo

Dick, With Balls
Member
Joined
Jul 11, 2009
Messages
14,575
Trophies
2
Age
29
Location
I forgot
Website
POCKET.LIKEITS
XP
19,214
Country
United States
Doesn't matter what it is beforehand, zzBlank wipes partition tables to ensure a clean format.

You could try using FAT32 instead (if it's an option), as this also works on the Vita, but I don't think it'll fix the issue.

Can you post your config txt here?
 

Ryccardo

Penguin accelerator
Member
Joined
Feb 13, 2015
Messages
7,689
Trophies
1
Age
28
Location
Imola
XP
6,904
Country
Italy
Yep, that's what I did. Does it matter if the format is NTFS or exFAT before writing the blank.img to it?
No, the only purpose of zzblank (which can be easily replaced by any zero-byte-source such as /dev/zero on Unixes) is to remove the partition table and "ensure" the card gets formatted as superfloppy (ie the whole device is treated directly as a partition, instead of having a partition table specifying 1 partition)

(typing this out actually made me think of a way it could possibly fail if it had a GPT partition table beforehand, since GPT is stored at both ends of the device in case the one at the start gets corrupted; in which case you could use a hex editor with raw disk access (like HxD as administrator) to blank the last few megabytes, or the "zap" feature of sgdisk)
 

mcdain123

Member
Newcomer
Joined
Jun 22, 2012
Messages
10
Trophies
0
XP
143
Country
I'll try Fat32 next, then. It doesn't come up as an option in Windows' formatter because it's a 64gb card- Would guiformat do the job?

I'll post my config just as soon as my transfers finish. B-)

EDIT-
Here they are! I included the storagemgr log for good measure, not that I can make sense of it!
 

Attachments

  • config.txt
    326 bytes · Views: 194
  • storage_config.txt
    34 bytes · Views: 309
  • storagemgr_log.txt
    4.7 KB · Views: 342
Last edited by mcdain123,

KiraYamatoSD

Active Member
Newcomer
Joined
Jan 31, 2016
Messages
38
Trophies
0
XP
1,354
Country
Hong Kong
I'll try Fat32 next, then. It doesn't come up as an option in Windows' formatter because it's a 64gb card- Would guiformat do the job?

I'll post my config just as soon as my transfers finish. B-)

EDIT-
Here they are! I included the storagemgr log for good measure, not that I can make sense of it!


From the storage_config.txt, I find that you have duplicated the ux0 mounting point. Maybe this is causing the issue.

Code:
MCD=ux0
INT=imc0
UMA=ux0
GCD=uma0
 

Tom Bombadildo

Dick, With Balls
Member
Joined
Jul 11, 2009
Messages
14,575
Trophies
2
Age
29
Location
I forgot
Website
POCKET.LIKEITS
XP
19,214
Country
United States
From the storage_config.txt, I find that you have duplicated the ux0 mounting point. Maybe this is causing the issue.

Code:
MCD=ux0
INT=imc0
UMA=ux0
GCD=uma0
It shouldn't matter, since UMA is a USB drive and is only used on a PSTV. As noted in the logs, it checks for a USB drive and if it doesn't find one it cancels the mount there. He could always delete both the INT and UMA option anyways, but it won't fix his issue...probably :P

TBH I'm kind of at a loss, at this point I'd say it's probably either a borked SD card or a borked adapter. My best guess otherwise would be to simply redownload the latest Storagemgr plugin, see if that changes anything.
 

KiraYamatoSD

Active Member
Newcomer
Joined
Jan 31, 2016
Messages
38
Trophies
0
XP
1,354
Country
Hong Kong
@mcdain123 Which adapter are you using, SD2Vita or PSVSD?

For SD2Vita, make sure GCD is mounted to ux0
Code:
GCD=ux0

For PSVSD, make sure UMA is mounted to ux0
Code:
UMA=ux0

Edit: I found that you are using SD2Vita.
The final config should look like this
Code:
MCD=uma0
INT=imc0
GCD=ux0
 
Last edited by KiraYamatoSD,

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • K3Nv2 @ K3Nv2:
    You like holding girth
  • SylverReZ @ SylverReZ:
    @RedColoredStars, I also listen to Beck, some of their songs are fine. Only found out about them through Windows Me; you know, that one operating system nobody ever likes?
  • RedColoredStars @ RedColoredStars:
    i dont know why tv manufactures put the hdmi ports in dumb locations so the cables have to stick out, and then down, putting strain on the ports. Instead of having the ports along the bottom edge of the tv facing downwards.
  • ZeroT21 @ ZeroT21:
    windows me was mostly on laptops if i remembered correctly
  • SylverReZ @ SylverReZ:
    @RedColoredStars, I hate that too where you have to use an HDMI extension for an Amazon Fire Stick.
    +1
  • RedColoredStars @ RedColoredStars:
    I had a desktop with ME on it.
  • SylverReZ @ SylverReZ:
    @ZeroT21, And also cheap-ass desktop PCs like eMachines.
  • RedColoredStars @ RedColoredStars:
    Worst MS OS in history. Period.
  • K3Nv2 @ K3Nv2:
    My entertainment centers blocking all my io gotta fix that eventually
  • ZeroT21 @ ZeroT21:
    I had used win 98 SE till XP arrived
  • SylverReZ @ SylverReZ:
    Had a ton of bugs and often crashed. It even didn't support DOS compatibility with older games. :feelsbadman:
  • SylverReZ @ SylverReZ:
    I only grew up with Windows XP because I was lucky.
  • RedColoredStars @ RedColoredStars:
    I downloaded XP on dialup when it came out. Overnights for like a week. cuz I couldn't tie up the phone line during the day. It was so awesome and worked so great going from ME to XP.
  • K3Nv2 @ K3Nv2:
    Vga pins were a dick
  • K3Nv2 @ K3Nv2:
    I kind of want down a large pizza at 10am then crash out
  • ZeroT21 @ ZeroT21:
    Having pizza all day? done it
  • K3Nv2 @ K3Nv2:
    Nah pizza hut open at 10:30
  • ZeroT21 @ ZeroT21:
    just buy a stack of pizza and keep the rest you don't need yet frozen
  • K3Nv2 @ K3Nv2:
    Or buy frozen pizza
  • ZeroT21 @ ZeroT21:
    I buy the regular kind, not the frozen stuff
  • ZeroT21 @ ZeroT21:
    supermarket pizza is ass
  • K3Nv2 @ K3Nv2:
    x65 would just yell at me
  • ZeroT21 @ ZeroT21:
    sounds ok, he didn't pull a gun out ,so...
  • K3Nv2 @ K3Nv2:
    $12 large any style pizza deal
  • K3Nv2 @ K3Nv2:
    Each bite is a $1 well spent
    K3Nv2 @ K3Nv2: Each bite is a $1 well spent