Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Sep 2011 16:50:35 +0100
From:      Mike Clarke <jmc-freebsd2@milibyte.co.uk>
To:        freebsd-questions@freebsd.org
Cc:        Rod Person <rodperson@rodperson.com>
Subject:   Re: Help with devd.conf
Message-ID:  <201109241650.35939.jmc-freebsd2@milibyte.co.uk>
In-Reply-To: <20110924100418.50edc7ea@atomizer>
References:  <20110924100418.50edc7ea@atomizer>

next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday 24 September 2011, Rod Person wrote:

> I'm trying to understand devd.conf to auto mount usb devices. For
> example I have a usb drive that will show up as da1 so as a test I
> just want to write something to syslog when it is plugged in.

[snip]

> Any help would be appreciated, thanks.

This works for me:

attach 10 {
        match "device-name" "umass[0-9]";
        action "logger you plugged in some usb device";
};

-- 
Mike Clarke



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201109241650.35939.jmc-freebsd2>