https://bugzilla.novell.com/show_bug.cgi?id=466484 User werner@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=466484#c24 Dr. Werner Fink <werner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |ro@novell.com --- Comment #24 from Dr. Werner Fink <werner@novell.com> 2009-01-20 03:15:38 MST --- Hmmm ... the file systems /proc and /sys are virtual file systems and indeed they exist only in the memory and only if a directory or file will be opened from a user space application. If /proc and /sys are not mounted the mount point should be empty ... we could replace the simple test for the directorieas by something like test $(stat -f -c '%T' /proc) = proc || mount -n -t proc proc /proc test $(stat -f -c '%T' /sys) = sysfs || mount -n -t sysfs sysfs /sys as this would avoid buggy mount points. Rudi? What do you think about? AFAICS on openSuSE 11.1 and SLES11 we have /bin/stat and with this we could do this very simple. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.