From owner-freebsd-questions Tue Nov 5 4:52:47 2002 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 327FC37B401 for ; Tue, 5 Nov 2002 04:52:46 -0800 (PST) Received: from gwdu60.gwdg.de (gwdu60.gwdg.de [134.76.98.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3765A43E4A for ; Tue, 5 Nov 2002 04:52:43 -0800 (PST) (envelope-from kheuer2@gwdg.de) Received: from gwdu60.gwdg.de (localhost [127.0.0.1]) by gwdu60.gwdg.de (8.12.5/8.12.4) with ESMTP id gA5Cqece091841; Tue, 5 Nov 2002 13:52:40 +0100 (CET) (envelope-from kheuer2@gwdg.de) Received: from localhost (kheuer2@localhost) by gwdu60.gwdg.de (8.12.5/8.12.4/Submit) with ESMTP id gA5Cqd9t091838; Tue, 5 Nov 2002 13:52:39 +0100 (CET) X-Authentication-Warning: gwdu60.gwdg.de: kheuer2 owned process doing -bs Date: Tue, 5 Nov 2002 13:52:39 +0100 (CET) From: Konrad Heuer To: Tiago Andre Cc: questions@FreeBSD.org Subject: Re: Mount floopy disk In-Reply-To: Message-ID: <20021105135053.D42765-100000@gwdu60.gwdg.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 5 Nov 2002, Tiago Andre wrote: > I like to know how do i mount my floopy disk i try: > mount /dev/fd0 /mnt > and > mount /dev/fd0c /mnt > but the anwser is incorrect super block Would be correct if your floppy disk contains a UFS; if it is a DOS formatted floppy disk, try: mount -t msdos /dev/fd0 /mnt Best regards Konrad Heuer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message