Other Automounting partitions on non-removable device

Is there anything like an automounter for automatically mounting partitions on a fixed disk?

Or can the existing automount be hacked to include a fixed disk?
 
automount

Which one of the three, the one in FreeBSD base?

Code:
% pkg provides bin/automount$
Name    : devd-mount-0.1.0.7_1
Comment : Automount tool utilizing devd notifications
Repo    : FreeBSD-ports
Filename: usr/local/sbin/automount

Name    : automount-1.7.9
Comment : FreeBSD's devd(8) based automount solution
Repo    : FreeBSD-ports
Filename: usr/local/sbin/automount
% which automount
/usr/sbin/automount
%
 
Back
Top