From owner-freebsd-questions@FreeBSD.ORG Sun Dec 28 14:59:37 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EB9E16A4CE for ; Sun, 28 Dec 2003 14:59:37 -0800 (PST) Received: from mta11.adelphia.net (mta11.adelphia.net [68.168.78.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97C7D43D41 for ; Sun, 28 Dec 2003 14:59:35 -0800 (PST) (envelope-from fbsd_user@a1poweruser.com) Received: from barbish ([67.20.101.103]) by mta11.adelphia.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with SMTP id <20031228225935.NDAU6455.mta11.adelphia.net@barbish>; Sun, 28 Dec 2003 17:59:35 -0500 From: "fbsd_user" To: "Ken Seggerman" , Date: Sun, 28 Dec 2003 17:59:34 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: RE: Floppy utility w/ DOS-like syntax X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: fbsd_user@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Dec 2003 22:59:37 -0000 You do not need any special port application to do that, You can config FBSD to allow that function by doing this. Edit /etc/fstab and add this line /dev/fd0 /a msdos rw,noauto,longnames 0 0 Then as root issue this command mkdir /a Reboot your system Now put an msdos formatted floppy in the drive and issue this command mount /a cd /a Now just use regular FBSD commands to do what ever you want. When you are done do this cd / umount /a When you take FBSD files to windows, use word to read them and there will not be any line feeds at the end of each sentence. When you move an windows file to FBSD, each line in the file will have line feeds at the end of each line. FBSD has very simple port/package named unix2dos. Install the package it's so much easier to install that way. It has two commands unix2dos and dos2unix for stripping off the junk at the ends of each line. -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Ken Seggerman Sent: Sunday, December 28, 2003 5:25 PM To: freebsd-questions@freebsd.org Subject: Floppy utility w/ DOS-like syntax If I recall correctly, I have installed a little utility (on 4.3) that mounts, reads from and writes to an ordinary DOS-formatted floppy and uses a DOS-like syntax. I don't remember what it's called or how to find it. I tried the Handbook, the FAQ and pkg_info. Any ideas? Thanks, Ken Seggerman _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"