From owner-freebsd-questions@FreeBSD.ORG Fri Nov 7 21:34:52 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 56ABC16A4CE for ; Fri, 7 Nov 2003 21:34:52 -0800 (PST) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69BDE43F93 for ; Fri, 7 Nov 2003 21:34:51 -0800 (PST) (envelope-from slave-mike@rv1.dynip.com) Received: from duron.rv1.dynip.com (c-66-177-119-177.se.client2.attbi.com[66.177.119.177]) by comcast.net (sccrmhc13) with ESMTP id <2003110805345001600k0gfle>; Sat, 8 Nov 2003 05:34:50 +0000 Received: from rv1.dynip.com (localhost [127.0.0.1]) by duron.rv1.dynip.com (8.12.10/8.12.10) with ESMTP id hA85YqoZ003879; Sat, 8 Nov 2003 00:34:52 -0500 (EST) (envelope-from slave-mike@rv1.dynip.com) Message-ID: <3FAC807C.7090503@rv1.dynip.com> Date: Sat, 08 Nov 2003 00:34:52 -0500 From: slave-mike User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Rishi Chopra References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: questions@freebsd.org Subject: Re: 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: Sat, 08 Nov 2003 05:34:52 -0000 X-List-Received-Date: Sat, 08 Nov 2003 05:34:52 -0000 If your hard drive is IDE, then /dev/da0 is definately wrong. :) Try /dev/ad0. This is presuming of course that rawio doesn't do anything *bad* to your data. Rishi Chopra wrote: > 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. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"