From owner-freebsd-questions Fri May 25 1:15:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id 380A437B423 for ; Fri, 25 May 2001 01:15:16 -0700 (PDT) (envelope-from keramidi@otenet.gr) Received: from hades.hell.gr (patr530-b028.otenet.gr [195.167.121.156]) by mailsrv.otenet.gr (8.11.1/8.11.1) with ESMTP id f4P8FBA08505; Fri, 25 May 2001 11:15:11 +0300 (EEST) Received: (from charon@localhost) by hades.hell.gr (8.11.3/8.11.3) id f4P8Aau05330; Fri, 25 May 2001 11:10:36 +0300 (EEST) (envelope-from keramidi@otenet.gr) Date: Fri, 25 May 2001 11:10:36 +0300 From: Giorgos Keramidas To: rene@xs4all.nl Cc: freebsd-questions@FreeBSD.ORG Subject: Re: can't mount CDROM? Message-ID: <20010525111036.A5043@hades.hell.gr> References: <20010525094519.O26314@xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010525094519.O26314@xs4all.nl>; from rene@xs4all.nl on Fri, May 25, 2001 at 09:45:19AM +0200 X-PGP-Fingerprint: 3A 75 52 EB F1 58 56 0D - C5 B8 21 B6 1B 5E 4A C2 X-URL: http://students.ceid.upatras.gr/~keramida/index.html Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, May 25, 2001 at 09:45:19AM +0200, rene@xs4all.nl wrote: > bash-2.05$ ls /cdrom > bash-2.05$ /sbin/umount /cdrom > umount: /cdrom: not currently mounted > bash-2.05$ /sbin/mount /cdrom > cd9660: /dev/acd0c: Operation not permitted > bash-2.05$ /sbin/mount_cd9660 /dev/cd0a /cdrom > mount_cd9660: /dev/cd0a: Operation not permitted > bash-2.05$ /sbin/mount_cd9660 /dev/acd0c /cdrom > mount_cd9660: /dev/acd0c: Operation not permitted > > hmmz can the CD inserted in my drive is OK; the windows box reads it just > fine. any ideas on how to debug this? Try mounting as root. If the prompt that I am seeing means that you are a simple user, then try `su -' first to become root (or log as root in some console), and try mounting /cdrom from a root shell. --giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message