Download List

Projeto Descrição

mntd is an automount daemon and shared library written for
automatically mounting hotplug devices such as USB sticks,
Compact Flash cards, or other mountable devices on Linux
2.4.x and 2.6.x kernels. You only have to plug in your hotplug device and
wait a little bit. The library can be used for user mode programs
that want to be informed when devices are mounted and
unmounted. It will use now devfs to get the device changes. So no need for hal and udev any more.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-03-30 14:20
0.5.0

suporte udev foi adicionado novamente. Um erro de permissão de diretório foi corrigido. A nova estrutura de diretório foi implantado para caminhos mais curtos. A opção de linha de comando de novo foi acrescentado para pidfile. Algum tipo de apoio coldplug foi adicionado.
Tags: Major feature enhancements
udev support was added again. A directory
permission bug was fixed. A new directory
structure was implemented for shorter paths. A new
commandline option was added for pidfile. Some
kind of coldplug support was added.

2004-08-29 04:35
0.4.2

Esta versão adiciona mais opções para o arquivo de configuração. Ela agora volta a ligar ao dbus se desconectado. Uma correção de segurança foi acrescentou que vai escapar opções do arquivo de configuração. Vazamentos de memória foram corrigidos. Um manipulador de sinal para SIGHUP foi implementado.
Tags: Major bugfixes
This release adds more options to the config file. It now
reconnects to dbus if disconnected. A security fix was added
that will escape options from the config file. Memory leaks
were fixed. A signal handler for SIGHUP was implemented.

2004-07-31 22:30
0.4.1

O daemon será encerrado se for desligado da DBUS em tempo de execução. O caminho para os binários para o mount, umount, e comandos killall pode ser configurado em tempo de compilação. Dispositivos serão montados ainda que sejam acessados por processos. O servidor não será iniciado se o dbus está indisponível. A chamada de libmnt foi adicionado para sinais desconectado do dbus. Alguma limpeza foi feita.
Tags: Major bugfixes
The daemon will shutdown if it is disconnected
from DBUS at runtime. The path to the binaries for
the mount, umount, and killall commands can be
configured at compile time. Devices will be
unmounted even if accessed by processes. The
daemon will not start up if DBUS is unavailable.
A callback in libmnt was added for disconnected
signals from DBUS. Some code cleanup was done.

2004-07-11 23:00
0.4.0

Há um bugfix HTML menores na documentação. Um script freshmeat.feed foi adicionado. Código udevd hald e foi removido, mas ele precisa devfsd agora. Suporte para kernel 2.4 foi adicionado. Um programa 'mntsend' foi adicionada (chamado de devfsd). Documentação para o kernel 2.4 foi adicionado. Há opções para cada tipo de sistema de arquivos, e remount_rd () / remount_rw () métodos para libmnt. O caminho para os binários externos (mount / killall / umount) agora é tirado de AC_PATH_PROG. libmnt.h está instalado. Um ebuild do Gentoo foi adicionado ao diretório de download.
Tags: Major feature enhancements
There is a minor HTML bugfix in the documentation. A freshmeat.feed script has been added. udevd and hald code has been removed; it needs devfsd now. Support for kernel 2.4 has been added. An 'mntsend' program has been added (called from devfsd). Documentation for the 2.4 kernel has been added. There are options for each filesystem type, and remount_rd()/ remount_rw() methods for libmnt. The path to external binaries (mount/ umount/killall) is now taken from AC_PATH_PROG. libmnt.h is installed. A Gentoo ebuild has been added to the download directory.

2004-06-14 23:31
0.3.5

daemonize foi implementado. Existem actualizações de documentação nas instruções de instalação. Existe um parâmetro de linha de comando-Q (fecha o daemon). A pidfile serão gravados. O manipulador de sinal permite SIGTERM, SIGQUIT, SIGINT e SIGABRT para causar o servidor para encerrar, destacando do TTY.
Tags: Major feature enhancements
daemonize has been implemented. There are documentation updates in the installation instructions. There is a new command line parameter -q (quits the daemon). A pidfile will be written. The signal handler allows SIGTERM, SIGQUIT, SIGINT, and SIGABRT to cause the daemon to quit, detaching from the TTY.

Project Resources