1CD-READ(1) User Commands CD-READ(1)
2
3
4
6 cd-read - reads Information from a CD or CD-image
7
9 cd-read [OPTION...]
10
12 -a, --access-mode=STRING
13 Set CD control access mode
14
15 -m, --mode=MODE-TYPE
16 set CD-ROM read mode (audio, m1f1, m1f2, m2mf1, m2f2)
17
18 -d, --debug=INT
19 Set debugging to LEVEL
20
21 -x, --hexdump
22 Show output as a hex dump. The default is a hex dump when output
23 goes to stdout and no hex dump when output is to a file.
24
25 -j, --just-hex
26 Don't display printable chars on hex dump. The default is print
27 chars too.
28
29 --no-header
30 Don't display header and copyright (for regression testing)
31
32 --no-hexdump
33 Don't show output as a hex dump.
34
35 -s, --start=INT
36 Set LBA to start reading from
37
38 -e, --end=INT
39 Set LBA to end reading from
40
41 -n, --number=INT
42 Set number of sectors to read
43
44 -b, --bin-file[=FILE]
45 set "bin" CD-ROM disk image file as source
46
47 -c, --cue-file[=FILE]
48 set "cue" CD-ROM disk image file as source
49
50 -i, --input[=FILE]
51 set source and determine if "bin" image or device
52
53 -C, --cdrom-device[=DEVICE]
54 set CD-ROM device as source
55
56 -N, --nrg-file[=FILE]
57 set Nero CD-ROM disk image file as source
58
59 -t, --toc-file[=FILE]
60 set "TOC" CD-ROM disk image file as source
61
62 -o, --output-file=FILE
63 Output blocks to file rather than give a hexdump.
64
65 -V, --version
66 display version and copyright information and exit
67
68 Help options:
69 -?, --help
70 Show this help message
71
72 --usage
73 Display brief usage message
74
76 Rocky Bernstein <rocky@gnu.org>
77
79 Copyright © 2003-2005, 2007-2008, 2011-2015, 2017 R. Bernstein
80 This is free software; see the source for copying conditions. There is
81 NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
82 PURPOSE. Have driver: GNU/Linux ioctl and MMC driver Have driver: cdr‐
83 dao (TOC) disk image driver Have driver: bin/cuesheet disk image driver
84 Have driver: Nero NRG disk image driver No CD-ROM device found.
85
87 cd-info(1) for information about a CD; cd-drive(1) for CD-ROM charac‐
88 teristics; iso-read(1) for information about an ISO-9660 image.
89
90
91
92cd-read version 2.1.0 April 2019 CD-READ(1)