Rev | Line | |
---|
[9] | 1 | .TH EJECT 1
|
---|
| 2 | .SH NAME
|
---|
| 3 | eject \- eject removable media
|
---|
| 4 | .SH SYNOPSIS
|
---|
| 5 | .B eject
|
---|
| 6 | .I device
|
---|
| 7 | .SH DESCRIPTION
|
---|
| 8 | .B Eject
|
---|
| 9 | tells a device to eject removable media, usually a floppy or CD-ROM.
|
---|
| 10 | .B Eject
|
---|
| 11 | invokes the
|
---|
| 12 | .B DIOCEJECT
|
---|
| 13 | ioctl on the device. The media will then be ejected, or allowed to be
|
---|
| 14 | removed. The call will fail if the device is still in use.
|
---|
| 15 | .PP
|
---|
| 16 | Tapes can't be unloaded with this command, use
|
---|
| 17 | .B mt offline
|
---|
| 18 | instead.
|
---|
| 19 | .SH "SEE ALSO"
|
---|
| 20 | .BR mt (1),
|
---|
| 21 | .BR disk (4),
|
---|
| 22 | .BR tape (4).
|
---|
| 23 | .SH AUTHOR
|
---|
| 24 | Kees J. Bot (kjb@cs.vu.nl)
|
---|
| 25 |
|
---|
| 26 | .\" hd, sd changed to disk, tape -- ASW 2004-12-13
|
---|
| 27 |
|
---|
| 28 |
|
---|
| 29 |
|
---|
| 30 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.