Dan Jacobson <[EMAIL PROTECTED]> writes: > The du and df commands give differing results. Perhaps df can't see > into multitrack CDROMs.
df just reports what the underlying system call tells it (statfs on GNU/Linux), so most likely the problem is not in coreutils. Possibly there are multiple mounts; if so, plain "df" should show multiple filesystems mounted under /cdrom. _______________________________________________ Bug-coreutils mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-coreutils
