Pfsshell
๐ Recovered from the ShaolinAssassin wiki ยท snapshot 20250215031216
[HDD] Transfer VCD files using PFSSHELL 0.2a
Hardware Requirements :
- PS2 HDD formatted, with a __.POPS partition, locally connected to your PC
Software Requirements :
- PFSSHELL 0.2a (running under winxp โ or enable XP compatibility mode). You can find an updated version of this program here by @uyjulian โ but you have to compile it yourself.
Video tutorial : here
Text version โ based on the video :
Transfer one VCD :
-
Put your VCDs files in the psshell 0.2a folder.
-
Run pfsshell.exe
-
Select your PS2 HDD using the following command line :
device hddX:
X = the number of your PS2 HDD.
If you get this message : โps2hdd: drive status 0, format version 00000002โ, continue.
- You now need to mount the __.POPS VCD partition, using the following command line :
mount __.POPS
- Transfer your 1st VCD file using the following command line :
put NAMEOFYOURVCD.VCD
- Once the transfer is over, you can transfer another VCD or quit the programm running :
umount
then
exit
- Done.
Transfer several VCD at once :
[Original tutorial by ElPatas] @elotrolado โ [.bat files thanks to deba5er ]
-
Get these files.
-
Open command prompt, then type โcmdโ.
-
You need to launch the .bat file from itโs folder. In the example below, pfshell is placed into D: partition, into a folder named โCD Juegos PSXโ.
-
Execute the .bat running the following command line :
pfs.bat hddX: __.POPS *.VCD
-
where X is the number of your PS2 HDD;
-
__.POPS the partition where the VCDs will be transfer;
-
*.VCD means to tranfer all files with .VCD extension.




