Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Feb 1996 11:13:36 +0100 (MET)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        stevt@digitalweb.com (Steve Tan)
Cc:        questions@FreeBSD.org
Subject:   Re: newbie : How write to DOS Floppy ?
Message-ID:  <199602021013.LAA04791@uriah.heep.sax.de>
In-Reply-To: <199602020101.RAA06440@iceland.it.earthlink.net> from "Steve Tan" at Feb 1, 96 05:01:25 pm

next in thread | previous in thread | raw e-mail | index | archive | help
As Steve Tan wrote:
> 
> I'm not sure if this is the right place to ask, but I'm

-questions: yes, -current: no.

> trying to figure out how to write files to a DOS disk, my
> floppy drive.

Either

	mkdir /floppy
	mount -t msdos /dev/fd0 /floppy
	cp mystuff /floppy
	umount /floppy

or get mtools from the ports/packages, and use mwrite/mread.

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



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