From owner-freebsd-questions Wed Nov 4 09:43:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA00619 for freebsd-questions-outgoing; Wed, 4 Nov 1998 09:43:13 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail3.svr.freeserve.net (mail3.svr.freeserve.net [194.152.65.211]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA00607 for ; Wed, 4 Nov 1998 09:43:06 -0800 (PST) (envelope-from c.raven@ukonline.co.uk) Received: from modem-15.potassium.dialup.pol.co.uk ([62.136.9.15] helo=ukonline.co.uk) by mail3.svr.freeserve.net with esmtp (Exim 2.05iplimit-2 #4) id 0zb6xB-0002iB-00; Wed, 4 Nov 1998 17:42:45 +0000 Message-ID: <364091FB.76337D94@ukonline.co.uk> Date: Wed, 04 Nov 1998 17:42:19 +0000 From: Christopher Raven Organization: CIAN X-Mailer: Mozilla 4.07 [en] (X11; I; FreeBSD 2.2.7-RELEASE i386) MIME-Version: 1.0 To: Clarence Griffin CC: freebsd-questions@FreeBSD.ORG Subject: Re: can't get the floppy dirve to mount References: <0028FA6B.003144@ed.gov> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Clarence Griffin wrote: > > > Hi folks, > > I've followed the directions so well written in "The Complete FreeBSD > Guide", on pages 210 through 211 verbatim > > Everything cooks right along, until i try to mount the floppy drive as > /A. > > the command recommend is : > # mount /dev/fd0 /A > > but the unexpected reply from my system is: > > mount: /A: No such file or directory > > I need to write a couple of files down to a floppy prior to > reinstalling my FreeBSD, and would sure like to do this, > > Any suggestions? > > dg Does the directory 'A' actually exist? The mount point you are giving is a directory so if it doesn't exist then make it first, then try again. I call mine floppy: - #cd / (change to root directory) #ls (list files) if no 'A' shows up, then: #mkdir A then try: #mount /dev/fd0 /A et voila :-) -- Christopher Raven E-mail: c.raven@ukonline.co.uk & ICQ: 2254369 http://www.FreeBSD.org/ "The Power To Serve" http://www.unmetered.org.uk/ "A PC is for life, not just for Xmas" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message