Go to file
openKylinBot efff3be9b1 changed debian/source/format to native 2022-05-13 20:17:30 +08:00
debian changed debian/source/format to native 2022-05-13 20:17:30 +08:00
po Changes to the source found in version 2.1.5+deb1+cvs20081104-13.1 2022-05-13 20:17:29 +08:00
AUTHORS Import Upstream version 2.1.5+deb1+cvs20081104 2022-05-13 20:17:28 +08:00
COPYING Import Upstream version 2.1.5+deb1+cvs20081104 2022-05-13 20:17:28 +08:00
ChangeLog Import Upstream version 2.1.5+deb1+cvs20081104 2022-05-13 20:17:28 +08:00
INSTALL Import Upstream version 2.1.5+deb1+cvs20081104 2022-05-13 20:17:28 +08:00
Makefile.am Import Upstream version 2.1.5+deb1+cvs20081104 2022-05-13 20:17:28 +08:00
Makefile.in Changes to the source found in version 2.1.5+deb1+cvs20081104-13.1 2022-05-13 20:17:29 +08:00
NEWS Import Upstream version 2.1.5+deb1+cvs20081104 2022-05-13 20:17:28 +08:00
PORTING Import Upstream version 2.1.5+deb1+cvs20081104 2022-05-13 20:17:28 +08:00
PROBLEMS Import Upstream version 2.1.5+deb1+cvs20081104 2022-05-13 20:17:28 +08:00
README Import Upstream version 2.1.5+deb1+cvs20081104 2022-05-13 20:17:28 +08:00
TODO Import Upstream version 2.1.5+deb1+cvs20081104 2022-05-13 20:17:28 +08:00
aclocal.m4 Changes to the source found in version 2.1.5+deb1+cvs20081104-13.1 2022-05-13 20:17:29 +08:00
bootstrap Import Upstream version 2.1.5+deb1+cvs20081104 2022-05-13 20:17:28 +08:00
config.guess Import Upstream version 2.1.5+deb1+cvs20081104 2022-05-13 20:17:28 +08:00
config.h Changes to the source found in version 2.1.5+deb1+cvs20081104-13.1 2022-05-13 20:17:29 +08:00
config.h.in Changes to the source found in version 2.1.5+deb1+cvs20081104-13.1 2022-05-13 20:17:29 +08:00
config.sub Import Upstream version 2.1.5+deb1+cvs20081104 2022-05-13 20:17:28 +08:00
configure Changes to the source found in version 2.1.5+deb1+cvs20081104-13.1 2022-05-13 20:17:29 +08:00
configure.in Changes to the source found in version 2.1.5+deb1+cvs20081104-13.1 2022-05-13 20:17:29 +08:00
depcomp Changes to the source found in version 2.1.5+deb1+cvs20081104-13.1 2022-05-13 20:17:29 +08:00
dmcrypt-get-device.c Changes to the source found in version 2.1.5+deb1+cvs20081104-13.1 2022-05-13 20:17:29 +08:00
eject-2.1.5.lsm Import Upstream version 2.1.5+deb1+cvs20081104 2022-05-13 20:17:28 +08:00
eject-2.1.5.spec Import Upstream version 2.1.5+deb1+cvs20081104 2022-05-13 20:17:28 +08:00
eject.1 Import Upstream version 2.1.5+deb1+cvs20081104 2022-05-13 20:17:28 +08:00
eject.c Changes to the source found in version 2.1.5+deb1+cvs20081104-13.1 2022-05-13 20:17:29 +08:00
i18n.h Import Upstream version 2.1.5+deb1+cvs20081104 2022-05-13 20:17:28 +08:00
install-sh Import Upstream version 2.1.5+deb1+cvs20081104 2022-05-13 20:17:28 +08:00
missing Import Upstream version 2.1.5+deb1+cvs20081104 2022-05-13 20:17:28 +08:00
mkinstalldirs Import Upstream version 2.1.5+deb1+cvs20081104 2022-05-13 20:17:28 +08:00
volname.1 Import Upstream version 2.1.5+deb1+cvs20081104 2022-05-13 20:17:28 +08:00
volname.c Import Upstream version 2.1.5+deb1+cvs20081104 2022-05-13 20:17:28 +08:00

README

Eject allows removable media (typically a CD-ROM, floppy disk, tape
drive, or JAZ or ZIP disk) to be ejected under software control. The
command can also control some multi-disc CD-ROM changers, the
auto-eject feature supported by some devices, and close the disc tray
of some CD-ROM drives.

See the file INSTALL for instructions on how to compile and install
the program.

The following devices and configurations are known to work with eject:

Devices:
- 1GB and 2GB SCSI IOMEGA JAZ drives
- Apple PowerMac floppy drive
- HP1534 SCSI DAT tape drive
- IDE/ATAPI CD-ROM
- IDE/ATAPI IOMEGA 100MB ZIP drive
- IDE/ATAPI LS120 120MB floppy drive
- Parallel port IOMEGA 100MB ZIP drive
- SCSI CD-R drive
- SCSI CD-ROM
- SCSI MO Drive
- Sun SPARC floppy drive 
- Fujitsu M2512A magneto-optical disk drive (SCSI)

Kernels:
- 2.0.36 (and earlier 2.0.x)
- 2.1.132 (and earlier 2.1.x)
- 2.2.16 (and earlier 2.2.x)
- 2.4.4 (and earlier 2.4.x)
- 2.6.11 (and earlier 2.6.x)
- with both the IDE, SCSI, and IDE SCSI emulation kernel drivers

Platforms:
- Intel (Red Hat)
- SPARC
- PowerPC
- DEC Alpha

It is loosely based on the SunOS eject command.

If you have any problems or suggestions, drop me a line. I'm
particularly interested in hearing if it does or doesn't work with
media other than CD-ROM or when running Linux on non-Intel machines.

Version 2.0 is mostly a rewrite of version 1.5 to clean up the source
and add a number of new features (and take out some useless ones).
Many thanks to the beta testers for version 2.0:

Andrea Borgia	Darius Davis	David Wheeler	Jochen Stein
Marko Makela	Mike Warnecke	Steve Linn	Tobias Richter
Richard Simpson

You may also find some of the following commands useful for managing
removable media:

gtkzip
jazip
mt
mzip
ziptool

Jeff Tranter
tranter@pobox.com