From owner-freebsd-questions Thu Nov 13 16:25:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA07100 for questions-outgoing; Thu, 13 Nov 1997 16:25:56 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from homer.supersex.com (homer.supersex.com [209.5.1.4]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA07091 for ; Thu, 13 Nov 1997 16:25:46 -0800 (PST) (envelope-from leo@homer.supersex.com) Received: (from leo@localhost) by homer.supersex.com (8.8.7/8.8.5) id TAA20984 for questions@freebsd.org; Thu, 13 Nov 1997 19:24:37 -0500 (EST) Date: Thu, 13 Nov 1997 19:24:37 -0500 (EST) From: Leo Papandreou Message-Id: <199711140024.TAA20984@homer.supersex.com> To: questions@freebsd.org Subject: getting sd4 to work Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello all, I am trying to add a 5th scsi disk to a 2.1-STABLE system. I have consulted the tutorial and followed the sysinstall approach to the letter but without success. Ditto the command line approach. Before doing anything I ran MAKEDEV sd4. Using sysinstall I partition the disk, write the partition info, label the disk, write and quit. newfs isnt run. I do get exactly one error message complaining about an "invalid arguement" when I write the label info - NOT path not not found as it says in the tutorial. Trying to do anything on the command line invariably dies with an invalid superblock message. Trying to run sysinstall off the boot floppy went nowhere fast since it didnt even recognize the 5th disk. I'm at my wits end and would appreciate a clue from someone who has configured their system to work beyond sd3. Thank-you.