From owner-freebsd-questions@FreeBSD.ORG Sat Apr 24 12:34:56 2004 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 9332716A4CE for ; Sat, 24 Apr 2004 12:34:56 -0700 (PDT) Received: from smtp01.mrf.mail.rcn.net (smtp01.mrf.mail.rcn.net [207.172.4.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F23F43D45 for ; Sat, 24 Apr 2004 12:34:56 -0700 (PDT) (envelope-from gerard-seibert@rcn.com) Received: from 207-237-110-41.c3-0.crm-ubr4.crm.ny.cable.rcn.com ([207.237.110.41] helo=[192.168.0.4]) by smtp01.mrf.mail.rcn.net with esmtp (Exim 3.35 #7) id 1BHSvP-00030w-00 for freebsd-questions@freebsd.org; Sat, 24 Apr 2004 15:34:55 -0400 From: Gerard Seibert To: FreeBSD Questions Date: Sat, 24 Apr 2004 15:34:54 -0400 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200404241534.54773.gerard-seibert@rcn.com> Subject: Using One Floppy Drive as Two Drives X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: gerard-seibert@rcn.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Apr 2004 19:34:56 -0000 This is probably very simple, but I can not seem to get it to work. I have one physical 3.5" 1.44MB drive. It is configured as /dev/fd0. Is there a way that I can also configure this drive to be /dev/fd1. The reason is that I have an alias command : alias A:='sudo mount -t msdos /dev/fd0 /mnt' in my .bashrc file. I would like to add another command using B: instead of A: and have the file system be NFS instead of msdos. Is any of this possible? Thanks! Gerard Seibert gerard-seibert@rcn.com