A utility to create PFS (Playstation File System) images.
makepfs -o pfs_image_name.dat -r /path/to/root/directory [-b BLOCKSIZE]
-o filename
: Sets the output filename for the image tofilename
.-r /path/to/root
: Sets the directory used as the root of the filesystem.-b BLOCKSIZE
: (Optional) Sets the blocksize of the PFS image. Default is 65536.