On Tuesday 01 October 2002 10:58, Borzenkov Andrey wrote: [snipped] > > For CD-ROM - I cannot seem to be able to reproduce it using obvious > steps. You may be hit by remaining problem (I did send patch for it > together with others and as with others never heard anything about it >
Here is what I do to reproduce this problem. cd /some-tmp-dir (with lots of space) while [ true ]; do chmod -R ug+rw *; cp -ravf /mnt/cdrom/* .; done After a number of successful copies you will start to get stat errors; a subsequent ls of /mnt/cdrom will reveal lots of problems. I have left the above command running overnight with a manually mounted cdrom and all worked perfectly. -- John Allen, Email: mailto:[EMAIL PROTECTED]
