1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.5.
.TH MMC-TOOL "1" "January 2018" "mmc-tool version 2.0.0" "User Commands"
.SH NAME
mmc-tool \- libcdio Multimedia commands
.SH SYNOPSIS
.B mmc-tool
[\fI\,OPTION\/\fR...]
.SH DESCRIPTION
.IP
Issues libcdio Multimedia commands. Operations occur in the order
in which the options are given and a given operation may appear
more than once to have it run more than once.
.SS "options:"
.TP
\fB\-b\fR, \fB\-\-blocksize\fR[=\fI\,INT\/\fR]
set blocksize. If no block size or a
zero blocksize is given we return the
current setting.
.TP
\fB\-C\fR, \fB\-\-drive\-cap\fR [6|10]
print mode sense 2a data
using 6\-byte or 10\-byte form
.TP
\fB\-c\fR, \fB\-\-close\fR drive
close drive via ALLOW_MEDIUM_REMOVAL
.TP
\fB\-e\fR, \fB\-\-eject\fR [drive]
eject drive via ALLOW_MEDIUM_REMOVAL
and a MMC START/STOP command
.TP
\fB\-I\fR, \fB\-\-idle\fR
set CD\-ROM to idle or power down
via MMC START/STOP command
.TP
\fB\-i\fR, \fB\-\-inquiry\fR
print HW info via INQUIRY
.TP
\fB\-m\fR, \fB\-\-mcn\fR
get media catalog number (AKA UPC)
.TP
\fB\-s\fR, \fB\-\-speed\-KB\fR=\fI\,INT\/\fR
Set drive speed to SPEED K bytes/sec
Note: 1x = 176 KB/s
.TP
\fB\-S\fR, \fB\-\-speed\-X\fR=\fI\,INT\/\fR
Set drive speed to INT X
Note: 1x = 176 KB/s
.TP
\fB\-V\fR, \fB\-\-version\fR
display version and copyright information
and exit
.SS "Help options:"
.TP
\-?, \fB\-\-help\fR
Show this help message
.TP
\fB\-\-usage\fR
Display brief usage message
.SH COPYRIGHT
Copyright \(co 2003\-2005, 2007\-2008, 2011\-2015, 2017 R. Bernstein
.br
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Have driver: GNU/Linux ioctl and MMC driver
Have driver: cdrdao (TOC) disk image driver
Have driver: bin/cuesheet disk image driver
Have driver: Nero NRG disk image driver
No CD\-ROM device found.
|