From owner-freebsd-i386@FreeBSD.ORG Tue Oct 25 18:50:23 2005 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0F3C16A41F for ; Tue, 25 Oct 2005 18:50:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B82E43D45 for ; Tue, 25 Oct 2005 18:50:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9PIoNCO039065 for ; Tue, 25 Oct 2005 18:50:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9PIoNX2039062; Tue, 25 Oct 2005 18:50:23 GMT (envelope-from gnats) Date: Tue, 25 Oct 2005 18:50:23 GMT Message-Id: <200510251850.j9PIoNX2039062@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: Kris Kennaway Cc: Subject: Re: misc/87968: cannot access the floppy device X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kris Kennaway List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 18:50:23 -0000 The following reply was made to PR i386/87968; it has been noted by GNATS. From: Kris Kennaway To: Vasily Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: misc/87968: cannot access the floppy device Date: Tue, 25 Oct 2005 14:42:52 -0400 On Tue, Oct 25, 2005 at 06:52:49AM +0000, Vasily wrote: > > >Number: 87968 > >Category: misc > >Synopsis: cannot access the floppy device > >Confidential: no > >Severity: non-critical > >Priority: high > >Responsible: freebsd-bugs > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Tue Oct 25 07:00:27 GMT 2005 > >Closed-Date: > >Last-Modified: > >Originator: Vasily > >Release: FreeBSD 6.0 Beta-5 > >Organization: > GCSI > >Environment: > i386 > >Description: > cannot successfully access the floppy device on HP Proliant ML370 > System answer after mount floppy - "read-only" and don`t show content floppy, > after umount floppy system say - "it`s no file-system" It didn't say either of those things, it gave a full error message. Show us the exact error instead of giving us your interpretation of it. > >How-To-Repeat: > mount -t msdos /dev/fd0 /mnt Kris