From owner-freebsd-questions Tue Jan 26 07:31:14 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA18903 for freebsd-questions-outgoing; Tue, 26 Jan 1999 07:31:14 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from post.mail.demon.net (finch-post-10.mail.demon.net [194.217.242.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA18891 for ; Tue, 26 Jan 1999 07:31:11 -0800 (PST) (envelope-from marko@uk.radan.com) Received: from [158.152.75.22] (helo=uk.radan.com) by post.mail.demon.net with smtp (Exim 2.10 #1) id 105ASH-0004jt-00; Tue, 26 Jan 1999 15:31:06 +0000 Organisation: Radan Computational Ltd., Bath, UK. Phone: +44-1225-320320 Fax: +44-1225-320311 Received: from beavis.uk.radan.com (beavis [193.114.228.122]) by uk.radan.com (8.6.10/8.6.10) with SMTP id PAA03242; Tue, 26 Jan 1999 15:30:38 GMT Received: from uk.radan.com (gppsun4) by beavis.uk.radan.com (4.1/SMI-4.1) id AA06901; Tue, 26 Jan 99 15:30:36 GMT Message-Id: <36ADDF84.2C3BA1C2@uk.radan.com> Date: Tue, 26 Jan 1999 15:30:12 +0000 From: Mark Ovens Organization: Radan Computational Ltd X-Mailer: Mozilla 4.5 [en] (X11; I; SunOS 4.1.3_U1 sun4m) X-Accept-Language: en-GB Mime-Version: 1.0 To: Kevin_Weiss/AUS/Lotus@lotus.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: to copy a floppy... References: <85256705.00555490.00@mta2.lotus.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kevin_Weiss/AUS/Lotus@lotus.com wrote: > > If I have a bitmap in MS-DOS format, how do I copy > it to a freeBSD HDD? If it's on a floppy, use, as root mount -t msdos /dev/fd0 /mnt then just cp as normal: cp /mnt/bitmap.bmp /usr/home (change path and filename to suit) > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message