Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Mar 1999 15:18:01 -0800
From:      charon@freethought.org
To:        mark_burnett@ibm.net, freebsd-questions@FreeBSD.ORG
Subject:   Re: Help with floppies
Message-ID:  <3.0.5.32.19990316151801.00a4f460@mail>
In-Reply-To: <36EEC111.A7D928D5@ibm.net>

next in thread | previous in thread | raw e-mail | index | archive | help
At 02:37 PM 3/16/99 -0600, Mark Burnett wrote:
>I need some help with the configuration of my kernel file (it won't
>make) but I need to copy it to a floppy so I can attach it to an e-mail.
>I've looked in the handbook, FAQ's and Unix for the Impatient and I
>don't seem to be able to decipher the proper command.

Proper command for what?  To mount a floppy?  I'll assume you want to mount
a DOS-formatted floppy, since you're mailing with Win95, so

cd /mnt
mkdir floppy
mount -t msdos /dev/fd0c floppy

Then you can use /mnt/floppy just like any other directory.  When done, just

umount /dev/fd0c

There's also a port called mtools for working with DOS floppies without
mounting, but I've never used it.






__________________________________________
         Charon@freethought.org
 http://members.home.net/tuathadedanann/

   "Unthinking respect for authority 
    is the greatest enemy of truth."
	     -Albert Einstein
__________________________________________


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?3.0.5.32.19990316151801.00a4f460>