From owner-freebsd-questions Mon Apr 22 13:53:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web13402.mail.yahoo.com (web13402.mail.yahoo.com [216.136.175.60]) by hub.freebsd.org (Postfix) with SMTP id 6125A37B6BA for ; Mon, 22 Apr 2002 13:50:03 -0700 (PDT) Message-ID: <20020422194911.83880.qmail@web13402.mail.yahoo.com> Received: from [4.18.79.239] by web13402.mail.yahoo.com via HTTP; Mon, 22 Apr 2002 12:49:11 PDT Date: Mon, 22 Apr 2002 12:49:11 -0700 (PDT) From: Andrew Gould Subject: Re: moving data from windows to freebsd To: Ali Nasseh , questions@freebsd.org In-Reply-To: <20020422152128.83713.qmail@web10304.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I mount floppies to /floppy. The relevant line in /etc/fstab is: /dev/fd0 /floppy msdos rw,noauto 0 0 To mount a floppy, I just execute: mount /floppy It's like Linux; but the filesystem is called msdos rather than vfat. Best of luck, Andrew Gould --- Ali Nasseh wrote: > hi, > i have some data under windows 98 and i got to read > them under freebsd > (i shared them in a x86 box). > i can accomplish this task clearly under > linux(redhat > 7.2), > but when i try to mount the floppy nder freebsd > with: > #mount /dev/fd0 /mnt > error message "incorrect super block" appears. > the questions are: > 1.if i format a floppy under windows98 and copy some > data to it, > is there a chance to read that data(or mount that > floppy) under freebsd? > 2.can freebsd to read the fat(16 or 32)? if so, how? > (tell me please, if i can move some data in a > floppy > from windows to freebsd) > 3.what's the error message "incorrect super block" > for, and > how can fix it? > 4.i can't label my floppy after i format it with > fdformat command > under freebsd? is that neccessary for mounting > floppies? > > --thanx a lot > --a. nasseh > > __________________________________________________ > Do You Yahoo!? > Yahoo! Games - play chess, backgammon, pool and more > http://games.yahoo.com/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of > the message __________________________________________________ Do You Yahoo!? Yahoo! Games - play chess, backgammon, pool and more http://games.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message