1.3.1
This commit is contained in:
parent
593ceb207b
commit
377c63019c
25
README
25
README
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue