Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Dec 1998 18:41:30 -0500 (EST)
From:      Oleg Ogurok <oleg@ogurok.com>
To:        Chris McCoy <chris@sloth.org>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: floppy
Message-ID:  <Pine.BSF.4.05.9812161839210.1853-100000@ogurok.com>
In-Reply-To: <Pine.LNX.3.96.981216181307.26783A-100000@sin.sloth.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 16 Dec 1998, Chris McCoy wrote:

> i am having trouble mounting the floppy
> 
> i do mount /dev/fd0 /mnt

do:
mount -t msdos /dev/fd0 /mnt
also for mounting a CDROM (just reference):
mount -t cd9660 /dev/wcd0a /cdrom
put your cdrom device instead of /dev/wcd0a.

> 
> and gives me an error "/dev/fd0 on /mnt : Incorrect super block
> 
> 
> any help is appreated
> 
> Chris McCoy
> chris@sloth.org
> 
Oleg Ogurok.



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.05.9812161839210.1853-100000>