EJECT.1
Upload User: jnzhq888
Upload Date: 2007-01-18
Package Size: 51694k
Code Size: 1k
Category:

OS Develop

Development Platform:

WINDOWS

  1. EJECT(1)                  Minix Programmer's Manual                   EJECT(1)
  2. NAME
  3.      eject - eject removable media
  4. SYNOPSIS
  5.      eject device
  6. DESCRIPTION
  7.      Eject tells a device to eject removable media, usually a  floppy  or  CD-
  8.      ROM.   Eject  invokes  the DIOCEJECT ioctl on the device.  The media will
  9.      then be ejected, or allowed to be removed.  The call  will  fail  if  the
  10.      device is still in use.
  11.      Tapes can't be unloaded with this command, use mt offline instead.
  12. SEE ALSO
  13.      mt(1), hd(4), sd(4).
  14. AUTHOR
  15.      Kees J. Bot (kjb@cs.vu.nl)
  16.                                                                              1