Can webman play directly from a NTFS formatted HDD? Every time I try to play a PSP game it copies it to the internal HDD. THANKS Sent from my iPhone using Tapatalk
PS2 / PSP Games only play on internal . webMAN (or MOD) will transfer the game to internal so it can play. PS1 games can be either external or internal if not mistaken
Thanks for the quick reply. I appreciate it. I thought since it played it from a fat32 HDD, it would play it from a NTFS. I guess I'll partition my HDD for both. Sent from my iPhone using Tapatalk
PSP is a must from internal while the PS2 can be loaded via external but only using OpenLoader. You can also load PS2 games from a SMB share with OPL for PS1 & PS2 games/homebrew. Works better for BC models but has same compatibility as NON-BC models as Cobra.
That's some awesome new info, thanks. I do want to point out tho. Loading PSP games via FAT32 external HDD is indeed possible. That is how I previously played them but have since started playing with NTFS due to no longer having to split ISO's for PS3 games. Sent from my iPhone using Tapatalk
DeviceJB GAMES (PS3)PS3ISOPSXISOPS2ISOPSPISOBDISODVDISOROMSInternal HDDYESYESYESYESYESYESYESYESUSB FAT32YES 5YES 1YES NO 2YES YESYESYESSD FAT32YES 5YES 1YES NO 2YES YES YES YESNTFSNOYES YES NO 3NO 3YESYESNONET (ps3netsrv)YES YES 4YES NO 3NO 3YESYESNONotes: 1 = Split ISO files are required for games larger than 4GB 2 = PS2ISO are only supported on internal HDD. For external HDD use OpenLoader. 3 = PS2ISO and PSPISO are not suported on NTFS or NET. webMAN MOD makes a copy to HDD then launch the game. 4 = Split ISO on NET are supported only with my fork of ps3netsrv. 5 = JB Games with files larger than 4GB are not supported on FAT32. Split files .666## are not supported.
I think a variant of it is in the webMAN MOD faq but in more detail. Or was it the Cobra-Mamba-REX CFW details/features chart.
thanks. I wasn't aware of that. I'm not in such a great mood today. I was scanning my failed xbox 360 external hdd (many errors), and making a backup of my Wii drive (2 backups actually on 2 drives for extra security after the 360 an ps3 failing hds) when my laptop restarted to install updates in the middle of the night. it pissed me off. maybe there's a way to disable that...haven't looked into it though. edit: the point being, I've gotta restart both of these things. I'm backing up the wii hdd first since it will take less time.
Ok. So I partitioned my 2TB HDD to fat32 and ntfs (in that order and MBR). All my PS3, PS2 and PSX games are on the ntfs partition. PSP games are on the fat32 partition. All in the correct folders. My PS3 can see all games except PSP. I can go to file manager and see them but that's it. Any help would be awesome. I'm trying to avoid using two drives. Setup Rebug 4.81.2 Webman 1.47.05 Prepntfs Multiman 4.81.2 Sent from my iPhone using Tapatalk
Pity, PSPISO does not support lan launch, network disconnection I tested detect that lambda.db may not be needed I modified from storage_ext.c (mamba) int sys_storage_ext_mount_encrypted_image(char *image, char *mount_point, char *filesystem, uint64_t nonce) { int ret; ret = cellFsUtilMount_h("CELL_FS_PATH:/dev_flash/pspemu", filesystem, mount_point, 0, 1, 0, NULL, 0); if (ret != 0) { #ifdef DEBUG DPRINTF("cellFsUtilMount failed: %x\n", ret); #endif return ret; } //map_path(mount_point, "/dev_usb000", FLAG_COPY|FLAG_PROTECT); return 0; } Sorry, my engish is not good
Is this a proposed change to Mamba? I understand you commented the mappath call but to what effect? Can you explain a little? If you need to, use Google Translate or whatever...
No, Because the test found /dev_flash/pspemu mount to /dev_moo I don't know the function of lambda.db So I try ignored it, and pspiso worked fine