PS3 USB Drive root directory

Part of my formatter script, but with comments left so all in one place. ;)
Code:
sudo mkdir -p MUSIC/             # Official place for music in supported formats by XMB.
sudo mkdir -p PICTURE/           # Official place for photos in supported formats by XMB.
sudo mkdir -p VIDEO/             # Official place for videos in supported formats by XMB.

sudo mkdir -p PS3/EXPORT/BACKUP/     # Official place for System Backup Utility *.dat archives (inside "<YYYYMMDDHHMM>" folder).
sudo mkdir -p PS3/EXPORT/PS2SD/     # Official place for PS2 encrypted VMCs ("PS3/EXPORT/PS2SD/<GameID>/SCEVMC0.VME").
sudo mkdir -p PS3/EXPORT/PSV/       # Official place for PS1 and PS2 save containers in *.psv format.
sudo mkdir -p PS3/OTHEROS/         # Official place for "otheros.bld" (OtherOS boot loader).
sudo mkdir -p PS3/SAVEDATA/       # Official place for encrypted PS3 saves without Copy Prohibited attribute in "PARAM.SFO".
sudo mkdir -p PS3/THEME/         # Official place for themes in *.p3t format.
sudo mkdir -p PS3/UPDATE/SEARCH/     # Official place for "PS3UPDAT.PUP" firmware update package ("SEARCH" only for DECRs).
sudo mkdir -p PSP/SAVEDATA/       # Official place for encrypted PSP saves.

sudo mkdir -p PS1/SAVEDATA/       # Apollo's place for PS1 save containers in *.mcs and *.psx formats.
sudo mkdir -p PS1/VMC/           # Apollo's place for PS1 VMCs in *.vm1 format.
sudo mkdir -p PS2/SAVEDATA/       # Apollo's place for PS2 save containers in *.cbs, *.max, *.psu, *.sps and *.xps formats.
sudo mkdir -p PS2/VMC/           # Apollo's place for PS2 VMCs in *.vm2 format.

# sudo mkdir -p PSXISO/           # WebMAN MOD place for PS1 disc images in *.bin/*.cue and *.img/*.ccd/*.sub/*.cue formats. All in Mode 2 (2352 or 2368 blocks).
# sudo mkdir -p PS2ISO/           # WebMAN MOD place for PS2 disc images in *.bin/*.cue, *.bin.enc, *.iso and *.iso.enc formats. For CD: Mode 2 (2352 blocks), for DVD: Mode 1 (2048 blocks).
# sudo mkdir -p PS3ISO/           # WebMAN MOD place for decrypted PS3 disc images in *.iso format.
# sudo mkdir -p PSPISO/           # WebMAN MOD place for PSP disc images in *.iso format.
# sudo mkdir -p BDISO/           # WebMAN MOD place for BD-Video disc images in *.iso format.  [?]
# sudo mkdir -p DVDISO/           # WebMAN MOD place for DVD-Video disc images in *.iso format. [?]

# sudo mkdir -p exdata/           # Various of homebrew place for *.rap format licenses.
 
should i create the folders before i plug in the usb drive. I only need the usb drive
to install .pkgs

There is no need to create any folder structure in order to install PKGs from USB.

The only condition is that all the PKGs are in the root folder of the USB drive and use the Standard option in the Package Manager to detect them. Also, you can create a "packages" folder on the USB drive and use the Package Directory option in the Package Manager.

Remember: the USB drive must be formated as FAT32 with MBR, and the packages must have the file extension .pkg (lower case). If you want to use another file system, you must use PrepISO.

Here is a tutorial from MrMario:

 
Can be FAT32 alone, without MBR. Just FYI. But cannot be GPT or any other partition table of course.
 
Back
Top