Unieject
This package consists of a library and a command line tool which uses that lib. more…
libunieject is a library which allows the linked software to perform
automatic ejects and unmounting the filesystems for the device you want to
eject.
The command line tool instead is a mimic of classic eject command for Linux
( http://eject.sourceforge.net/ ), which supports also the features of
FreeBSD’s eject command ( http://www.freshports.org/sysutils/eject/ ).
It hasn’t a complete syntax compatibility with either Linux’s or FreeBSD’s
ejects as they have conflicts between them, but the main options are the
same.
unieject
Main unieject development repository.
-
Cloning this repository:
git clone git://gitorious.org/unieject/unieject.git unieject cd unieject
Add this repository as a remote to an existing local repository:
git remote add unieject git://gitorious.org/unieject/unieject.git git fetch unieject git checkout -b my-local-tracking-branch unieject/master_or_other_branch


