public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* /sbin/mount and /proc/mounts difference
@ 2001-11-18 12:50 Sven Vermeulen
  2001-11-18 13:10 ` Stephen Frost
  2001-11-18 13:17 ` Urban Widmark
  0 siblings, 2 replies; 7+ messages in thread
From: Sven Vermeulen @ 2001-11-18 12:50 UTC (permalink / raw)
  To: Linux-Kernel Development Mailinglist

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)

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2001-11-19 14:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-18 12:50 /sbin/mount and /proc/mounts difference Sven Vermeulen
2001-11-18 13:10 ` 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox