ps2homebrew / hdl-dump

Install games in HDLoader format to APA-formatted hard drive
123 stars 25 forks source link

add toc --dm option #48

Closed bignaux closed 2 years ago

bignaux commented 2 years ago

Pull Request checklist

Note: these are not necessarily requirements

Pull Request description

now we can use hdl_dump as source for the linux device-mapper : hdl_dump toc /dev/loop0 --dm | sudo dmsetup create --concise ( that equivalent to kpartx -a disk.img with our sony APA disk ).

bignaux commented 2 years ago

Now , size on ISO is accurate, you can directly checksum the mapped device and find the right number according to redump.org . No additional project like apascan to maintain, and much.

bignaux commented 2 years ago

@chewi :point_up:

chewi commented 2 years ago

Huh, that's cool. I don't really do much in this space these days but still, nice work. :+1:

bignaux commented 2 years ago

@chewi : things kewl with your apascan, it still compile and run today with latest kernel with just a warning or two ! but like i said, i've more interest to put this kind of stuff as that. PS2 scene still alive ! Thanks for your contribution.