PS3 Drive Tool Beta2.0

Iridule

Member
I finally have a working version of my Drive Tool meant to compliment @Berion scripts. And is another option for mounting & unmounting.
This tool is for Fat-NAND units without otherOS but could be modified for all. It will create a .config file in the directory it is placed in. It will also load UFS & Bswap16 modules on start.
There is also a Bonus :D

Notes: This is tested using Linux Mint 21 and should work on most Linux Mint or Ubuntu machines. UFS & Bswap16 are not included or compiled by this script.
*include ata_key.bin in ATA key path.
*include full modules name and .ko extension in Initial setup.

It took me nearly 70 hours to create as it's my first script and was made with help from ChatGPT. Enjoy. Let me know what you think. May add features in the future. Also please let me know if things work or do not as this was only tested by me so far. Also for some reason there is two instances of file manager open selecting read write I cannot figure out how to suppress the lower level instance. It's mostly just an annoyance.
Link to Drive Tool Beta 2.0.

configscreen1.png

The screen will display an initial configuration menu if .config is not found.

config screen2.png
configfound.png
 
Last edited:
Link was updated Had to make a change as .config was not updating properly after review. I got rid of the dialog box and use zenity for initial setup. Should work now. Notice full module name is needed including .ko In my case UFS is not needed as it is built into kernel.
update.png

The above link in the first post will only use zenity for the config menu However
If anyone wants a version where all main selection windows are using zenity here is 2.1 with those minor changes. (also other minor code changes read-write window should open only one instance though it seems inconsistent and version number edited)
zenity.png
 
Last edited:
Back
Top