eject-2.1.5

Introduction to Eject

The Eject package is a program for ejecting removable media under software control.

[Note]

Note

Starting with util-linux-2.22, the eject program has been incorporated into that package. If you have installed util-linux-2.22 or later, this package is not needed.

This package is known to build and work properly using an LFS-7.4 platform.

Package Information

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/eject

Installation of Eject

Install Eject by running the following commands:

./configure --prefix=/usr &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Contents

Installed Programs: eject and volname
Installed Libraries: None
Installed Directories: None

Short Descriptions

eject

ejects removable media.

volname

returns the volume name.

Last updated on 2013-09-04 18:31:21 -0700