From owner-freebsd-questions@FreeBSD.ORG Fri Jun 4 23:13:03 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63E5B16A4CE for ; Fri, 4 Jun 2004 23:13:03 -0700 (PDT) Received: from dime54.dizinc.com (66-194-239-69.dimenoc.com [66.194.239.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 205CC43D48 for ; Fri, 4 Jun 2004 23:13:03 -0700 (PDT) (envelope-from bhunter@solisix.com) Received: from c-67-172-98-39.client.comcast.net ([67.172.98.39] helo=[192.168.1.13]) by dime54.dizinc.com with esmtp (Exim 4.34) id 1BWUPm-00038V-6W for freebsd-questions@freebsd.org; Sat, 05 Jun 2004 02:12:22 -0400 From: Bruce Hunter To: freebsd-questions@freebsd.org In-Reply-To: <20040605150438.211E.LUKEK@meibin.net> References: <20040605055221.88986.qmail@web50309.mail.yahoo.com> <1086415409.871.7.camel@solid.solisixoffice.com> <20040605150438.211E.LUKEK@meibin.net> Content-Type: text/plain Organization: Solisix Software Message-Id: <1086415937.871.19.camel@solid.solisixoffice.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sat, 05 Jun 2004 02:12:17 -0400 Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - dime54.dizinc.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - solisix.com X-Source: X-Source-Args: X-Source-Dir: Subject: Re: Problems mounting my cdrom drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jun 2004 06:13:03 -0000 On Sat, 2004-06-05 at 02:07, Luke Kearney wrote: > On Sat, 05 Jun 2004 02:03:29 -0400 > Bruce Hunter spake thus: > > > On Sat, 2004-06-05 at 01:52, Jorge Mario G. wrote: > > > check for /dev/acd0 > > > anyway do it the easy way: > > > #mount /cdrom > > > or trya acd0a > > > > > > > > > Jorge > > > > > > > i tried > > #mount /cdrom > > and > > #mount /dev/acd0 > > > > nothing worked > > i get this error > > > > cd9660: /dev/acd0: Invalid argument > > > > Any other ideas? > > > > Bruce > > >From memory mount /cdrom should work just find but what is in your fstab ? > do you have a line that refers to your cd rom drive? If not try > something like mount /dev/acd0 /mnt as root. Unless you have previously > changed the permissions trying to mount anything as a user other than > root will not work spectacularly well. > > HTH > > LukeK I haven't changed permissions at all, for mounting. here is what my # /etc/fstab/ file looks like ----------------------------------------------------- # Device Mountpoint FStype Options Dump Pass# /dev/ad0s1b none swap sw 0 0 /dev/ad0s1a / ufs rw 1 1 /dev/ad0s1g /home ufs rw 2 2 /dev/ad0s1d /tmp ufs rw 2 2 /dev/ad0s1f /usr ufs rw 2 2 /dev/ad0s1e /var ufs rw 2 2 /dev/acd0 /cdrom cd9660 ro,noauto 0 0 #CORE NFS core:/home/NFSave /mnt/core nfs rw 0 0 -Bruce-