From owner-freebsd-questions@FreeBSD.ORG Tue Mar 16 08:40:02 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 4122416A4CE for ; Tue, 16 Mar 2004 08:40:02 -0800 (PST) Received: from mail.takas.lt (mail-src.takas.lt [212.59.31.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id D27ED43D39 for ; Tue, 16 Mar 2004 08:40:00 -0800 (PST) (envelope-from prodigy@punktas.lt) Received: from prodigy ([213.190.42.48]) by mail.takas.lt with Microsoft SMTPSVC(5.0.2195.6713); Tue, 16 Mar 2004 18:39:58 +0200 Message-ID: <004501c40b75$501d8e90$1e00a8c0@prodigy> From: "Prodigy" To: "freebsd-questions" References: <200403170921.34200.satimis@icare.com.hk> Date: Tue, 16 Mar 2004 18:39:48 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-OriginalArrivalTime: 16 Mar 2004 16:39:59.0695 (UTC) FILETIME=[528825F0:01C40B75] 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: Tue, 16 Mar 2004 16:40:02 -0000 When u formated your floppy, u have to use disklabel to label floppy disc: disklabel -w -r /dev/fd0 fd1440 and then u have to make new file system on that floppy: newfs /dev/fd0 That's all, now u can mount your floppy disc. > Hi folks, > > 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. > > TIA > > Stephen Liu > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"