From owner-freebsd-current Fri Jan 10 12:47:23 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id MAA01634 for current-outgoing; Fri, 10 Jan 1997 12:47:23 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id MAA01627 for ; Fri, 10 Jan 1997 12:47:15 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id NAA20496; Fri, 10 Jan 1997 13:35:56 -0700 From: Terry Lambert Message-Id: <199701102035.NAA20496@phaeton.artisoft.com> Subject: Re: Adding Hard Drives - Prepping To: kingram@ipro.com (Ken Ingram) Date: Fri, 10 Jan 1997 13:35:56 -0700 (MST) Cc: imp@village.org, FreeBSD-current@freebsd.org In-Reply-To: <199701101925.LAA25142@ipro.com> from "Ken Ingram" at Jan 10, 97 11:32:30 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > When I mkdir /articles and run mount /dev/rwd2s1e /articles I get the error: > > '/dev/rwd2s1e on /articles: Block device required' > > In order for 'mount /dev/rwd2s1e /articles' to complete properly does MAKEDEV > produce the BLOCK DEVICE /articles? This isn't clear from the man pages. mount /dev/rwd2s1e /articles * A raw device is a character device, not a block device. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.