Herong's Tutorial Notes on CD/DVD
Dr. Herong Yang, Version 2.14

"readcd -fulltoc" - Data CD Sample

This section provides a sample of TOC (Table Of Content) from a data CD.

The next test I did was on a data CD. I ran the "readcd -fulltoc" command after inserting the CD:

C:\local\cdrtools>readcd dev=0,0,0 -fulltoc
Read  speed:  2822 kB/s (CD  16x, DVD  2x).
Write speed:  2823 kB/s (CD  16x, DVD  2x).
TOC len: 48. First Session: 1 Last Session: 1.
01 14 00 A0 00 00 00 00 01 00 00
01 14 00 A1 00 00 00 00 01 00 00
01 14 00 A2 00 00 00 00 07 16 22
01 14 00 01 00 00 00 00 00 02 00
Lead out 1: 33034

The output tells us that:

  • There is only one session on the CD.
  • There is one track in the session - Count the lines after the first 3 lines.
  • The size of the session is 33,034 sectors.

Sections in This Chapter

Where Is TOC Located on a CD

"readcd -fulltoc" - Reading TOC with "cdrtools"

"readcd -fulltoc" - CD-DA (Audio CD) Sample

"readcd -fulltoc" - Data CD Sample

"readcd -fulltoc" - Multi-Session Data CD Sample

"readcd -fulltoc" - VCD (Video CD) Sample

"readcd -fulltoc" - DVD Sample

Dr. Herong Yang, updated in 2007
"readcd -fulltoc" - Data CD Sample