From owner-freebsd-newbies@FreeBSD.ORG Mon Mar 1 10:16:30 2004 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA13A16A4CE for ; Mon, 1 Mar 2004 10:16:30 -0800 (PST) Received: from zeus.acuson.com (ac17860.acuson.com [157.226.71.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD8EA43D2D for ; Mon, 1 Mar 2004 10:16:30 -0800 (PST) (envelope-from DavidJohnson@Siemens.com) Received: from mvaexch02.acuson.com ([157.226.230.209]:1694) by zeus.acuson.com with esmtp (Exim 4.14) id 1AxrxR-0000m7-5r; Mon, 01 Mar 2004 10:16:01 -0800 Received: by mvaexch02.acuson.com with Internet Mail Service (5.5.2657.72) id <15HGJQPT>; Mon, 1 Mar 2004 10:07:40 -0800 Received: from dhcp-46-107.acuson.com ([157.226.46.107]) by mvaexch01.acuson.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2657.72) id 15H188TT; Mon, 1 Mar 2004 10:06:26 -0800 From: Johnson David To: freebsd-newbies@freebsd.org Organization: Siemens Medical Systems Date: Mon, 1 Mar 2004 10:14:08 -0800 User-Agent: KMail/1.6 References: <013e01c3ff8a$573e5b60$220110ac@ARLETTE> <20040301125823.GA20524@ns.gaivoron.net> In-Reply-To: <20040301125823.GA20524@ns.gaivoron.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200403011014.08313.DavidJohnson@Siemens.com> X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *1AxrxR-0000m7-5r*rWmA3dZbSpE* cc: Koltunov Andrey cc: Teilhard Knight Subject: Re: Mount floppy X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Mar 2004 18:16:31 -0000 On Monday 01 March 2004 04:58 am, Koltunov Andrey wrote: > On Mon, Mar 01, 2004 at 06:40:10AM -0600, Teilhard Knight wrote: > >I would appreciate if someone would told me how to mount my floppy. > > If you could tell me the exact entries in the fstab file would be > > great. Thank you. > > --cut_fstab-- > /dev/fd0 /mnt/floppy msdos rw,noauto 0 0 > --end_cut_fstab-- > > then > > #mount /mnt/floppy Yet another reason to send technical questions to the -questions list, instead of to here... ...by default a FreeBSD system does not have the directory /mnt/floppy. David