From owner-freebsd-questions@FreeBSD.ORG Tue Mar 16 23:46:45 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 2EB5816A4CE for ; Tue, 16 Mar 2004 23:46:45 -0800 (PST) Received: from dhumketu.homeunix.net (dialpool-210-214-66-9.maa.sify.net [210.214.66.9]) by mx1.FreeBSD.org (Postfix) with SMTP id 60BA343D39 for ; Tue, 16 Mar 2004 23:46:39 -0800 (PST) (envelope-from freebsd@dhumketu.cjb.net) Received: (qmail 367 invoked by uid 1000); 17 Mar 2004 03:41:46 -0000 Date: Wed, 17 Mar 2004 09:11:45 +0530 From: Shantanoo To: Stephen Liu Message-ID: <20040317034145.GA267@dhumketu.homeunix.net> Mail-Followup-To: Stephen Liu , freebsd-questions@freebsd.org References: <200403171022.29381.satimis@icare.com.hk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200403171022.29381.satimis@icare.com.hk> User-Agent: Mutt/1.4i Organization: Hmmm... I dunno X-OS: FreeBSD 4.9-STABLE i386 cc: freebsd-questions@freebsd.org Subject: Re: Format floppy problem 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: Wed, 17 Mar 2004 07:46:45 -0000 +++ Stephen Liu [freebsd] [17-03-04 10:22 +0800]: | On Wednesday 17 March 2004 00:40, Terry L. Tyson Jr. wrote: | > On Wed, Mar 17, 2004 at 09:21:34AM +0800, Stephen Liu wrote: | > > | > > FreeBSD 5.2 | > > ========== | > > | > > Floppies formatted on M$Win can be mounted, copied files to and read, | > > etc. | > > | > > But floppies formatted on FreeBSD with | > > | > > $ fdformat /dev/fd0 | > > Format 1440K floppy `/dev/fd0'? (y/n): y | > > Processing VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV done. | > > | > > they could not be mounted | > > | > > $ mount -t msdos /dev/fd0 /usr/home/user/floppy | > > msdosfs: /dev/fd0: Invalid argument | > > | > > I tested 3 floppies with the same result. Kindly advise how to fix this | > > problem. Is there a special format floppy command for FreeBSD. | > > | > | > Try your mount command again without the "-t msdos" since it isn't a | > dos formatted disk. | | Hi Terry, | | $ mount /dev/fd0 /usr/home/user/floppy | mount: /dev/fd0 on /usr/home/user/floppy: incorrect super block | $ mount -t vfat /dev/fd0 /usr/home/user/floppy | mount: exec mount_vfat not found in /sbin:/usr/sbin: No such file or directory | $ mount -t msdos /dev/fd0 /usr/home/user/floppy | msdosfs: /dev/fd0: Invalid argument | | Stephen | man fdformat man newfs_msdos man mount_msdos Shantanoo