> Hmm... on Linux, there can be several tmpfs mounts and they all have the
> same file system name in the first column. Example:
>
> tmpfs 33039212       0 33039212   0% /dev/shm
> tmpfs 33039212 3277180 29762032  10% /run
> tmpfs     5120       0     5120   0% /run/lock
> tmpfs 33039212       0 33039212   0% /sys/fs/cgroup

The string "tmpfs" is a result of a problem in the tmpfs clone used on Linux.

The original code fom SunOS, introduced around 1988, lists the expected string: 
The "background storage" that I mentioned before.

swap                 1429648  108088 1321560     8%    /tmp


tmpfs is based on anonymous pages from the swap space that in general is a 
virtual "device" built on several swap devices.

Since several tmpfs mounts all share the same background storage, SunOS lists 
the same name with several tmpfs mounts as well.

Jörg

-- 
 EMail:jo...@schily.net                    (home) Jörg Schilling D-13353 Berlin
    joerg.schill...@fokus.fraunhofer.de (work) Blog: http://schily.blogspot.com/
 URL: http://cdrecord.org/private/ http://sf.net/projects/schilytools/files/'

Reply via email to