Update README.

This commit is contained in:
vermaden 2018-12-08 06:05:31 +01:00
parent ed71be780e
commit e10933181b
1 changed files with 29 additions and 24 deletions

27
README
View File

@ -1,30 +1,35 @@
The 'automount' is a devd(8) based automounter for FreeBSD.
It supports most popular file systems:
NTFS/MSDOS/exFAT/EXT2/EXT3/EXT4/UFS
NTFS/MSDOS/exFAT/EXT2/EXT3/EXT4/UFS/XFS/HFS/MTP
-------------------------------------------------------------------------------
I N S T A L L
===================
# cp automount /usr/local/sbin/automount
Use provided FreeBSD Ports/packages from here:
* sysutils/automount
.. or make manual unstallation:
# cp automount.conf /usr/local/etc/automount.conf
# cp automount_devd.conf /usr/local/etc/devd/automount_devd.conf
# cp automount /usr/local/sbin/automount
# chmod +x /usr/local/sbin/automount
# /etc/rc.d/devd restart
Now plugin Your USB thumb drive and have fun ;)
... or just install these FreeBSD Ports/Packages:
These Ports/packages are neede for all filesystems:
* sysutils/automount
* sysutils/exfat-utils
* sysutils/fusefs-exfat
* sysutils/fusefs-ntfs
* sysutils/fusefs-ext4fuse
* sysutils/fusefs-simple-mtpfs
* sysutils/fusefs-hfsfuse
* sysutils/fusefs-lkl
* sysutils/exfat-utils // exFAT
* sysutils/fusefs-exfat // exFAT
* sysutils/fusefs-ntfs // NTFS (read write support)
* sysutils/fusefs-ext4fuse // EXT4
* sysutils/fusefs-simple-mtpfs // MTP
* sysutils/fusefs-hfsfuse // HFS
* sysutils/fusefs-lkl // XFS
Regards,
vermaden