Hello, I was debugging a umount -a issue during system shutdown. To do so, I changed my various mounts to make output of tools like "df" more friendly for debug purposes. I changed the device argument in mount commands and fstab for various fs types from "none" to "tmpfs", "sysfs" etc. (The kernel documentation for sysfs and tmpfs specifically allow this, see https://www.kernel.org/doc/Documentation/filesystems/tmpfs.txt and .../sysfs.txt.) Then, the corresponding lines in "df" output say "sysfs" or "tmpfs", instead of "none".
I think the same is possible for aufs - but all the mount commands in the aufs documentation show "none" instead of "aufs". Is it safe to specify "aufs" as mount device? Thanks, Danomi - ------------------------------------------------------------------------------ Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net