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-81416-garchives=archives.gentoo.org@lists.gentoo.org>) id 1KE5WQ-0007zP-Ml for garchives@archives.gentoo.org; Wed, 02 Jul 2008 16:49:34 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76ECCE0774; Wed, 2 Jul 2008 16:49:33 +0000 (UTC) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.240]) by pigeon.gentoo.org (Postfix) with ESMTP id 4E190E0774 for <gentoo-user@lists.gentoo.org>; Wed, 2 Jul 2008 16:49:33 +0000 (UTC) Received: by an-out-0708.google.com with SMTP id c28so87712ana.47 for <gentoo-user@lists.gentoo.org>; Wed, 02 Jul 2008 09:49:33 -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=zWMldQ58JqIZUQ0Tpai8yi+Tq9okr5RAmj8rx4GI5mo=; b=speGx3Cfg0XdpiblIEeMG1CZj7a0lGVZ4GyzF8nC0kCYWyKJTGeTHUz1aFPrU1f7Z1 bJbsHIsclm30OCaDNqePw9r3YD2Fk9CsZ6wEgL5dZrRMj9sAwUQRFUV3tSgNnv602uwF fgDhbD8giAM/2qwyCs49GclP6uHGlHjZTaj+c= 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=i4t0n0ellWodhPDgaaJuzaAfPo/aWciZt7ISugL5IyB8xYzzY0MBc9DiwYeInYw94b DnZYIYghuh6nBZPwLCMCEBO2tXzr/DZ5MUzScmd9lWP/YpaPiOSpU1LqlOmweXczugEj vjQlJxVLjXyZdAZSY/+OfyPDUTRsn5KneiJOA= Received: by 10.100.136.15 with SMTP id j15mr7515050and.11.1215017372852; Wed, 02 Jul 2008 09:49:32 -0700 (PDT) Received: by 10.100.198.3 with HTTP; Wed, 2 Jul 2008 09:49:32 -0700 (PDT) Message-ID: <558a8f1a0807020949q19c299cfq6b24357dfe90cd1d@mail.gmail.com> Date: Wed, 2 Jul 2008 13:49:32 -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: <838172.28492.qm@web65508.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: <200806302250.21133.michaelkintzios@gmail.com> <838172.28492.qm@web65508.mail.ac4.yahoo.com> X-Archives-Salt: f93ab594-f7de-46c9-a70f-116b36513a42 X-Archives-Hash: 89bd43a58600d1f0e08bb456918bcca8 2008/7/2 Norman Hakim <desprado_mariachi@yahoo.com>: > > > NORMAN HAKIM YAHYA > > Dear Mick & Richard, > > This is the output after i mount it manually: > > mount: block device /dev/cdrom is write-proctected, mounting read-only > > Regards, > Norman Norman, Good, you did it, you mounted your cdrom. That message is just a warning, and it is only extra information that the "mount" command shows you, so you do not have to face any surprises. That warning is only telling you (as I said before) that your cdrom is a read-only media. If you want cdrom to automatically mount when you insert a cd, just add this line to your /etc/fstab: /dev/cdrom /mnt/cdrom auto noauto,ro,user 0 0 And that should work just fine. Regards, Richard. -- gentoo-user@lists.gentoo.org mailing list