Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jul 1998 03:20:01 -0700 (PDT)
From:      Ollivier Robert <roberto@keltia.freenix.fr>
To:        freebsd-bugs@FreeBSD.ORG
Subject:   Re: misc/7277: INCORRECT SUPER BLOCK : when accessing a Win 95 FAT-32
Message-ID:  <199807141020.DAA14281@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/7277; it has been noted by GNATS.

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807141020.DAA14281>