From owner-freebsd-questions Thu Feb 1 17:01:34 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA17301 for questions-outgoing; Thu, 1 Feb 1996 17:01:34 -0800 (PST) Received: from iceland.it.earthlink.net (iceland-f.it.earthlink.net [206.85.92.28]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id RAA17279 Thu, 1 Feb 1996 17:01:28 -0800 (PST) Received: from STEPHENT (stevt.earthlink.net [206.85.81.224]) by iceland.it.earthlink.net (8.6.12/8.6.12) with SMTP id RAA06440; Thu, 1 Feb 1996 17:01:25 -0800 Date: Thu, 1 Feb 1996 17:01:25 -0800 Message-Id: <199602020101.RAA06440@iceland.it.earthlink.net> X-Sender: stevt@earthlink.net (Unverified) X-Mailer: Windows Eudora Light Version 1.5.2 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: questions@freebsd.org From: Steve Tan Subject: newbie : How write to DOS Floppy ? Cc: current@freebsd.org Sender: owner-questions@freebsd.org Precedence: bulk Hi, I'm not sure if this is the right place to ask, but I'm trying to figure out how to write files to a DOS disk, my floppy drive. I didn't see any info in the FAQ's or installation guides. I believe I need to mount /dev/fd0 or /dev/rmt0 , but I can't find the specific command to use. I'm using BSD to develop CGI perl scripts and need to transfer them to a PC running Win95. Any help would be greatly appreciated. Steve