Difference between pages "Hdl dump" and "File:Ace Combat 5 p1.jpg"

From WeWeWeb Wiki
(Difference between pages)
Jump to navigationJump to search
(Created page with "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 content...")
 
 
Line 1: Line 1:
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]]
 

Latest revision as of 20:48, 27 January 2022