From owner-freebsd-questions Mon Jul 29 06:34:20 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA25207 for questions-outgoing; Mon, 29 Jul 1996 06:34:20 -0700 (PDT) Received: from emma.sea.uct.ac.za (emma.sea.uct.ac.za [137.158.131.151]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id GAA25191 for ; Mon, 29 Jul 1996 06:34:12 -0700 (PDT) Received: (from shaun@localhost) by emma.sea.uct.ac.za (8.6.12/8.6.9) id PAA00537 for freebsd-questions@freebsd.org; Mon, 29 Jul 1996 15:34:01 +0200 From: Shaun Courtney Message-Id: <199607291334.PAA00537@emma.sea.uct.ac.za> Subject: Optical Disk with 1024 cyl. To: freebsd-questions@freebsd.org Date: Mon, 29 Jul 1996 15:34:00 +0200 (SAT) X-Mailer: ELM [version 2.4 PL24 ME8a] 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 Hi I am trying to read a rewritable disk written with 1024 byte sectors as a UFS on FreeBSD-2.1.0 [2.1.5 if needs be :) ] This is the output from booting up. I have a Adaptec 1542c SCSI on a 486 This is what the probe of the bus finds: Jul 29 14:14:31 emma /kernel: aha0 at 0x330-0x333 irq 11 drq 5 on isa aha0 waiting for scsi devices to settle (aha0:0:0): "CDC 94191-15 0136" type 0 fixed SCSI 1 sd0(aha0:0:0): Direct-Access 632MB (1295850 512 byte sectors) (aha0:3:0): "PINNACLE Vertex 2.6GB 1.22" type 0 removable SCSI 2 sd1(aha0:3:0): Direct-Access 1243MB (1273011 1024 byte sectors) I have installed the Optical Disk Driver (od-driver-2.1.0R-PL3.tar), made the devices etc. The disk already has data on it so I'm not sure I should disklabel it etc... (as per the README) Mounting as "mount -t ufs /dev/sd1 /mnt" gives errors about not coping with 1024 cyl. and "mount -t ufs /dev/od0 /mnt" gives "Device not configured" (I have the "device od0" in my kernel file...) Can some on give me any IDEA as to how to progress from here. Thanks Shaun Courtney