minix/minix/man/man1/eject.1
Lionel Sambuc 433d6423c3 New sources layout
Change-Id: Ic716f336b7071063997cf5b4dae6d50e0b4631e9
2014-07-31 16:00:30 +02: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