From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-81325-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1KDN22-0004GG-D2
	for garchives@archives.gentoo.org; Mon, 30 Jun 2008 17:19:14 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 3B5DBE03FB;
	Mon, 30 Jun 2008 17:19:13 +0000 (UTC)
Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.247])
	by pigeon.gentoo.org (Postfix) with ESMTP id 1E0FDE03FB
	for <gentoo-user@lists.gentoo.org>; Mon, 30 Jun 2008 17:19:13 +0000 (UTC)
Received: by an-out-0708.google.com with SMTP id c28so293873ana.47
        for <gentoo-user@lists.gentoo.org>; Mon, 30 Jun 2008 10:19:12 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:received:received:message-id:date:from:to
         :subject:in-reply-to:mime-version:content-type
         :content-transfer-encoding:content-disposition:references;
        bh=bcMX72vXJ60jFJt9QxbUkVZZqtKCfoxEBdaFBfBpVH4=;
        b=H9xmbI7kHI4erIBi3kIuZQJRZPu+2W+i/HXr6Wz4DQIpfL6G4+w5l/bZlhUN6vbkZg
         DyeEvEzCF//R/4XtA3rr9YmBhlxipKOIb5MrPkk0Y2Wa1GL3CnwinGsQVL/lVK/z4trV
         WJS3LPulqlU4y031SN2/M8jLtH12OSB4ijRPw=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=message-id:date:from:to:subject:in-reply-to:mime-version
         :content-type:content-transfer-encoding:content-disposition
         :references;
        b=MrFver8NGNeF9ig/ZxeR4A6DxIAAEBny25qDwIjEaVAiINucHtsbWcIu05B0PyKhfI
         jlhAicOvbBdFmIv+qOQXPrinHUYC0aAjUda8i3VgojiB7x1FU8PrhOiGORff4OhBenaS
         WFJxwCAod8pVoWUwuOva32k5OQ/0e2EQ/sm2A=
Received: by 10.100.8.4 with SMTP id 4mr4440634anh.38.1214846352814;
        Mon, 30 Jun 2008 10:19:12 -0700 (PDT)
Received: by 10.100.198.3 with HTTP; Mon, 30 Jun 2008 10:19:12 -0700 (PDT)
Message-ID: <558a8f1a0806301019x7f02e5adkc632ac011afb0286@mail.gmail.com>
Date: Mon, 30 Jun 2008 14:19:12 -0300
From: "Ricardo Bevilacqua" <rus.spes@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Problem mounting cdrom,cdrw,usb
In-Reply-To: <62810.43320.qm@web65504.mail.ac4.yahoo.com>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <95ef8cd0806282106x4935dd1bt43dfb917938acf32@mail.gmail.com>
	 <62810.43320.qm@web65504.mail.ac4.yahoo.com>
X-Archives-Salt: 3b592ff9-59e1-4a82-8ab8-c4f7478a7f46
X-Archives-Hash: 36757bdb0add9a97e502200672ab4862

2008/6/30 Norman Hakim <desprado_mariachi@yahoo.com>:
> Cristian Gary,
> i've grouped it into plugdev.
>
> Richard,
>
> After i type this command "/dev/cdrom /mnt/cdrom      auto      noauto,ro,user     0 0" it shows:
>
>                bash: /dev/cdrom: Permission denied

Actually, the line

/dev/cdrom /mnt/cdrom      auto      noauto,ro,user     0 0

is what you need to add to "/etc/fstab" to get your cdrom working.
Sorry if I did not express myself correctly.


> i've login using root account. i've right clicked at the cdrom to see the properties and under Permissions tab the Owner column stated unknown and i tried to change the Access column to Read and Write it popup "The permisions could not be changed"
>

Well, you can not change permissions to read and write, because the
cdrom is a read-only media. Yes, I know you are able to burn a CD or a
DVD, but it is not considered as writable media and it is mounted as a
read-only file system.

Just try by adding that line to your fstab, and if that does not work,
then try to mount it manually as Eduardo Otubo says:

# mount /dev/cdrom /mnt/cdrom

And post the output here.

>
> Regards,
> Norman

Regards,

Richard.
-- 
gentoo-user@lists.gentoo.org mailing list