From owner-freebsd-questions Fri Aug 1 00:41:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA06475 for questions-outgoing; Fri, 1 Aug 1997 00:41:09 -0700 (PDT) Received: from mail.island.net.au (mail.island.net.au [203.102.137.3]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA06461 for ; Fri, 1 Aug 1997 00:41:02 -0700 (PDT) Received: from scotland.island.net.au (scotland.island.net.au [203.102.137.2]) by mail.island.net.au (8.8.3/8.8.3) with SMTP id RAA19612 for ; Fri, 1 Aug 1997 17:40:59 +1000 (EST) Message-Id: <3.0.1.32.19970801174416.00751d44@mail.island.net.au> X-Sender: hugh@mail.island.net.au X-Mailer: Windows Eudora Light Version 3.0.1 (32) Date: Fri, 01 Aug 1997 17:44:16 +1000 To: questions@freebsd.org From: Hugh Blandford Subject: Creating a specific floppy device Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi all, I am working with software that comes on a diskette with a format that under SCO is accessed by the device /dev/rfd0135ds18, ie r (raw, unbuffered) fd0 (floppy drive 0) 135 (135 tracks per inch) ds (double sided) 18 (18 sectors per track). Being newish to unix can someone please tell me how to create a floppy device that meets these specifications under FreeBSD 2.2.2. Thanks, Hugh.