Hdl dump

From WeWeWeb Wiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

A utility to transfer harddisk files from PC to PS2 and vice versa.

Run hdld_svr.elf in PS2

The ipconfig is stored in mc0:/SYS-CONF/IPCONFIG.DAT

To get the table of contents in the PS2 harddisk:

hdl_dump toc 192.168.0.10

To get the signature of an image file:

hdl_dump cdvd_info <pc_file_name>

To write image (DVD/CD) to PS2:

hdl_dump inject_dvd 192.168.0.10 <ps2_file_name> <pc_file_name> <dvd_signature>

hdl_dump inject_cd 192.168.0.10 <ps2_file_name> <pc_file_name> <dvd_signature>

Note that network speed is quite slow, about 600KB/s.

To extract image from PS2:

hdl_dump extract 192.168.0.10 PP.HDL.<ps2_file_name> <pc_file_name>

To delete image from PS2:

hdl_dump delete 192.168.0.10 PP.HDL.<ps2_file_name>

Official page: http://hdldump.ps2-scene.org/


Goto PS2