Date: Tue, 26 Jan 1999 15:30:12 +0000 From: Mark Ovens <marko@uk.radan.com> To: Kevin_Weiss/AUS/Lotus@lotus.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: to copy a floppy... Message-ID: <36ADDF84.2C3BA1C2@uk.radan.com> References: <85256705.00555490.00@mta2.lotus.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?36ADDF84.2C3BA1C2>