From nobody  Mon Jul 13 20:17:47 1998
Received: (from nobody@localhost)
          by hub.freebsd.org (8.8.8/8.8.8) id UAA07987;
          Mon, 13 Jul 1998 20:17:47 -0700 (PDT)
          (envelope-from nobody)
Message-Id: <199807140317.UAA07987@hub.freebsd.org>
Date: Mon, 13 Jul 1998 20:17:47 -0700 (PDT)
From: shwim@gte.net
To: freebsd-gnats-submit@freebsd.org
Subject: INCORRECT SUPER BLOCK : when accessing a Win 95 FAT-32
X-Send-Pr-Version: www-1.0

>Number:         7277
>Category:       misc
>Synopsis:       INCORRECT SUPER BLOCK : when accessing a Win 95 FAT-32
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 13 20:20:00 PDT 1998
>Closed-Date:    Wed Jul 15 08:37:54 PDT 1998
>Last-Modified:  Wed Jul 15 08:40:06 PDT 1998
>Originator:     Manny Naval
>Release:        3.0 - 19980711
>Organization:
>Environment:
>Description:
I was able to install FreeBSD using the Dos PArtition option, but
once I tried using FreeBSD to access the Win95 FAT-32:

When I try mounting my Win 95 Hard Drive (/dev/wd0s1) I get an error
saying INCORRECT SUPER BLOCK.  I am using the command:

mount /dev/wd0s1 /Win95
>How-To-Repeat:
Win 95 with a FAT-32 partition on the first Hard Drive.
FreeBSD 3.0-19980711 on the second Hard Drvie.

>Fix:

>Release-Note:
>Audit-Trail:

From: Ollivier Robert <roberto@keltia.freenix.fr>
To: shwim@gte.net, freebsd-gnats-submit@FreeBSD.ORG
Cc:  Subject: Re: misc/7277: INCORRECT SUPER BLOCK : when accessing a Win 95 FAT-32
Date: Tue, 14 Jul 1998 11:55:11 +0200

 According to shwim@gte.net:
 > When I try mounting my Win 95 Hard Drive (/dev/wd0s1) I get an error
 > saying INCORRECT SUPER BLOCK.  I am using the command:
 > 
 > mount /dev/wd0s1 /Win95
 
 Piot error: you need to specify the "msdos" type in the command line.
 
 Try: mount -t msdos /dev/wd0s1 /Win95
 -- 
 Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr
 FreeBSD keltia.freenix.fr 3.0-CURRENT #61: Sun Jul 12 14:38:23 CEST 1998
State-Changed-From-To: open->closed 
State-Changed-By: dt 
State-Changed-When: Wed Jul 15 08:37:54 PDT 1998 
State-Changed-Why:  
Not a bug. See audit-trail. 
>Unformatted:
