From owner-freebsd-current Mon Apr 27 03:07:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA04790 for freebsd-current-outgoing; Mon, 27 Apr 1998 03:07:44 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA04782 for ; Mon, 27 Apr 1998 03:07:42 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id DAA28275; Mon, 27 Apr 1998 03:05:29 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd028273; Mon Apr 27 10:05:22 1998 Date: Mon, 27 Apr 1998 02:59:56 -0700 (PDT) From: Julian Elischer To: Andrzej Bialecki cc: freebsd-current@FreeBSD.ORG Subject: Re: Ouch... (DEVFS) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 27 Apr 1998, Andrzej Bialecki wrote: > Hi! > > Yet another minor problem: does DEVFS support vn(4) driver? I can't make > it work. yes it SHOULD work but I haven't tested it for a while. > > First of all, I don't have entries for slices, i.e. I don't have > [r]vn0{a,c}. When I do 'disklabel vn0 auto' it warns me that slice is > zero-sized (or something similar), and when I read back the label it says > that c: is unused (without DEVFS it just created the slice equal to the > whole device size, and placed it under c:). Consequently, newfs'ing it > doesn't work. I'm not sure what's happenning.. let me look here I'll get back to you with instructions.. BTW you should NEVER use the c partition for anything. Always explicitly make a partition (e.g. 'a') and use that instead. DEVFS will never display 'c' partitions in an attempt to stop people from doing this. (could this be your problem?) > > And yet another question: can I manually make device entries in /dev > (using mknod)? NO when minor and major become dnamically allocated you willl not know what to make. only the kernel will know that.. you can however make links an dsymlinks and move things around. you can also make/delete directories. > > Andrzej Bialecki > > --------------------+--------------------------------------------------------- > abial@nask.pl | if(halt_per_mth > 0) { fetch("http://www.freebsd.org") } > Research & Academic | "Be open-minded, but don't let your brains to fall out." > Network in Poland | All of the above (and more) is just my personal opinion. > --------------------+--------------------------------------------------------- > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message