This commit is contained in:
Slawomir Wojciech Wojtczak (vermaden) 2012-03-19 23:23:22 +01:00
parent 593ceb207b
commit 377c63019c
1 changed files with 16 additions and 9 deletions

25
README
View File

@ -1,3 +1,19 @@
automount is a devd(8) based automounter for FreeBSD.
It supports most popular file systems:
NTFS/MSDOS/exFAT/EXT2/EXT3/EXT4/UFS
INSTALL:
# cp automount.sh /usr/local/sbin/automount.sh
# cp automount.conf /usr/local/etc/automount.conf
# cp automount_devd.conf /usr/local/etc/devd/automount_devd.conf
# /etc/rc.d/devd restart
Now plugin Your USB thumb drive ;)
-------------------------------------------------------------------------------
VERSION 1.3.1 VERSION 1.3.1
Fixed the 'detach' section (s/PREFIX/MNTPREFIX/g). Fixed the 'detach' section (s/PREFIX/MNTPREFIX/g).
@ -167,15 +183,6 @@ The only additional configuration it requires is to add these lines as
Remember to restart /etc/rc.d/devd daemon after adding Remember to restart /etc/rc.d/devd daemon after adding
/usr/local/etc/devd/automount_devd.conf file. /usr/local/etc/devd/automount_devd.conf file.
INSTALL:
# cp automount.sh /usr/local/sbin/automount.sh
# cp automount.conf /usr/local/etc/automount.conf
# cp automount_devd.conf /usr/local/etc/devd/automount_devd.conf
# /etc/rc.d/devd restart
Now plugin Your USB thumb drive ;)
Have Fun ;) Have Fun ;)
vermaden vermaden