From owner-freebsd-questions Thu Jun 25 07:07:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA12627 for freebsd-questions-outgoing; Thu, 25 Jun 1998 07:07:38 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns.cityip.co.za (ns.cityip.co.za [196.25.223.140]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id HAA12600 for ; Thu, 25 Jun 1998 07:07:28 -0700 (PDT) (envelope-from wjv@cityip.co.za) Received: from wjv by ns.cityip.co.za with local (Exim 1.82 #2) id 0ypCep-0000S6-00; Thu, 25 Jun 1998 16:05:47 +0200 Message-ID: <19980625160547.A1652@cityip.co.za> Date: Thu, 25 Jun 1998 16:05:47 +0200 From: Johann Visagie To: Alberto Pandolfo , "'freebsd-questions@FreeBSD.ORG'" Subject: Re: Help! Mail-Followup-To: Alberto Pandolfo , "'freebsd-questions@FreeBSD.ORG'" References: <417C2EBF36C3D111B62D00805F89826305DB@IPMCWNT002> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <417C2EBF36C3D111B62D00805F89826305DB@IPMCWNT002>; from Alberto Pandolfo on Thu, Jun 25, 1998 at 01:11:25PM +0100 X-PGP: ftp://ftp.cityip.co.za/users/wjv/pubkey.asc X-URL: http://www.cityip.co.za/~wjv/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 25 Jun 1998 at 13:11 SAT, Alberto Pandolfo wrote: > > I'm novice about UNIX and freebsd. No problem. ;-) > How can I know the name of my floppy device in my machine The first floppy disk are accessed via the device files /dev/fd0* The second one via /dev/fd1* The extensions to the device names refer to the possible disk sizes. > and how can I > read the contents of a disk? Is it an MS-DOS disk? In that case, you have two options: 1. You can mount the floppy disk as an MS-DOS filesystem. See the man page for mount_msdos(8) 2. You can use the "mtools" suite of tools to access files on the floppy. There is a FreeBSD port for mtools. If it's a native FreeBSD (UFS) floppy, refer to the man page for mount(8). > I've heard about mounting the device; what is the command? How does it > work? Refer to the man page above. :-) > Is this the right place for these questions? Absolutely. > where can I get some good > references? Try "The Complete FreeBSD" by Greg Lehey. Read through the FreeBSD Handbook on http://www.freebsd.org/ > Can you help me? Probably not. ;-) -- V Johann Visagie | Email: wjv@CityIP.co.za | Tel: +27 21 419-7878 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message