superg / redumper

Low level CD dumper utility
GNU General Public License v3.0
187 stars 17 forks source link

The protection command for the Mac disc (HFS) fails #88

Closed fuzz6001 closed 9 months ago

fuzz6001 commented 9 months ago

This causes the cd command to abort.

=== 2023-10-21 20:20:37 ========================================================
redumper v2023.10.17 build_231 [Oct 17 2023, 23:58:00]

command line: ..\bin\redumper cd --verbose --drive=g: --speed=24 --retries=20 --image-name=dump --image-path=.

drive path: g:
drive: PLEXTOR - DVDR PX-760A (revision level: 1.07, vendor specific: 08/18/07 15:10)
drive configuration: PLEXTOR (read offset: +30, C2 shift: 295, pre-gap start: -75, read method: D8, sector order: DATA_C2_SUB)

image path: .
image name: dump

*** DUMP

disc TOC:
  track 1 {  data }
    index 01 { LBA:      0, MSF: 00:02:00 }
  track A {  data }
    index 01 { LBA: 204961, MSF: 45:34:61 }

PLEXTOR: reading lead-in (retry: 1)
PLEXTOR: lead-in found (session: 1, sectors: 2058)
PLEXTOR: reading lead-in (retry: 2)
PLEXTOR: lead-in found (session: 1, sectors: 2408)
PLEXTOR: storing lead-in (session: 1, verified: yes)

media errors: 
  SCSI: 0
  C2: 0
  Q: 123

*** PROTECTION (time check: 360s)

error: primary volume descriptor not found
HeroponRikiBestest commented 9 months ago

Likely the same issue as https://github.com/superg/redumper/issues/83 ; should affect every non-ISO filesystem.

fuzz6001 commented 9 months ago

Ah, thanks, close this.