From owner-freebsd-questions Tue Oct 1 12:28:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4632637B401 for ; Tue, 1 Oct 2002 12:28:32 -0700 (PDT) Received: from hughes-fe01.direcway.com (hughes-fe01.direcway.com [66.82.20.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02C4843E42 for ; Tue, 1 Oct 2002 12:28:31 -0700 (PDT) (envelope-from wmprice@direcway.com) Received: from jerusalem ([66.82.48.1]) by hughes-fe01.direcway.com (InterMail vK.4.04.00.00 201-232-137 license dcc4e84cb8fc01ca8f8654c982ec8526) with ESMTP id <20021001192849.UFOX1393.hughes-fe01@jerusalem> for ; Tue, 1 Oct 2002 15:28:49 -0400 Content-Type: text/plain; charset="us-ascii" From: "Weston M. Price" To: freebsd-questions@freebsd.org Subject: Character Devices vs. Block Devices Date: Tue, 1 Oct 2002 15:19:59 +0000 User-Agent: KMail/1.4.3 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200210011519.59430.wmprice@direcway.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, =09A quick ls of my dev directory revealed that each one of my hard drive= s is=20 considered a character device by the system. Example: crw-r----- 2 root operator 116, 0x00010002 Aug 19 16:09 /dev/ad0 crw-r----- 2 root operator 116, 0 Aug 19 16:09 /dev/ad0a crw-r----- 2 root operator 116, 1 Aug 19 16:09 /dev/ad0b crw-r----- 2 root operator 116, 2 Aug 19 16:09 /dev/ad0c crw-r----- 2 root operator 116, 3 Aug 19 16:09 /dev/ad0d crw-r----- 2 root operator 116, 4 Aug 19 16:09 /dev/ad0e crw-r----- 2 root operator 116, 5 Aug 19 16:09 /dev/ad0f crw-r----- 2 root operator 116, 6 Aug 19 16:09 /dev/ad0g crw-r----- 2 root operator 116, 7 Aug 19 16:09 /dev/ad0h What I am confused about, aren't hard drives treated as block devices on = most=20 systems? What am I missing?=20 Regards, Weston To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message