From owner-freebsd-questions Wed Dec 16 15:57:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA03372 for freebsd-questions-outgoing; Wed, 16 Dec 1998 15:57:46 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA03328 for ; Wed, 16 Dec 1998 15:57:42 -0800 (PST) (envelope-from grog@freebie.lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id KAA07883; Thu, 17 Dec 1998 10:27:18 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.1/8.9.0) id KAA02861; Thu, 17 Dec 1998 10:27:16 +1030 (CST) Message-ID: <19981217102715.V486@freebie.lemis.com> Date: Thu, 17 Dec 1998 10:27:15 +1030 From: Greg Lehey To: David Wolfskill , chris@sloth.org, freebsd-questions@FreeBSD.ORG Subject: Re: floppy References: <199812162338.PAA16030@pau-amma.whistle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <199812162338.PAA16030@pau-amma.whistle.com>; from David Wolfskill on Wed, Dec 16, 1998 at 03:38:53PM -0800 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wednesday, 16 December 1998 at 15:38:53 -0800, David Wolfskill wrote: >> Date: Wed, 16 Dec 1998 18:14:33 -0500 (EST) >> From: Chris McCoy > >> i am having trouble mounting the floppy > >> i do mount /dev/fd0 /mnt > >> and gives me an error "/dev/fd0 on /mnt : Incorrect super block > > In order to "mount" the floppy, the floppy needs to have a file system > built on it. See the man page for "newfs" for information on doing > this, but fair warning: floppies are a little "unusual" (in limited > capacity and removability), compared to the usual media for UNIX > filesystems. Either difference is capable of contributing to > "interesting" situations. In particular, you should ask yourself if you even want a file system on a floppy. In general, you'd be well advised to avoid floppies: they're slow, unreliable and expensive per unit storage. About the only thing you should use them for is exchange of small quantities of data, and file systems are unsuited for that. If you're exchanging with UNIX systems, use tar on the raw floppy instead. Greg -- See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message