]> git.ipfire.org Git - thirdparty/util-linux.git/blame_incremental - sys-utils/eject.1
rev: be careful with close()
[thirdparty/util-linux.git] / sys-utils / eject.1
... / ...
CommitLineData
1.\" Copyright (C) 1994-2005 Jeff Tranter (tranter@pobox.com)
2.\" Copyright (C) 2012 Karel Zak <kzak@redhat.com>
3.\"
4.\" It may be distributed under the GNU Public License, version 2, or
5.\" any higher version. See section COPYING of the GNU Public license
6.\" for conditions under which this file may be redistributed.
7.TH EJECT 1 "April 2012" "Linux" "User Commands"
8.SH NAME
9eject \- eject removable media
10.SH SYNOPSIS
11.B eject
12[options]
13.IR device | mountpoint
14.SH DESCRIPTION
15.B eject
16allows removable media (typically a CD-ROM, floppy disk, tape, JAZ, ZIP or USB
17disk) to be ejected under software control. The command can also control some
18multi-disc CD-ROM changers, the auto-eject feature supported by some devices,
19and close the disc tray of some CD-ROM drives.
20.PP
21The device corresponding to \fIdevice\fP or \fImountpoint\fP is ejected. If no
22name is specified, the default name \fB/dev/cdrom\fR is used. The device may be
23addressed by device name (e.g. 'sda'), device path (e.g. '/dev/sda'),
24UUID=\fIuuid\fR or LABEL=\fIlabel\fR tags.
25.PP
26There are four different methods of ejecting, depending on whether the device
27is a CD-ROM, SCSI device, removable floppy, or tape. By default \fBeject\fR tries
28all four methods in order until it succeeds.
29.PP
30If a device partition is specified, the whole-disk device is used. If the device
31or a device partition is currently mounted, it is unmounted before ejecting.
32.SH OPTIONS
33.TP
34.BR \-a , " \-\-auto on" | off
35This option controls the auto-eject mode, supported by some devices. When
36enabled, the drive automatically ejects when the device is closed.
37.TP
38.BR \-c , " \-\-changerslot " \fIslot
39With this option a CD slot can be selected from an ATAPI/IDE CD-ROM changer.
40The CD-ROM drive cannot be in use (mounted data CD or playing a music CD) for
41a change request to work. Please also note that the first slot of the changer
42is referred to as 0, not 1.
43.TP
44.BR \-d , " \-\-default"
45List the default device name.
46.TP
47.BR \-F , " \-\-force"
48Force eject, don't check device type.
49.TP
50.BR \-f , " \-\-floppy"
51This option specifies that the drive should be ejected using a removable floppy
52disk eject command.
53.TP
54.BR \-h , " \-\-help"
55Display help text and exit.
56.TP
57.BR \-i , " \-\-manualeject on" | off
58This option controls locking of the hardware eject button. When enabled, the
59drive will not be ejected when the button is pressed. This is useful when you
60are carrying a laptop in a bag or case and don't want it to eject if the button
61is inadvertently pressed.
62.TP
63.BR \-M , " \-\-no\-partitions\-unmount"
64The option tells eject to not try to unmount other partitions on partitioned
65devices. If another partition is still mounted, the program will not attempt
66to eject the media. It will attempt to unmount only the device or mountpoint
67given on the command line.
68.TP
69.BR \-m , " \-\-no\-unmount"
70The option tells eject to not try to unmount at all.
71.TP
72.BR \-n , " \-\-noop"
73With this option the selected device is displayed but no action is performed.
74.TP
75.BR \-p , " \-\-proc"
76This option allows you to use /proc/mounts instead /etc/mtab. It also passes the
77\fB\-n\fR option to \fBumount\fR(8).
78.TP
79.BR \-q , " \-\-tape"
80This option specifies that the drive should be ejected using a tape drive
81offline command.
82.TP
83.BR \-r , " \-\-cdrom"
84This option specifies that the drive should be ejected using a CDROM eject
85command.
86.TP
87.BR \-s , " \-\-scsi"
88This option specifies that the drive should be ejected using SCSI commands.
89.TP
90.BR \-T , " \-\-traytoggle"
91With this option the drive is given a CD-ROM tray close command if it's opened,
92and a CD-ROM tray eject command if it's closed. Not all devices support this
93command, because it uses the above CD-ROM tray close command.
94.TP
95.BR \-t , " \-\-trayclose"
96With this option the drive is given a CD-ROM tray close command. Not all
97devices support this command.
98.TP
99.BR \-V , " \-\-version"
100Display version information and exit.
101.TP
102.BR \-v , " \-\-verbose"
103Run in verbose mode; more information is displayed about what the command is
104doing.
105.TP
106.BR \-X , " \-\-listspeed"
107With this option the CD-ROM drive will be probed to detect the available
108speeds. The output is a list of speeds which can be used as an argument of the
109\fB\-x\fR option. This only works with Linux 2.6.13 or higher, on previous versions
110solely the maximum speed will be reported. Also note that some drives may not
111correctly report the speed and therefore this option does not work with them.
112.TP
113.BR \-x , " \-\-cdspeed " \fIspeed
114With this option the drive is given a CD-ROM select speed command. The
115.I speed
116argument is a number indicating the desired speed (e.g. 8 for 8X speed), or 0
117for maximum data rate. Not all devices support this command and you can only
118specify speeds that the drive is capable of. Every time the media is changed
119this option is cleared. This option can be used alone, or with the
120\fB\-t\fR and \fB\-c\fR options.
121.SH EXIT STATUS
122Returns 0 if operation was successful, 1 if operation failed or command syntax
123was not valid.
124.SH NOTES
125.B eject
126only works with devices that support one or more of the four methods of
127ejecting. This includes most CD-ROM drives (IDE, SCSI, and proprietary), some
128SCSI tape drives, JAZ drives, ZIP drives (parallel port, SCSI, and IDE
129versions), and LS120 removable floppies. Users have also reported success with
130floppy drives on Sun SPARC and Apple Macintosh systems. If
131.B eject
132does not work, it is most likely a limitation of the kernel driver for the
133device and not the
134.B eject
135program itself.
136.PP
137The \fB\-r\fR, \fB\-s\fR, \fB\-f\fR, and \fB\-q\fR options allow controlling
138which methods are used to
139eject. More than one method can be specified. If none of these options are
140specified, it tries all four (this works fine in most cases).
141.PP
142.B eject
143may not always be able to determine if the device is mounted (e.g. if it has
144several names). If the device name is a symbolic link,
145.B eject
146will follow the link and use the device that it points to.
147.PP
148If
149.B eject
150determines that the device can have multiple partitions, it will attempt to
151unmount all mounted partitions of the device before ejecting (see also
152\fB--no-partitions-unmount\fR). If an unmount fails, the program will not
153attempt to eject the media.
154.PP
155You can eject an audio CD. Some CD-ROM drives will refuse to open the tray if
156the drive is empty. Some devices do not support the tray close command.
157.PP
158If the auto-eject feature is enabled, then the drive will always be ejected
159after running this command. Not all Linux kernel CD-ROM drivers support the
160auto-eject mode. There is no way to find out the state of the auto-eject mode.
161.PP
162You need appropriate privileges to access the device files. Running as root is
163required to eject some devices (e.g. SCSI devices).
164.SH AUTHORS
165.MT tranter@\:pobox.com
166Jeff Tranter
167.ME
168- original author.
169.br
170.MT kzak@\:redhat.com
171Karel Zak
172.ME
173and
174.MT mluscon@\:redhat.com
175Michal Luscon
176.ME
177- util-linux version.
178.SH SEE ALSO
179.BR findmnt (8),
180.BR lsblk (8),
181.BR mount (8),
182.BR umount (8)
183.SH AVAILABILITY
184The eject command is part of the util-linux package and is available from
185.UR https://\:www.kernel.org\:/pub\:/linux\:/utils\:/util-linux/
186Linux Kernel Archive
187.UE .