minix/minix/commands/eject/eject.1
David van Moolenbroek b80da2a01d commands: move manpages into command directories
Change-Id: Icf8a2d26629a1822725022c9ee21c587d3c4c3b4
2015-09-28 14:06:06 +00:00

31 lines
566 B
Groff

.TH EJECT 1
.SH NAME
eject \- eject removable media
.SH SYNOPSIS
.B eject
.I device
.SH DESCRIPTION
.B Eject
tells a device to eject removable media, usually a floppy or CD-ROM.
.B Eject
invokes the
.B DIOCEJECT
ioctl on the device. The media will then be ejected, or allowed to be
removed. The call will fail if the device is still in use.
.PP
Tapes can't be unloaded with this command, use
.B mt offline
instead.
.SH "SEE ALSO"
.BR mt (1),
.BR disk (4),
.BR tape (4).
.SH AUTHOR
Kees J. Bot (kjb@cs.vu.nl)
.\" hd, sd changed to disk, tape -- ASW 2004-12-13