All of lore.kernel.org
 help / color / mirror / Atom feed
* eject merged into util-linux
@ 2012-04-05 14:30 Karel Zak
  2012-04-05 15:00 ` Davidlohr Bueso
  0 siblings, 1 reply; 2+ messages in thread
From: Karel Zak @ 2012-04-05 14:30 UTC (permalink / raw)
  To: util-linux; +Cc: David Zeuthen, Michal Luscon


 The original eject project (at sourceforge.net) is inactive for more
 than 4 year. Unfortunately, the command is still used in mainstream
 Linux distributions (for example udisks depends on the eject
 functionality). Changes:

  * complete refactoring (the original code was real mess...)

  * merged patches from Fedora (auto-eject, manual-eject, close-tray
    list-speed and removable/hotpluggable-check patches)

  * removed support for incomplete paths (for example "eject foo" was
    interpreted as "eject /media/foo" or "eject /mnt/foo". The
    incomplete paths are supported for devices only (e.g. "eject sda").

    FOR MOUNTPOINT YOU HAVE TO SPECIFY COMPLETE PATH!

  * enabled by default (and added --disable-eject)

  * if a partition is specified, whole-disk device is used for eject
    ioctl(s), for example "eject /dev/sda1" is the same as "eject /dev/sda"


 Thanks to Michal Luscon for help.

    Karel

-- 
 Karel Zak  <kzak@redhat.com>
 http://karelzak.blogspot.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: eject merged into util-linux
  2012-04-05 14:30 eject merged into util-linux Karel Zak
@ 2012-04-05 15:00 ` Davidlohr Bueso
  0 siblings, 0 replies; 2+ messages in thread
From: Davidlohr Bueso @ 2012-04-05 15:00 UTC (permalink / raw)
  To: Karel Zak; +Cc: util-linux, David Zeuthen, Michal Luscon

On Thu, 2012-04-05 at 16:30 +0200, Karel Zak wrote:
> The original eject project (at sourceforge.net) is inactive for more
>  than 4 year. Unfortunately, the command is still used in mainstream
>  Linux distributions (for example udisks depends on the eject
>  functionality). 

Great news! This was one of my favorite tools when I first began using
Linux, nice to have it in u-l now.

> Changes:
> 
>   * complete refactoring (the original code was real mess...)
> 
>   * merged patches from Fedora (auto-eject, manual-eject, close-tray
>     list-speed and removable/hotpluggable-check patches)
> 
>   * removed support for incomplete paths (for example "eject foo" was
>     interpreted as "eject /media/foo" or "eject /mnt/foo". The
>     incomplete paths are supported for devices only (e.g. "eject sda").
> 
>     FOR MOUNTPOINT YOU HAVE TO SPECIFY COMPLETE PATH!
> 
>   * enabled by default (and added --disable-eject)
> 
>   * if a partition is specified, whole-disk device is used for eject
>     ioctl(s), for example "eject /dev/sda1" is the same as "eject /dev/sda"
> 
> 
>  Thanks to Michal Luscon for help.
> 
>     Karel
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-04-05 15:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-05 14:30 eject merged into util-linux Karel Zak
2012-04-05 15:00 ` Davidlohr Bueso

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.