From owner-freebsd-questions Tue Jul 22 17:51:52 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA11898 for questions-outgoing; Tue, 22 Jul 1997 17:51:52 -0700 (PDT) Received: from f01n05.cac.psu.edu (f01n05-fddi.cac.psu.edu [146.186.157.10]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA11889 for ; Tue, 22 Jul 1997 17:51:38 -0700 (PDT) Received: from psu.cac.psu.edu (access-isdn1-15.yk.psu.edu [146.186.226.145]) by f01n05.cac.psu.edu (8.7.6/8.6.12) with SMTP id AAA115298 for ; Wed, 23 Jul 1997 00:50:31 GMT Message-ID: <33D555DD.69BC@psu.edu> Date: Tue, 22 Jul 1997 20:52:45 -0400 From: Brian Freeman Reply-To: bef126@psu.edu X-Mailer: Mozilla 3.0 (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Floppy Drive Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hello: Using Windows 95, I copied a file off the packages collection from the FreeBSD server. I saved it to a floppy disk and now want to copy it to FreeBSD to install it. I booted up FreeBSD and tried this: cp /dev/fd0 /home/myname The copy command places a file called fd0 in my home dirrectory. I tried to rename the file fd0 to the name of the file it was supposed to copy. I tried to unzip it and nothing happened. I'm not sure what it coppied. My question is how do I copy just a single file off my floppy disk to my home dirrectory in FreeBSD or maybee can this be done? I tried specifying the file name with the copy command but I just got the error message "file or directory does not exist" Can I even get a dirrectory listing from my floppy drive? I tried: ls /dev/fd0 but nothing happened. Your help would be greatly appriciated. Thanks, Brian bef126@psu.edu