From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MFEa1-0004Px-3P for garchives@archives.gentoo.org; Fri, 12 Jun 2009 21:46:33 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6066FE03CC; Fri, 12 Jun 2009 21:46:31 +0000 (UTC) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.244]) by pigeon.gentoo.org (Postfix) with ESMTP id 3D867E03CC for ; Fri, 12 Jun 2009 21:46:31 +0000 (UTC) Received: by an-out-0708.google.com with SMTP id d40so4804340and.1 for ; Fri, 12 Jun 2009 14:46:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=4pnu7fygvcV3tpvqZhILnRlT4JZ6aAiyJ0osxCesb7g=; b=jZ4ixM8Gl3eQDjsHWrsWEyTRyz5nSmXwJbV2EMETwAI8UGA3fUf6Ixb9hRc8jHWfbo 0QQocDUW5Vd28zC3H7Ctqyv+D1InwdREfcAyZQ5sY9HyYLcPe7wFH5KEO+QekpH9kgQq dyZYcBgaYSZ83w1ROK0uRZga59s95D3T32cfs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=ROGOSC11fpIp9uUS+x/tObKmQ3bW3eHtmCU3UyKpiOvK0FMvvqF0f9NfWBSkxv5SWv I7k3m38dGomtUShdJrJDdmDYNOZKy0r7n7HYC5lvx5ZQDI38+AiHXXKftKlzU31GD2kb bck71NkJm+5f5AQ87AgHmfCMGTZr0DAgKjd5I= 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 Received: by 10.231.10.136 with SMTP id p8mr1791601ibp.14.1244843190770; Fri, 12 Jun 2009 14:46:30 -0700 (PDT) In-Reply-To: <342e1090906121254u1214c065xb323c22a2f2e3040@mail.gmail.com> References: <342e1090906121254u1214c065xb323c22a2f2e3040@mail.gmail.com> Date: Fri, 12 Jun 2009 15:46:30 -0600 Message-ID: Subject: Re: [gentoo-user] conflict in fstab w/ lvm? From: Maxim Wexler To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 8fd5ec97-e995-41a1-a73b-b3f0bc569371 X-Archives-Hash: 1900143f5dcaa79a83f1900488ec91ef On 6/12/09, Daniel da Veiga wrote: > On Fri, Jun 12, 2009 at 16:45, Maxim Wexler wrote: >> Hi group, >> >> Following the LVM2 gentoo doc I have in fstab: >> >> ... >> /dev/vg/tmp /tmp ext2 noatime 0 2 >> ... >> >> But also(suggested by the eee forum): >> >> ... >> #shm /dev/shm tmpfs nodev,nosuid,noexec 0 0 >> tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0 >> >> Is this legal? Mounting two things at the same place? >> > > AFAIK, no. > First off, what do you want to do? The EEE forum suggested mounting I want to create a useful, trouble-free genteee box. mw