From owner-freebsd-stable Fri Mar 13 18:51:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA09849 for freebsd-stable-outgoing; Fri, 13 Mar 1998 18:51:21 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [128.120.56.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA09841; Fri, 13 Mar 1998 18:51:13 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by relay.nuxi.com (8.8.7/8.6.12) id CAA21517; Sat, 14 Mar 1998 02:51:06 GMT Message-ID: <19980313185105.21172@nuxi.com> Date: Fri, 13 Mar 1998 18:51:05 -0800 From: "David E. O'Brien" To: Mike Smith Cc: stable@FreeBSD.ORG, current@FreeBSD.ORG, joerg@FreeBSD.ORG Subject: Re: *HEADS UP* Correction to previous postings. Reply-To: obrien@NUXI.com References: <199803090852.AAA14131@dingo.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <199803090852.AAA14131@dingo.cdrom.com>; from Mike Smith on Mon, Mar 09, 1998 at 12:52:38AM -0800 X-Warning: Mutt Bites! X-Operating-System: FreeBSD 2.2.5-STABLE Organization: The NUXI *BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk In light of the new mount changes, how should these instructions from Jo"rg be updated? dd if=/dev/zero of=/dev/rsd2 bs=1k count=1 disklabel -Brw sd2 auto disklabel -e sd2 newfs -d0 /dev/rsd2e fsck /dev/sd2e Is the slice created by ``disklable .. auto'' always "s1"? Doesn't a dedicatedly partitioned disk, really not contain slices? fdisk(8) reports them as living in [fdisk] partition 4. Can't tell what sysinstall would do in "dangerous dedicated mode" as it won't see the drives on my second SCSI bus. :( fsck /dev/sd2s1e Can't open /dev/rsd2s1e: Device not configured fsck /dev/sd2s4e Can't open /dev/rsd2s4e: Device not configured dd if=/dev/zero of=/dev/rsd2 bs=1k count=1 disklabel -Brw sd2s1 auto disklabel: /dev/rsd2s1e: Device not configured disklabel -Brw sd2s4 auto disklabel: /dev/rsd2s4e: Device not configured So what's the new way? -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message