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 1MF9oy-0002FX-GZ for garchives@archives.gentoo.org; Fri, 12 Jun 2009 16:41:40 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD37AE066F; Fri, 12 Jun 2009 16:41:38 +0000 (UTC) Received: from mail-yx0-f198.google.com (mail-yx0-f198.google.com [209.85.210.198]) by pigeon.gentoo.org (Postfix) with ESMTP id 992D8E066F for ; Fri, 12 Jun 2009 16:41:38 +0000 (UTC) Received: by yxe36 with SMTP id 36so131709yxe.32 for ; Fri, 12 Jun 2009 09:41:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type:content-transfer-encoding; bh=NIUXfNpoFsrYg7QhOjRFCwEdoooLSlKprRJYRI/QYAY=; b=Af6zyzbhG5Vv8ZDxCdY8nbMxIQhS0GQ5KlsRCzOXOq7FK4NtVG7RmUBfDrCXtaxTYn tTp2W3YmINpMVb4IP75CAz3Qp5y1JygvXerH0ZThBTWwSlC07LxmXFFg41fjXPzfEUsZ eLhfo+96r8QwhvyZHpvJ5Kt8ZQ6NQg2FNHsI0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=JzVz0FeORv7qv+EU2f1FcuCjTBv2Yudln2UKnIcQDOKui2kEiQH8hTDANIOrQCw1aV bSDR2KhhhSpGCp0QzVJ5Rnp97R5q3XREXIfIZztpB0xEy6plhnbVY8SEKVNuhaGTyIl/ 904N5bSbT2JPYQ49z8zxlBzj2zg1QksZD48fY= 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 Sender: paul.hartman@gmail.com Received: by 10.151.49.6 with SMTP id b6mr7803316ybk.306.1244824898328; Fri, 12 Jun 2009 09:41:38 -0700 (PDT) In-Reply-To: <7284e2210906120928t46c0ddf0kd6cfc702b6a739a9@mail.gmail.com> References: <7284e2210906120928t46c0ddf0kd6cfc702b6a739a9@mail.gmail.com> Date: Fri, 12 Jun 2009 11:41:38 -0500 X-Google-Sender-Auth: 5b7c155d5a0140e3 Message-ID: <58965d8a0906120941m4404ddcy7f6f1472926f91af@mail.gmail.com> Subject: Re: [gentoo-user] weirdness with the mounting of / From: Paul Hartman To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 6a25a016-f844-4216-ad6b-77312dc43a6d X-Archives-Hash: 67ed4ba766f1e119fccfe1d268bdee7b On Fri, Jun 12, 2009 at 11:28 AM, Doug Hunley wrote: > I'm having some weirdness with my '/' mount. Here's the line from /etc/fstab: > douglas ~ # grep 'md3' /etc/fstab > /dev/md3 / ext4 noatime,journal_checksum,defaults 0 1 > > Yet, the output of mount shows: > douglas ~ # mount > rootfs on / type rootfs (rw) > /dev/root on / type ext4 (rw,noatime,barrier=1,data=ordered) > > As you can see, it doesn't show journal_checksum as being one of the > mount options nor does it show noatime. Why? For that matter, why is > it listed as 'rootfs' *and* '/dev/root' and not '/dev/md3' ? > > My grub config: > kernel /boot/vmlinuz-2.6.30-gentoo-r1 root=/dev/md3 rootfstype=ext4 > > Thanks in advance for cluebatting me. I think your root is mounted before fstab comes into play... You may want to look into the "rootflags" option in your grub kernel commandline for passing the mount options for your root partition.