Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
am-utils: Automount utilities including an updated version of Amd.
Name: | am-utils |
Vendor: | Scientific Linux |
Version: | 6.0.9 |
License: | BSD |
Release: | 2.5 |
URL: | http://am-utils.org/ |
- Summary
- Am-utils includes an updated version of Amd, the popular BSD
automounter. An automounter is a program which maintains a cache
of mounted filesystems. Filesystems are mounted when they are
first referenced by the user and unmounted after a certain period of
inactivity. Amd supports a variety of filesystems, including NFS, UFS,
CD-ROMS and local drives.
You should install am-utils if you need a program for automatically
mounting and unmounting filesystems.
Changelog
- * Sun Jun 12 19:00:00 2005 Petr Rockai <prockai{%}redhat{*}com> - 5:6.0.9-2.5
- fix the regression introduced with BR143118 fix and reenable the fix
- * Wed Apr 27 19:00:00 2005 Petr Rockai <prockai{%}redhat{*}com> - 5:6.0.9-2.4
- revert fix from 6.0.9-2.2 for it causes regressions and fix the
fix from 6.0.9-2.1 to actually work... targeted for RHEL3U5
- * Fri Feb 25 18:00:00 2005 Petr Rockai <prockai{%}redhat{*}com> - 5:6.0.9-2.2
- fix the am-utils part of #143118 by implementing the util-linux
mtab locking scheme into am-utils automounter, patch and testing
by Daniel Berrange <berrange{%}redhat{*}com>, improved locking
algorithm by myself (which allows for several hundred or even
thousand of parallel mounts to finish successfully and keep
/etc/mtab in sync with /proc/mounts as well)