From owner-freebsd-questions@FreeBSD.ORG Mon Sep 1 06:17:21 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E5C116A4BF; Mon, 1 Sep 2003 06:17:21 -0700 (PDT) Received: from smtp1.adl2.internode.on.net (smtp1.adl2.internode.on.net [203.16.214.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE41B44005; Mon, 1 Sep 2003 06:17:19 -0700 (PDT) (envelope-from malcolm.kay@internode.on.net) Received: from beta.home (ppp104-131.lns1.adl1.internode.on.net [150.101.104.131])h81DHHia004360; Mon, 1 Sep 2003 22:47:18 +0930 (CST) Content-Type: text/plain; charset="iso-8859-1" From: Malcolm Kay Organization: At home To: Tadimeti Keshav , freebsd-newbies@freebsd.org Date: Mon, 1 Sep 2003 22:47:17 +0930 User-Agent: KMail/1.4.3 References: <20030901120922.51380.qmail@web60002.mail.yahoo.com> In-Reply-To: <20030901120922.51380.qmail@web60002.mail.yahoo.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200309012247.17206.malcolm.kay@internode.on.net> cc: freebsd-questions@freebsd.org Subject: Re: how to mount a FAT floppy X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Sep 2003 13:17:21 -0000 On Mon, 1 Sep 2003 21:39, Tadimeti Keshav wrote: > Hi guys, > Sorry for sending a blank mail. > How can I mount a (FAT) floppy disk that contains my > favourite themes? > > I have /dev/fd0 directory. (This is a device not a directory.) > Is this the command: > mount -t msdos /dev/fd0 /floppy? Yes > Where is the /floppy directory present? > You need to make it (first): # mkdir /floppy > > man mount_msdos does not give any examples. > Most of us find mtools a more convenient way of=20 managing floppies in FAT format. Malcolm