From owner-freebsd-newbies Sun Jun 28 17:25:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA03597 for freebsd-newbies-outgoing; Sun, 28 Jun 1998 17:25:15 -0700 (PDT) (envelope-from owner-freebsd-newbies@FreeBSD.ORG) Received: from phoenix.welearn.com.au (suebla.lnk.telstra.net [139.130.44.81]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA03566 for ; Sun, 28 Jun 1998 17:25:03 -0700 (PDT) (envelope-from sue@phoenix.welearn.com.au) Received: (from sue@localhost) by phoenix.welearn.com.au (8.8.5/8.8.5) id KAA02542; Mon, 29 Jun 1998 10:24:49 +1000 (EST) Message-ID: <19980629102429.26759@welearn.com.au> Date: Mon, 29 Jun 1998 10:24:30 +1000 From: Sue Blake To: mlduke@concentric.net Cc: Tim Gerchmez , freebsd-newbies@FreeBSD.ORG Subject: Re: A Driver, A Revelation References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88e In-Reply-To: ; from mlduke@concentric.net on Sun, Jun 28, 1998 at 04:14:16PM +0000 Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Jun 28, 1998 at 04:14:16PM +0000, mlduke@concentric.net wrote: > > But FBSD can see it. Does anyone know: Is there a way to copy the driver > to /dos and make it work there? Which means to say, any file can be copied > to /dos, but I don't even know what file it would be in the absence of the > absolute path name. No, a driver is written specifically for a particular hardware/software pair. But I don't know much more about drivers than that :-) > It came as a revelation, also, that I could even work on > /dos/windows/desktop files in FBSD, but this has come as a real shock. That's something. If I have to work on Microsoft files, I generally do the whole lot under FreeBSD and convert them at the end. That seems better than actually working on the FAT partition because mount_msdos can behave a little strangely. Maybe I'm over-cautious, but I write to a FAT partition as little as humanly possible. If they're text files (HTML?) I'm pretty sure you can use mtools to copy them in such a way that the CR/LF line endings are taken care of each time (check 'info mtools' as well as man). Another way is to use the freeware info-zip (not PKZip) under DOS as well as the zip/unzip ports for freebsd. There are command-line switches to convert the line endings of text files before or after copying the zip file across. Things like long file names and capitalisation are well taken care of by zip too. As far as getting your drive to be seen there doesn't seem to be any FreeBSD problem. You probably should be asking in Microsoft circles, but somebody here might know where you can get a DOS or Win driver for it if that's your main problem. -- Regards, -*Sue*- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message