Update README.
This commit is contained in:
parent
ed71be780e
commit
e10933181b
53
README
53
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
|
||||||
|
|
@ -60,7 +65,7 @@ VERSION 1.5.7
|
||||||
|
|
||||||
Fix FAT32 mount.
|
Fix FAT32 mount.
|
||||||
Add extended options for EXFAT mounts.
|
Add extended options for EXFAT mounts.
|
||||||
Add -version option.
|
Add -version option.
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
@ -72,15 +77,15 @@ Implement --version option.
|
||||||
|
|
||||||
VERSION 1.5.5
|
VERSION 1.5.5
|
||||||
|
|
||||||
Rework NTFS/MSDOS/FAT detection.
|
Rework NTFS/MSDOS/FAT detection.
|
||||||
Check for NTFS before FAT.
|
Check for NTFS before FAT.
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
VERSION 1.5.4
|
VERSION 1.5.4
|
||||||
|
|
||||||
Added notification via notify-send/libnotify and wall(1). Minor bug fix.
|
Added notification via notify-send/libnotify and wall(1). Minor bug fix.
|
||||||
Change 'boot sector' detection.
|
Change 'boot sector' detection.
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
@ -99,7 +104,7 @@ Introduce smarter fstype() function to better determine filesystem.
|
||||||
VERSION 1.5.1
|
VERSION 1.5.1
|
||||||
|
|
||||||
Add -k flag to file(1) command.
|
Add -k flag to file(1) command.
|
||||||
Set new --version and date(1).
|
Set new --version and date(1).
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
@ -109,11 +114,11 @@ Add new NTFS options.
|
||||||
Add nested NTFS mount attempt.
|
Add nested NTFS mount attempt.
|
||||||
Fix devd(8) config.
|
Fix devd(8) config.
|
||||||
Improve log messages.
|
Improve log messages.
|
||||||
Use random wait only on ATTACH action, not needed on DETACH action.
|
Use random wait only on ATTACH action, not needed on DETACH action.
|
||||||
Implement random wait to eliminate race.
|
Implement random wait to eliminate race.
|
||||||
Implement BOOTDELAY option to wait for boot process to complete.
|
Implement BOOTDELAY option to wait for boot process to complete.
|
||||||
Fix devd(8) config (LARKIND) to match all needed devices and their partitions.
|
Fix devd(8) config (LARKIND) to match all needed devices and their partitions.
|
||||||
Fix typo in NTFS error message.
|
Fix typo in NTFS error message.
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
@ -121,10 +126,10 @@ VERSION 1.4.3
|
||||||
|
|
||||||
Only style(9) changes.
|
Only style(9) changes.
|
||||||
Force longnames option for msdosfs.
|
Force longnames option for msdosfs.
|
||||||
Remove -u option for debug.
|
Remove -u option for debug.
|
||||||
Fix a bug when ATIME is enabled.
|
Fix a bug when ATIME is enabled.
|
||||||
Add -o remove_hiberfile to NTFS-3G mount options.
|
Add -o remove_hiberfile to NTFS-3G mount options.
|
||||||
Fix typo at /var/log/automount.log error message.
|
Fix typo at /var/log/automount.log error message.
|
||||||
Use /sbin/e2fsck from FreeBSD base system.
|
Use /sbin/e2fsck from FreeBSD base system.
|
||||||
Fix typo at /var/log/automount.log error message.
|
Fix typo at /var/log/automount.log error message.
|
||||||
Force longnames option for msdosfs.
|
Force longnames option for msdosfs.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue