From owner-freebsd-questions Sun Sep 28 20:44:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA12956 for questions-outgoing; Sun, 28 Sep 1997 20:44:24 -0700 (PDT) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA12951 for ; Sun, 28 Sep 1997 20:44:19 -0700 (PDT) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id NAA13095; Mon, 29 Sep 1997 13:14:01 +0930 (CST) Message-ID: <19970929131400.47236@lemis.com> Date: Mon, 29 Sep 1997 13:14:00 +0930 From: Greg Lehey To: skywalk@info.com.ph Cc: freebsd-questions@FreeBSD.ORG Subject: Re: how do i? References: <3.0.1.32.19970929112346.00697c44@pop.info.com.ph> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <3.0.1.32.19970929112346.00697c44@pop.info.com.ph>; from skywalk@info.com.ph on Mon, Sep 29, 1997 at 11:23:46AM +0800 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, Sep 29, 1997 at 11:23:46AM +0800, skywalk@info.com.ph wrote: > > i followed the instruction on the faq section on how to add a new scsi hard > drive but i'm having a problem on mounting it, here is the error: > > # disklabel -r sd1 > # /dev/rsd1c: > type: SCSI > disk: sd1s1 > label: > flags: > bytes/sector: 512 > sectors/track: 63 > tracks/cylinder: 255 > sectors/cylinder: 16065 > cylinders: 253 > sectors/unit: 4080447 > rpm: 3600 > interleave: 1 > trackskew: 0 > cylinderskew: 0 > headswitch: 0 # milliseconds > track-to-track seek: 0 # milliseconds > drivedata: 0 > > 8 partitions: > # size offset fstype [fsize bsize bps/cpg] > c: 4080447 0 unused 0 0 # (Cyl. 0 - 253*) > # mount /dev/rsd1c /mnt > /dev/rsd1c on /mnt: Block device required > # /dev/rsd1c is a character device. The corresponding block device is /dev/sd1c. Greg