From owner-freebsd-questions Fri Sep 20 05:34:18 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA22097 for questions-outgoing; Fri, 20 Sep 1996 05:34:18 -0700 (PDT) Received: from diablo.ppp.de (diablo.ppp.de [193.141.101.34]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id FAA22073 for ; Fri, 20 Sep 1996 05:34:13 -0700 (PDT) Received: from allegro.lemis.de by diablo.ppp.de with smtp (Smail3.1.28.1 #1) id m0v44le-000Qk9C; Fri, 20 Sep 96 14:33 MET DST From: grog@lemis.de (Greg Lehey) Organisation: LEMIS, Schellnhausen 2, 36325 Feldatal, Germany Phone: +49-6637-919123 Fax: +49-6637-919122 Received: (grog@localhost) by allegro.lemis.de (8.6.9/8.6.9) id OAA21791; Fri, 20 Sep 1996 14:23:52 +0200 Message-Id: <199609201223.OAA21791@allegro.lemis.de> Subject: Re: Cd's and filesystems (fwd) To: jdunham@fc.net (Jerry Dunham) Date: Fri, 20 Sep 1996 14:23:52 +0200 (MET DST) Cc: questions@FreeBSD.org (FreeBSD Questions) In-Reply-To: <199609201159.GAA05311@freeside.fc.net> from "Jerry Dunham" at Sep 20, 96 06:59:26 am X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Jerry Dunham writes: > > Gary Chrysler babbled: >> From owner-freebsd-questions@freefall.freebsd.org Thu Sep 19 14:50:57 1996 >> >> mount /cdrom >> Works for me! > > Sure doesn't seem to work for me. Yes, I think Gary should at least have said *why* it works for him. His /etc/fstab file contains something like /dev/cd0a /cdrom cd9660 ro,noauto 0 0 When you invoke mount with only argument, it looks in /etc/fstab for *either* the first *or* the second field in each line, and if it finds a match it fills in the other information by itself. Have a look: I'm sure that you have something there, but it might be the mount point /cd0 instead of /cdrom. Greg