From owner-freebsd-questions Sun Jan 19 10:26:26 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA12954 for questions-outgoing; Sun, 19 Jan 1997 10:26:26 -0800 (PST) Received: from hod.tera.com ([206.215.142.67]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id KAA12949 for ; Sun, 19 Jan 1997 10:26:22 -0800 (PST) Received: from athena.tera.com (athena.tera.com [206.215.142.62]) by hod.tera.com (8.7.5/8.7.3) with ESMTP id KAA19058 for ; Sun, 19 Jan 1997 10:25:21 -0800 (PST) From: Gary Kline Received: (from kline@localhost) by athena.tera.com (8.7.5/8.7.3) id KAA03845 for freebsd-questions@FreeBSD.org; Sun, 19 Jan 1997 10:25:21 -0800 (PST) Message-Id: <199701191825.KAA03845@athena.tera.com> Subject: SCSI installation: help still needed To: freebsd-questions@FreeBSD.org (FreeBSD Questions Mailgroup) Date: Sun, 19 Jan 1997 10:25:21 -0800 (PST) X-Mailer: ELM [version 2.4ME+ PL23 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk After hours of checking things out last night we found that the errors from dmesg were due to a loose connection to the floppy drive. Bad//cheap cable. For now, with spit and a prayer the cable is mmaking a solid contact. And my new IBM-3720 is alive and well. I'm able to write to ds1 with dd, the LED blinks, and so on. Using the Adaptec firmware, we confirmed that the drive is all right; and using disklabel I created this /tmp file: # /dev/rsd1: type: unknown disk: label: flags: bytes/sector: 512 sectors/track: 91 tracks/cylinder: 4 sectors/cylinder: 364 cylinders: 3875 sectors/unit: 1423360 rpm: 0 interleave: 0 trackskew: 0 cylinderskew: 0 headswitch: 0 # milliseconds track-to-track seek: 0 # milliseconds drivedata: 0 3 partitions: # size offset fstype [fsize bsize bps/cpg] c: 1423360 0 unused 0 0 # (Cyl. 0 - 3910*) This from Doug White's notes, # This won't work if you're using /bin/csh: d=sd1 dd if=/dev/zero of=/dev/r$d count=2 TMP=/tmp/label$$ disklabel /dev/r$d > $TMP # Edit disklabel to add partitions: vi $TMP disklabel -B -R -r $d $TMP # newfs partitions appropriately What I need help with now is how-to use newfs to create a /home filesystem and a /usr/local fs. I'd like to allocate 100MB for /home and the rest for /usr/local. Can anyone clue me in on this? Thanks in advance! gary kline