From owner-freebsd-questions Mon May 15 1:47:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from merganser.its.uu.se (merganser.its.uu.se [130.238.6.236]) by hub.freebsd.org (Postfix) with ESMTP id 6987437B5CB for ; Mon, 15 May 2000 01:47:27 -0700 (PDT) (envelope-from ertr1013@student.csd.uu.se) Received: from regulus.student.UU.SE ([130.238.5.2]:63969 "HELO ertr1013.student.csd.uu.se") by merganser.its.uu.se with SMTP id ; Mon, 15 May 2000 10:47:04 +0200 Received: (qmail 797 invoked by uid 1001); 15 May 2000 08:47:03 -0000 Date: Mon, 15 May 2000 10:47:02 +0200 From: Erik Trulsson To: Mike Tibor Cc: questions@FreeBSD.ORG Subject: Re: Mounting SCSI cdrom on 4.0-R Alpha Message-ID: <20000515104702.A777@student.csd.uu.se> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from tibor@tibor.org on Mon, May 15, 2000 at 12:32:48AM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, May 15, 2000 at 12:32:48AM -0800, Mike Tibor wrote: > I have no idea if my syntax is correct (I come from the Linux world, and > the docs at www.freebsd.org and the man pages don't give any examples), > but can anyone tell me how to mount a scsi cdrom? > > When I try: > > # mount -t cd9660 /dev/rscd0c /mnt/cdrom > > I get "cd9660: Operation not permitted". /mnt/cdrom exists, /dev/rscd0c > exists, and there is a cdrom in the drive. Try using /dev/cd0c instead of /dev/rscd0c. (This is the correct device for a SCSI CROM according to /dev/MAKEDEV) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message