From owner-freebsd-questions Thu Jun 25 13:09:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA17771 for freebsd-questions-outgoing; Thu, 25 Jun 1998 13:09:58 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from nwalme.pair.com (nwalme.pair.com [209.68.1.123]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA17747 for ; Thu, 25 Jun 1998 13:09:43 -0700 (PDT) (envelope-from dima@nwalme.pair.com) Received: (from dima@localhost) by nwalme.pair.com (8.9.0/8.6.12) id QAA28078; Thu, 25 Jun 1998 16:08:17 -0400 (EDT) Message-Id: <199806252008.QAA28078@nwalme.pair.com> X-Envelope-To: freebsd-questions@FReeBSD.ORG Subject: Re: Help! To: alberto@ipmcomms.co.uk (Alberto Pandolfo) Date: Thu, 25 Jun 1998 16:08:16 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <417C2EBF36C3D111B62D00805F89826305DB@IPMCWNT002> from Alberto Pandolfo at "Jun 25, 98 01:11:25 pm" From: Dima Dorfman X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I'm novice about UNIX and freebsd. > How can I know the name of my floppy device in my machine and how can I > read the contents of a disk? > I've heard about mounting the device; what is the command? How does it > work? > Is this the right place for these questions? where can I get some good > references? Can you help me? > Thanks in advance > Alberto Mounting your floppy: # mkdir /floppy # mount /dev/fd0 /floppy # cp /usr/file /floppy # umount /floppy Above moounts the floppy in /floppy, copies a file to it, then unmounts it. To mount a DOS floppy replace the mount commands with # mount -t msdos /dev/fd0 /floppy Hope this helps :) > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- Dima Dorfman (dima@zwb.net) AlternativeNet Server Administrator: inferno.alternativenet.org Microsoft: How long do you want to wait today? FreeBSD Rules! Micro$oft Sucks! http://www.FreeBSD.ORG/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message