From owner-freebsd-stable@FreeBSD.ORG Tue Nov 4 14:47:20 2008 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 525EF1065675 for ; Tue, 4 Nov 2008 14:47:20 +0000 (UTC) (envelope-from d_elbracht@ecngs.de) Received: from ecngs.de (mail.ecngs.de [217.73.144.50]) by mx1.freebsd.org (Postfix) with ESMTP id 9C5B08FC0A for ; Tue, 4 Nov 2008 14:47:19 +0000 (UTC) (envelope-from d_elbracht@ecngs.de) Received: from EC1a (ec1.elbracht.net [217.73.144.99]) by ecngs.de (SurgeMail 3.8f2) with ESMTP id 185945-1922481 for ; Tue, 04 Nov 2008 15:32:14 +0100 From: "d_elbracht" To: References: Date: Tue, 4 Nov 2008 15:32:01 +0100 Message-ID: <004901c93e8a$1b556500$639049d9@EC1a> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: Ack+h5gY1I34y6dmRcmvxZOvTVQbBAAAiSxg In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3350 Cc: Subject: Block device X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Nov 2008 14:47:20 -0000 Hi list, can someone please explain, why stat -x /dev/da1 show the SCSI-Drive as a character-device ? Also, on the same device S_ISREG(st.st_mode) is false S_ISCHR(st.st_mode) is true thanks Dieter