Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Feb 2001 20:41:00 +0100
From:      Edwin Groothuis <mavetju@chello.nl>
To:        Brad Watts <bradley_watts@hotmail.com>
Cc:        BSD <freebsd-questions@freebsd.org>
Subject:   Re: Mount CD ROM
Message-ID:  <20010218204100.B4233@cgmd76206.chello.nl>
In-Reply-To: <OE55dLQHReF08Cb6a5R000086dc@hotmail.com>; from bradley_watts@hotmail.com on Sun, Feb 18, 2001 at 01:55:22PM -0500
References:  <OE55dLQHReF08Cb6a5R000086dc@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010218204100.B4233>