DiscImageCreator icon indicating copy to clipboard operation
DiscImageCreator copied to clipboard

Need help for Tages

Open gmipf opened this issue 4 years ago • 8 comments

I have a Tages CD-Rom, there is this command:

/r      Read CD from the reverse
                    For Alpha-Disc, Tages (very slow)

But if I try it says:

AppVersion
        x64, AnsiBuild, 20211001T120113
Unknown option: [/r]
If you see the usage, execute .exe without argument

Can I dump the CD disc without /r?

gmipf avatar Oct 18 '21 20:10 gmipf

https://github.com/saramibreak/DiscImageCreator/wiki Search for /r using Ctrl + F

saramibreak avatar Oct 19 '21 08:10 saramibreak

As I understand the /r command isn't supported with cd, so do I need to use the data mode for CD-ROMs? Could you give me an example command?

gmipf avatar Oct 22 '21 10:10 gmipf

So could get it to work with the /r command but how I do use the 'all' flag in this command? sudo ./DiscImageCreator_linux.out data /dev/sr2 dumps/pc_aoxxl_1014962_r/dump.bin 40 0 1000 /c2 /r

gmipf avatar Oct 23 '21 11:10 gmipf

It applies automatically.

saramibreak avatar Oct 23 '21 18:10 saramibreak

sudo ./DiscImageCreator_linux.out data /dev/sr2 dumps/pc_aoxxl_1014962_r/dump.bin 40 /c2 /r

Like that?

gmipf avatar Oct 23 '21 18:10 gmipf

"All" is a type to read sectors. enum _EXPECTED_SECTOR_TYPE { All = 0, CDDA = 1, Mode1 = 2, Mode2 = 3, Mode2form1 = 4, Mode2form2 = 5 // 6, 7 is reserved } EXPECTED_SECTOR_TYPE, *PEXPECTED_SECTOR_TYPE;

The user that uses the app doesn't need to be conscious it.

saramibreak avatar Oct 23 '21 19:10 saramibreak

OK, so there is no command that determines the EndLBA and do a full dump. How should I dump my disc then?

Here one example, here is what ImgBurn says about my CD:

PLEXTOR DVDR   PX-716A 1.11
Current Profile: CD-ROM

Disc Information:
Status: Complete
State of Last Session: Complete
Erasable: No
Sessions: 1
Sectors: 327.289
Size: 670.287.872 bytes
Time: 72:45:64 (MM:SS:FF)
Supported Read Speeds: 4x; 8x; 24x; 32x; 40x; 48x

File System Information:
Sectors: 327.139
Size: 669.980.672 bytes
Time: 72:43:64 (MM:SS:FF)

TOC Information:
Session 1... (LBA: 0 / 00:02:00)
-> Track 01  (Mode 1, LBA: 0 / 00:02:00)
-> LeadOut  (LBA: 327289 / 72:45:64)

Track Information:
Session 1...
-> Track 01 (LTSA: 0, LTS: 327289, LRA: 0)

Should I use the command like this then? sudo ./DiscImageCreator_linux.out data /dev/sr2 dumps/pc_aoxxl_1014962_r/dump.bin 40 0 327289 /c2 /r

gmipf avatar Oct 23 '21 19:10 gmipf

There also something odd, if I use this command: sudo ./DiscImageCreator_linux.out data /dev/sr2 dumps/pc_aoxxl_1014962_r/dump.bin 40 0 327288 /c2 /r

It will do: Creating .bin from 327288 to -1 (LBA) 217039

Here is the full output (still dumping)

$ sudo ./DiscImageCreator_linux.out data /dev/sr2 dumps/pc_aoxxl_1014962_r/dump.bin 40 0 327288 /c2 /r
AppVersion
        x64, AnsiBuild, 20211001T120113
/c2 val1 was omitted. set [4000]
/c2 val2 was omitted. set [0]
CurrentDirectory
        /media/Daten/DiscImageCreator_linux
WorkingPath
         Argument: dumps/pc_aoxxl_1014962_r/dump.bin
         FullPath: /media/Daten/DiscImageCreator_linux/dumps/pc_aoxxl_1014962_r/dump.bin
            Drive: /
        Directory: media/Daten/DiscImageCreator_linux/dumps/pc_aoxxl_1014962_r/
         Filename: dump
        Extension: .bin
StartTime: 2021-10-23T21:05:13+0200
          Block Size: 4096
       Flagment Size: 4096
       All Block Num: 121011816
      Free Block Num: 19688941
 Available Block Num: 13524462
          I Node Num: 30801920
     Free I Node Num: 29660969
Available I Node Num: 29660969
      File System ID: 14113274811963720153
          Mount Flag: 4096
 Max Filename Length: 255
CurrentDriveSize
        Total: 495664398336 bytes
         Used:  55396196352 bytes
        ------------------------------------
        Space: 440268201984 bytes
         => There is enough the disk space for dumping
Set the drive speed: 7056KB/sec
LBA[000000, 0000000]: [F:ExecCheckingByteOrder][L:2531]
        Opcode: 0xbe
        ScsiStatus: 0x02 = CHECK_CONDITION
        SenseData Key-Asc-Ascq: 05-64-00 = ILLEGAL_REQUEST - ILLEGAL MODE FOR THIS TRACK
lpCmd: be, 04, 00, 00, 00, 00, 00, 00, 01, fa, 01, 00
dwBufSize: 2742
This drive doesn't support [OpCode: 0xbe, C2flag: 1, SubCode: 1]
[WARNING] This drive doesn't support reporting C2 error. Disabled /c2
This drive supports [OpCode: 0xd8, SubCode: 0]
This drive supports [OpCode: 0xd8, SubCode: 1]
This drive supports [OpCode: 0xd8, SubCode: 2]
This drive supports [OpCode: 0xd8, SubCode: 8]
Set OpCode: 0xbe, SubCode: 4(Pack)
Checking SubQ ctl (Track)  1/ 1
Creating .bin from 327288 to -1 (LBA) 217039

gmipf avatar Oct 23 '21 19:10 gmipf

Added: /t option in data command DiscImageCreator data <Drive> <Filepath> <DriveSpeed> <StartLBA> <EndLBA> /t <val>

val is 20 by default. DiscImageCreator_test.zip DiscImageCreator_test.tar.gz

3 bin is generated. _Forward.bin, _Backward.bin, _BackToForward.bin

saramibreak avatar Dec 16 '23 14:12 saramibreak

https://github.com/saramibreak/DiscImageCreator/commit/c227b54f8a38d607cb7cf1d18533567da06b8387

saramibreak avatar Jan 02 '24 15:01 saramibreak