All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrey Borzenkov <arvidjaar@mail.ru>
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: 2.6.28-rc3: kernel mounts the same device twice? Or /proc/mounts lies?
Date: Tue, 4 Nov 2008 12:13:07 +0300	[thread overview]
Message-ID: <200811041213.07717.arvidjaar@mail.ru> (raw)

[-- Attachment #1: Type: text/plain, Size: 1303 bytes --]

Out of some infinite wisdom something on my system decided to add
fstab entry for "new" device after switching from IDE to PATA:

# Entry for /dev/LABEL=/ :
LABEL=/ / reiserfs relatime,tail 1 1
none /proc proc defaults 0 0
none /sys sysfs defaults 0 0
none /tmp tmpfs defaults 0 0
# Entry for /dev/LABEL=swap :
LABEL=swap swap swap defaults 0 0
# Entry for /dev/sda2 :
UUID=72973377-c299-4ca6-ae94-2022b7dca58f /media/hd reiserfs defaults 0 0

Note that both / and /media/hd refer to the same device:

{pts/0}% sudo blkid
/dev/sda1: TYPE="swap" LABEL="swap" UUID="3b4dc82c-a6e6-4609-be9e-16d9206ab7fd"
/dev/sda2: UUID="72973377-c299-4ca6-ae94-2022b7dca58f" LABEL="/" TYPE="reiserfs"

And according to /proc/mounts both are mounted at the same time:

{pts/0}% cat /proc/mounts
rootfs / rootfs rw 0 0
/dev/root / reiserfs rw 0 0
/dev /dev tmpfs rw 0 0
/proc /proc proc rw 0 0
/sys /sys sysfs rw 0 0
/proc/bus/usb /proc/bus/usb usbfs rw,devgid=43,devmode=664 0 0
none /dev/pts devpts rw,mode=620 0 0
none /dev/shm tmpfs rw 0 0
none /tmp tmpfs rw 0 0
none /proc/sys/fs/binfmt_misc binfmt_misc rw 0 0
/dev/sda2 /media/hd reiserfs rw 0 0
{pts/0}% ll /dev/root
brw------- 1 root root 8, 2 2008-11-04 12:01 /dev/root
{pts/0}% ll /dev/sda2
brw-rw---- 1 root disk 8, 2 2008-11-04 12:01 /dev/sda2

Bug or feature?

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

             reply	other threads:[~2008-11-04  9:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-04  9:13 Andrey Borzenkov [this message]
2008-11-05  9:05 ` 2.6.28-rc3: kernel mounts the same device twice? Or /proc/mounts lies? Alexey Dobriyan
2008-11-05  9:33 ` Karel Zak

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200811041213.07717.arvidjaar@mail.ru \
    --to=arvidjaar@mail.ru \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.