On Wednesday 08 August 2007, Christopher Reder wrote: > I am trying to figure out more information on the 'df' output and how it > may indicate how something is setup wrong with my kernel. If this is the > wrong list to ask the question, I'll be glad to repost elsewhere.
df merely runs stat() on the mount points and displays the resulting information that means you should run `df` through a verbose strace and verify the structure matches reality ... after that, you can check your libc to make sure the internal stat function is correctly translating the structure it got back from the kernel into the structure the POSIX API requires -mike
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
