From owner-freebsd-questions Mon Mar 3 21:56:43 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA26408 for questions-outgoing; Mon, 3 Mar 1997 21:56:43 -0800 (PST) Received: from mailhost1.cac.washington.edu (mailhost1.cac.washington.edu [140.142.32.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA26402 for ; Mon, 3 Mar 1997 21:56:39 -0800 (PST) Received: from s5-25-199.student.washington.edu (S5-25-199.student.washington.edu [128.95.25.199]) by mailhost1.cac.washington.edu (8.8.4+UW96.12/8.8.4+UW96.12) with SMTP id VAA22658; Mon, 3 Mar 1997 21:56:28 -0800 Message-ID: <331BB961.7F86@u.washington.edu> Date: Mon, 03 Mar 1997 21:55:45 -0800 From: Jason Wells Organization: (soon to be) Highperformance.net X-Mailer: Mozilla 3.0Gold (Win95; I) MIME-Version: 1.0 To: pirahna@primenet.com CC: freebsd-questions@freebsd.org Subject: Re: Floppy drive References: <331B6598.39B8@primenet.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk pirahna@primenet.com wrote: > > Ok This is my first UNIX system and although this seems like a > incredibly stupid question. I can not figure out how to get to the > floppy drive so I can copy things to and from it. Please help me if you > are able to Mark 1-Insert disk that has been labeled using disklabel and has a filesystem installed using newfs. This is the unix equivalent to DOS formatting. This will make the disk a "UNIX" disk. Type man disklabel and man newfs for more info. 2-type "mount /dev/fd0 /mnt" at the commandline. Type man mount for more info. The directory /mnt should exist on your system. If not, you can use mkdir to create one. If the disk is in DOS format this will not work. You must use a "UNIX" disk. 3-Then you should try cd /mnt. 4-Then type ls. The contents of this disk should now be displayed. 5-Type "umount /mnt" to unmount the floppy. Note: if the disk that you want to access is in DOS format try "mount -t msdos /dev/fd0 /mnt" But if you get a warning that says something about the directory not being a multiple of blocksize then immediatley type "umount /mnt". There is a problem that occurs sometimes when mounting a DOS filesystem. I seriously messed up my system by ignoring that warning. I recommend avoiding mounting msdos filesystems for reasons based on superstition. -- __ __ / 0\ / 0\ Thank you * Highperformance.net ) Wannabe Sysadmin * The homeless domain )-------( Jason Wells * "Pardon me sir, spare some bandwidth?" \_____/