Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Aug 2003 12:12:09 -0700 (PDT)
From:      John DeStefano <deesto@yahoo.com>
To:        freebsd-newbies@FreeBSD.org
Cc:        gmario.tamagnone@libero.it
Subject:   re: mount_msdosfs problem
Message-ID:  <20030807191209.88657.qmail@web40601.mail.yahoo.com>

next in thread | raw e-mail | index | archive | help
giamma <gmario.tamagnone@libero.it> wrote
>Hi! I have a problem whith mount_msdosfs. When I try to mount a floppy

>doing 
>#mount_msdosfs /dev/fd0 /floppy
>I get the error: Operation not permitted on this device. What's 
>happening?

You're just trying too hard! ;)
Try just 'mount' with the type (-t) option instead:
# mount -t msdos /dev/fd0 /floppy

HTH,
~John


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com



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