From owner-freebsd-questions@FreeBSD.ORG Fri Nov 7 15:05:25 2003 Return-Path: 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 9AFE616A4CE for ; Fri, 7 Nov 2003 15:05:25 -0800 (PST) Received: from m00.ca.astound.net (m00.ca.astound.net [64.85.239.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id E474D43FE3 for ; Fri, 7 Nov 2003 15:05:24 -0800 (PST) (envelope-from rchopra@cal.berkeley.edu) Received: from computer (ca.astound.net [64.85.239.2]) by m00.ca.astound.net (8.12.10/8.12.10) with SMTP id hA7N5Kq8012335 for ; Fri, 7 Nov 2003 15:05:20 -0800 From: "Rishi Chopra" To: Date: Fri, 7 Nov 2003 15:03:43 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal X-Virus-Scanned: by amavisd-new Subject: Running RawIO X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Nov 2003 23:05:25 -0000 I am newbie who just installed RawIO ('cd /usr/ports/benchmarks/rawio', 'make install') but am having trouble running the benchmark. I run 'pkg_info -L rawio-1.2' to see that the program is installed in /usr/local/bin/rawio. To run the program, I used: '/usr/local/bin/rawio -a /dev/da0' but the only ouput is a list of command-line switches and their definitions. Am I doing something wrong? My system only has 1 hard drive, and I've tried using /dev/rasr0 with the same result.