Update README.
This commit is contained in:
parent
ed71be780e
commit
e10933181b
27
README
27
README
|
|
@ -1,30 +1,35 @@
|
||||||
The 'automount' is a devd(8) based automounter for FreeBSD.
|
The 'automount' is a devd(8) based automounter for FreeBSD.
|
||||||
|
|
||||||
It supports most popular file systems:
|
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
|
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.conf /usr/local/etc/automount.conf
|
||||||
# cp automount_devd.conf /usr/local/etc/devd/automount_devd.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
|
# /etc/rc.d/devd restart
|
||||||
|
|
||||||
Now plugin Your USB thumb drive and have fun ;)
|
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 // exFAT
|
||||||
* sysutils/exfat-utils
|
* sysutils/fusefs-exfat // exFAT
|
||||||
* sysutils/fusefs-exfat
|
* sysutils/fusefs-ntfs // NTFS (read write support)
|
||||||
* sysutils/fusefs-ntfs
|
* sysutils/fusefs-ext4fuse // EXT4
|
||||||
* sysutils/fusefs-ext4fuse
|
* sysutils/fusefs-simple-mtpfs // MTP
|
||||||
* sysutils/fusefs-simple-mtpfs
|
* sysutils/fusefs-hfsfuse // HFS
|
||||||
* sysutils/fusefs-hfsfuse
|
* sysutils/fusefs-lkl // XFS
|
||||||
* sysutils/fusefs-lkl
|
|
||||||
|
|
||||||
Regards,
|
Regards,
|
||||||
vermaden
|
vermaden
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue