From owner-freebsd-questions Sun Feb 18 11:41: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cgmd76206.chello.nl (d9168.upc-d.chello.nl [213.46.9.168]) by hub.freebsd.org (Postfix) with ESMTP id 3BCFE37B401 for ; Sun, 18 Feb 2001 11:41:02 -0800 (PST) Received: by cgmd76206.chello.nl (Postfix, from userid 1001) id EB02E14B; Sun, 18 Feb 2001 20:41:00 +0100 (CET) Date: Sun, 18 Feb 2001 20:41:00 +0100 From: Edwin Groothuis To: Brad Watts Cc: BSD Subject: Re: Mount CD ROM Message-ID: <20010218204100.B4233@cgmd76206.chello.nl> Mail-Followup-To: Edwin Groothuis , Brad Watts , BSD References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from bradley_watts@hotmail.com on Sun, Feb 18, 2001 at 01:55:22PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Feb 18, 2001 at 01:55:22PM -0500, Brad Watts wrote: > I've reconfigured my kernel and added sound support. Now I'd like > to know how I would mount and "read" from my CD ROM drive? > Also, How would I mount, read and write to my floppy drive? Create two directories: mkdir /mnt/cdrom mkdir /mnt/floppy and add this to your /etc/fstab /dev/acd0c /mnt/cdrom cd9660 ro,noauto 0 0 /dev/fd0 /mnt/floppy msdos rw 2 2 then you can mount it with "mount /mnt/cdrom" and "mount /mnt/floppy". If your cdrom is a different one (no ATAPI, then you should change the acd into the more proper one) Edwin -- Edwin Groothuis | Interested in MUDs? Visit Fatal Dimensions: mavetju@chello.nl | http://fataldimensions.nl.eu.org/ ------------------+ telnet://fataldimensions.nl.eu.org:4000 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message