From: Sven Vermeulen <sven.vermeulen@rug.ac.be>
To: Linux-Kernel Development Mailinglist <linux-kernel@vger.kernel.org>
Subject: /sbin/mount and /proc/mounts difference
Date: Sun, 18 Nov 2001 13:50:07 +0100 [thread overview]
Message-ID: <20011118135007.A787@Zenith.starcenter> (raw)
Hi,
When running "mount" I see:
~$ mount
/dev/hda6 on / type reiserfs (rw)
proc on /proc type proc (rw)
/dev/hda1 on /boot type ext2 (rw)
/dev/hda7 on /usr type reiserfs (rw,noatime,notail)
/dev/hda8 on /home type reiserfs (rw,nosuid,nodev,noatime,notail)
/dev/hda9 on /var type reiserfs (rw,noexec,nodev)
/dev/hda10 on /tmp type reiserfs (rw,noexec,nosuid,nodev)
while /proc/mounts says
~$ cat /proc/mounts
/dev/root / reiserfs rw 0 0
/proc /proc proc rw 0 0
/dev/hda1 /boot ext2 rw 0 0
/dev/hda7 /usr reiserfs rw,noatime 0 0
/dev/hda8 /home reiserfs rw,noatime,nosuid,nodev 0 0
/dev/hda9 /var reiserfs rw,nodev,noexec 0 0
/dev/hda10 /tmp reiserfs rw,nosuid,nodev,noexec 0 0
As you can see the notail-option of reiserfs isn't listed on /proc/mounts,
but it is on "mount".
Does this have any particular reason?
Wkr,
Sven Vermeulen
--
Unix, MS-DOS and Windows NT (also known as the Good, the Bad and the
Ugly). ~(Matt Welsh)
next reply other threads:[~2001-11-18 12:50 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-11-18 12:50 Sven Vermeulen [this message]
2001-11-18 13:10 ` /sbin/mount and /proc/mounts difference Stephen Frost
2001-11-18 13:17 ` Urban Widmark
2001-11-18 18:08 ` Alexander Viro
2001-11-18 21:26 ` [PATCH][CFT] fs-specific options in /proc/mounts Alexander Viro
2001-11-19 9:48 ` /sbin/mount and /proc/mounts difference Martin Dalecki
2001-11-19 14:51 ` Urban Widmark
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=20011118135007.A787@Zenith.starcenter \
--to=sven.vermeulen@rug.ac.be \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox