From owner-freebsd-questions Fri Sep 4 17:08:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA02526 for freebsd-questions-outgoing; Fri, 4 Sep 1998 17:08:36 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from laker.net (jet.laker.net [205.245.74.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA02519 for ; Fri, 4 Sep 1998 17:08:33 -0700 (PDT) (envelope-from sfriedri@laker.net) Received: from nt (digital-pbi-124.laker.net [208.0.233.24]) by laker.net (8.9.0/8.9.LAKERNET.NO-SPAM.SPAMMERS.AND.RELAYS.WILL.BE.TRACKED.AND.PROSECUTED.) with SMTP id UAA22818; Fri, 4 Sep 1998 20:07:25 -0400 Message-Id: <199809050007.UAA22818@laker.net> From: "Steve Friedrich" To: "whsmith" Cc: "FreeBSD Questions" Date: Fri, 04 Sep 1998 20:07:48 -0400 Reply-To: "Steve Friedrich" X-Mailer: PMMail 98 Professional (2.01.1600) For Windows NT (4.0.1381;3) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: Mounting cd rom problem Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 04 Sep 1998 18:10:43 -0400, whsmith wrote: >I am trying to mount my SCSI cd rom with the following command > >mount -t cd9660 /dev/cd0 /cd_rom > >and I get this error > >cd9660: no such file or directory > >If I try to use mount_cd9660 I get this error >mount_cd9660 no such file or directory > >Any suggestions? Does /cd_rom exist ?? Most people use /cdrom anyway. Check for the existence of both. If neither exist, pick your favorite and enter mkdir /cdrom (for example) then try the mount again To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message