From owner-freebsd-questions Wed Oct 15 10:20:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA03498 for questions-outgoing; Wed, 15 Oct 1997 10:20:03 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from seagull.rtd.com (tony@seagull.rtd.com [198.102.68.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA03445 for ; Wed, 15 Oct 1997 10:19:58 -0700 (PDT) (envelope-from tony@rtd.com) Received: (from tony@localhost) by seagull.rtd.com (8.8.5/8.8.5) id KAA26741 for questions@freebsd.org; Wed, 15 Oct 1997 10:19:57 -0700 (MST) Date: Wed, 15 Oct 1997 10:19:57 -0700 (MST) From: Tony Jones Message-Id: <199710151719.KAA26741@seagull.rtd.com> To: questions@freebsd.org Subject: SCSI Q: invalid primary partition table: no magic Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I just moved a SCSI disk that I was using for Windoze over to FreeBSD, didn't have any major problems in creating the FS but each time I mount it, "sd3: invalid primary partition table: no magic" is displayed on the console. To create the disk I did: format zero label (dd) disklabel -rw sd3 auto ; disklabel -e sd3 newfs sd3 Which is fairly close to section "2.3. Making Dedicated Mode Disks Using the Command Line" in Doug White's disk tutorial (except I didn't do the 'disklabel | disklabel -R' part - what exactly is the intent of this since the old label was just zeroed ?). Is the problem that I didn't initialise the FDISK slice table ? Right now it contains garbage. I downloaded Greg Lemeys disk chapter from his ftp site and noticed that under 'doing it the hard way' he first does the FDISK stuff. Thanks, Tony (please CC me on any e-mail replies)