FreeBSD 5.3-BETA6 available
Radek Kozlowski
radek at raadradd.com
Mon Sep 27 16:12:56 PDT 2004
On Mon, Sep 27, 2004 at 03:29:37PM -0700, Kevin Oberman wrote:
> > Put something like this in your devfs.rules:
> >
> > [system=10]
> > add path uscanner0 mode 660
> >
> > and add the following line to rc.conf:
> >
> > devfs_system_ruleset="system"
>
> Thanks for the tip. But where is this documented? I can't find a
> reference to devfs.rules or to the devfs_system_ruleset variable.
Well, I can't find it in any man page, so the only pointers are
/etc/defaults/devfs.rules and what's in /etc/defaults/rc.conf:
raadradd at ddardaar:~> grep ^devfs /etc/defaults/rc.conf
devfs_rulesets="/etc/defaults/devfs.rules /etc/devfs.rules" # Files containing
devfs_system_ruleset="" # The name of a ruleset to apply to /dev
devfs_set_rulesets="" # A list of /mount/dev=ruleset_name settings to
> And, do you know if devfs.rules can create links such as are created
> by devfs.conf? I want to have /dev/cdrom and /dev/dvd symlinked to my
> DVD drive when I attach it.
I think devfs.conf is the right place for it (assuming /dev/acd0 is your
dvd drive):
link acd0 dvd
link acd0 cdrom
Cheers,
-Radek
More information about the freebsd-mobile
mailing list