--------------
# cat /proc/version
Linux version 2.2.9-27mdksmp-fb (root@locutus.mandrakesoft.com)
(gcc version pgcc-2.91.66 19990314 (egcs-1.1.2 release)) #1 SMP
Mon Jun 14 15:31:37 CEST 1999
# for i in 0 1 2 3 ; do find cdimg -type f | wc -l ; done
26105
25992
26231
26255
--------------
and this is what an ancient debian slink 2.0.36 produces using
the _same_ cd:
--------------
# cat /proc/version
Linux version 2.0.36 (root@gondor) (gcc version 2.7.2.3) #2
Sun Feb 21 15:55:27 EST 1999
# for i in 0 1 2 3 ; do (find cdrom -type f | wc -l ) ; done
28697
28697
28697
28697
---------------
any hints?
oliver
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/