Berion
Developer
I was just curious if uLE would read FAT32 just like for "mass:/" but unfortunately no.
The reasons behind it? Well, since FAT32 is much worst than PFS and we have PFS Shell across Windows and Linux, no reason. Just for fun and test @pink1 APA Partition Header Checksumer. ^^"
At least I proved to myself that this is possible. FS space is 124MiB (4MiB reserved for APA "header"). If someone want to play with it, I attached raw disk image.
How to mount it on Linux without apascan (ancient, not working on current distros)? For image below:
- - -
This is also for me milestone to experiments on hybrid HDD creation (APA/GPT >> PFS+FAT32). Which I believe is possible to forge.
Does such changes in uLE src is hard/time consuming to add? Just curious because this would be something which allow two different environments to read the same partition.
@krHACKen @uyjulian
The reasons behind it? Well, since FAT32 is much worst than PFS and we have PFS Shell across Windows and Linux, no reason. Just for fun and test @pink1 APA Partition Header Checksumer. ^^"
At least I proved to myself that this is possible. FS space is 124MiB (4MiB reserved for APA "header"). If someone want to play with it, I attached raw disk image.
How to mount it on Linux without apascan (ancient, not working on current distros)? For image below:
Code:
losetup loop1 --offset 2151677952 --sizelimit 130023424 /dev/sdx
mount /dev/loop1 /home/mint/ps2/test
- - -
This is also for me milestone to experiments on hybrid HDD creation (APA/GPT >> PFS+FAT32). Which I believe is possible to forge.
Does such changes in uLE src is hard/time consuming to add? Just curious because this would be something which allow two different environments to read the same partition.
@krHACKen @uyjulian
Attachments
Last edited: