From owner-freebsd-questions Tue Apr 2 22:56:04 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA26282 for questions-outgoing; Tue, 2 Apr 1996 22:56:04 -0800 (PST) Received: from mail.rwth-aachen.de (mail.RWTH-Aachen.DE [137.226.144.9]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id WAA26202 for ; Tue, 2 Apr 1996 22:55:57 -0800 (PST) Received: from gilberto.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de) by mail.rwth-aachen.de (PMDF V5.0-4 #13110) id <01I33KVGQL800000GH@mail.rwth-aachen.de>; Wed, 03 Apr 1996 08:53:52 +0100 Received: (from kuku@localhost) by gilberto.physik.rwth-aachen.de (8.6.11/8.6.9) id JAA12447; Wed, 03 Apr 1996 09:00:15 +0200 Date: Wed, 03 Apr 1996 09:00:14 +0200 (MET DST) From: "Christoph P. Kukulies" Subject: Re: Copying files to and from a floppy In-reply-to: <3162B0E2.394E@www.gil.com.au> To: moroney@gil.com.au (Phil Moroney) Cc: questions@FreeBSD.ORG Reply-to: Christoph Kukulies Message-id: <199604030700.JAA12447@gilberto.physik.rwth-aachen.de> MIME-version: 1.0 X-Mailer: ELM [version 2.4 PL25 ME8b] Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Having successfully installed FreeBSD and being new to > the UNIX enviornment, could you please tell me how I > can copy files to and from my floppy disks? Obviously > using "A:" or "B:" won't work. You have several choices exchanging files between DOS and unix - I assume that's what you want when you are saying A: or B:. 1. Get a DOS formatted floppy, insert it into drive 0 or 1 and type: mount -t msdos /dev/fd0 /mnt (or fd1 resp.) after doing that you can cp files back and forth to/from /mnt. Once you are done, don't forget to umount /mnt 2. You can use the mtools mdir a: mread a:*.* . The mtools are in the ports section of the FreeBSD distribution and can be found under ports/emulators/mtools. Go there and type make all install. (provided you have the appropiate files in your /usr/ports tree). 3. Get a DOS tar - there are several PD versions - and exchange files via raw floppy devices: writing to floppy: tar cvf /dev/rfd0a files reading from floppy: tar xvf /dev/rfd0a > > I think I have to use FTP for the transfers, but I don'r > know what command I have to use once I am at the ftp> prompt. ftp is only for exchanging files between computers over a network, not between devices on a computer - if I understand your question correctly. > > > > Phil Moroney > --Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de