Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jul 1998 13:36:00 -0700 (PDT)
From:      Doug White <dwhite@resnet.uoregon.edu>
To:        Poya Computers Information <poyacomp@accessv.COM>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: floppy problem
Message-ID:  <Pine.BSF.4.00.9807311335250.14321-100000@resnet.uoregon.edu>
In-Reply-To: <3571B51E.D11D62D0@accessv.COM>

next in thread | previous in thread | raw e-mail | index | archive | help

On Sun, 31 May 1998, Poya Computers Information wrote:

> When I try to mount the floppy it gives an "Incorrect Superblock"
> message what do you suggest I may do?

You're trying to mount the wrong filesystem.

If it's a UNIX formatted floppy use:

mount /dev/fd0 /mnt

If it's a MSDOS formatted floppy use:

mount -t msdos /dev/fd0 /mnt

To umount either:

umount /mnt

Doug White                              | University of Oregon  
Internet:  dwhite@resnet.uoregon.edu    | Residence Networking Assistant
http://gladstone.uoregon.edu/~dwhite    | Computer Science Major


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.00.9807311335250.14321-100000>