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 ) id 1KJ1Hj-0001kT-Ey for garchives@archives.gentoo.org; Wed, 16 Jul 2008 07:18:47 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4247CE0468; Wed, 16 Jul 2008 07:18:45 +0000 (UTC) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 0203BE0474 for ; Wed, 16 Jul 2008 07:18:44 +0000 (UTC) Received: by wa-out-1112.google.com with SMTP id m34so3222755wag.10 for ; Wed, 16 Jul 2008 00:18:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:date:from:to:subject :message-id:reply-to:mail-followup-to:references:mime-version :content-type:content-disposition:in-reply-to:x-pgp-fingerprint :user-agent; bh=QVTsnTpGxqqg0ozpJMO4zTINv69UgjIMHh8GhWq4lOE=; b=JFAVmHkeFABScfFs3V+fNOnme8qOYZ+5yj6jjdHiIxdu5jCXBsXeFlVe/DHnTMD5Ef k5NCVA/5Pod7fW1rzrTJvxwg3BE5dNNKG0EYo3Le7FVn9tYORFBEtj2pI2vgQYFIDs9q xz8+BpxeHj+Qigf3R+GUkdNR+gy8tQe7AEpCU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:reply-to:mail-followup-to :references:mime-version:content-type:content-disposition :in-reply-to:x-pgp-fingerprint:user-agent; b=pmqHLXzE5R6OALIqsDYEBqd5VU6dC2z/c82kxTTSlneuPYzOYPDetqRjzsQLaU9uAR O/kW0FnU0aoDnElsbzKzrAElcGtZjM7uKhIS/jYMwPiKVJzaZFkruJFGsr21BfVrJSoA bA0JzBZZpMev2OZB11cnXh3FQGfN/LPoppzAQ= Received: by 10.114.182.15 with SMTP id e15mr2807437waf.186.1216192724373; Wed, 16 Jul 2008 00:18:44 -0700 (PDT) Received: from oahong@gmail.com ( [61.172.193.245]) by mx.google.com with ESMTPS id g25sm9417160wag.4.2008.07.16.00.18.41 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 16 Jul 2008 00:18:44 -0700 (PDT) Received: by oahong@gmail.com (sSMTP sendmail emulation); Wed, 16 Jul 2008 15:17:34 +0800 Date: Wed, 16 Jul 2008 15:17:34 +0800 From: Hong Hao To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Mounting problem Message-ID: <20080716071734.GA4416@polaris> Mail-Followup-To: gentoo-user@lists.gentoo.org References: <200807160838.43553.dirk.heinrichs@online.de> <863167.43895.qm@web65515.mail.ac4.yahoo.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <863167.43895.qm@web65515.mail.ac4.yahoo.com> X-PGP-Fingerprint: 4BE0 3BDA B92B C19E CC51 B9FA DC32 47D1 4E4E B3B1 User-Agent: Mutt/1.5.16 (2007-06-09) X-Archives-Salt: e88f3413-7498-4734-b9fb-209884650943 X-Archives-Hash: 2092ca1be27ec769a42a00365ed8ecb6 On Wed, Jul 16, 2008 at 12:09:24AM -0700, Norman Hakim wrote: > > > NORMAN HAKIM YAHYA > > > --- On Wed, 7/16/08, Dirk Heinrichs wrote: > > > From: Dirk Heinrichs > > Subject: Re: [gentoo-user] Mounting problem > > To: gentoo-user@lists.gentoo.org > > Date: Wednesday, July 16, 2008, 1:38 AM > > Am Mittwoch, 16. Juli 2008 schrieb Norman Hakim: > > > > > Is it normal after gentoo installation we have to > > mount the cdrom or even > > > thumbdrive manually? Actually i'm still having > > problem until now, i have > > > grouped my user account into cdrom,cdrw,usb,plugdev > > but i cant automount my > > > cdrom. But if i mount it manually there is no problem > > at all. > > > > How do you do this, then? > > > > > if i type these commands: > > > /dev/cdrom /mnt/cdrom auto noauto,ro,user 0 0 > > > > This is not a command, it's a line which should be put > > into /etc/fstab. > > > > > the output will be: > > > bash: /dev/cdrom Permission denied > > > > Sure, see above. > > > > > And also even if type these commands: > > > /dev/cdrom > > > > dito. > > > > > the output will be still the same. > > > > Yes, see above. First put the line above into /etc/fstab, > > then > > type "mount /mnt/cdrom". > > > > > I'm out of idea how to make it works. And i more > > question how do i mount my > > > thumbdrive? > > > > Just the same. Replace "cdrom" with whatever > > matches your thumbdrive, examine > > output of "dmesg" a few seconds after plugging it > > in. > > > > HTH... > > > > Dirk > > > Dear Dirk, > > ok, but then how do i put tose lines into /etc/fstab? Actually i'm a newbie to gentoo linux. > > > Regards, > Norman > > > > -- > gentoo-user@lists.gentoo.org mailing list echo "/dev/cdrom /mnt/cdrom auto noauto,ro,user 0 0" >> /etc/fstab or you could fire up your favorite editor. oahong -- Hong Hao oahong@gmail.com /dev/null pgp: 0x37F34C16 -- gentoo-user@lists.gentoo.org mailing list