Doug Barton wrote:
> I've been using devfs for a long time without problems. I had
> device vn in my kernel conf since the pre-devfs days, and today I needed
> to use a vn device to build picobsd. Lo and behold, I don't have any vn
> devices of any sort in /dev. I tried 'vnconfig -c /dev/vn0' but it also
> complained that the device didn't exist.
>
> I know that the goal is for vn to be phased out (at least that's
> my impression) but what do we do in the meantime?
In the meantime? besides using mdconfig, try this:
mkdir /dev2
cd /dev2
sh /usr/src/etc/MAKEDEV vn0
vnconfig -c /dev2/vn0 ....
> Doug
Cheers,
-Peter
--
Peter Wemm - [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]
"All of this is for nothing if we don't go to the stars" - JMS/B5
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message