mschorm / rpms / util-linux

Forked from rpms/util-linux 2 years ago
Clone
0c223bc
--- util-linux-2.13-pre7/mount/mount.8.bugs	2006-03-30 21:36:56.000000000 +0200
0c223bc
+++ util-linux-2.13-pre7/mount/mount.8	2006-03-30 21:37:35.000000000 +0200
0c223bc
@@ -2047,6 +2047,23 @@
0c223bc
 .IR /proc/partitions .
0c223bc
 In particular, it may well fail if the kernel was compiled with devfs
0c223bc
 but devfs is not mounted.
0c223bc
+.PP
0c223bc
+It is possible that files 
0c223bc
+.IR /etc/mtab
0c223bc
+and 
0c223bc
+.IR /proc/mounts
0c223bc
+don't match. The first file is based only on the mount command options, but the
0c223bc
+content of the second file also depends on the kernel and others settings (e.g.
0c223bc
+remote NFS server. In particular case the mount command may reports unreliable
0c223bc
+information about a NFS mount point and the /proc/mounts file usually contains
0c223bc
+more reliable information.)
0c223bc
+.PP
0c223bc
+Checking files on NFS filesystem referenced by file descriptors (i.e. the 
0c223bc
+.BR fcntl 
0c223bc
+and 
0c223bc
+.BR ioctl
0c223bc
+families of functions) may lead to inconsistent result due to the lack of
0c223bc
+consistency check in kernel even if noac is used.
0c223bc
 .SH HISTORY
0c223bc
 A
0c223bc
 .B mount