H. Peter Anvin wrote: > Chuck Lever wrote: >> To support NFS client performance statistics, I recently added >> /proc/self/mountstats. That might be a place to add details about >> --move and --bind mounts without changing the format of /proc/mounts. > > I just looked at /proc/self/mountstats; it seems to have no more > information than /proc/self/mounts, but in an even more annoying format. > Either I'm missing something, this file doesn't add anything at all. The advantage is that it doesn't have strong user space dependencies on its format like /proc/mounts does. If you have NFS mount points, you will see that it includes a great deal of additional information about each mount.