> The author has not been working on mirrordir. patches are welcome > :-)
Or at least help with testing. I confirm that the change proposed by Andrea Gelmini <[EMAIL PROTECTED]> seems to work, at least according to my simple test (below). This was under Linux 2.6.17 on an ext3 filesystem. Other kernels or filesystems may differ, according to: http://www.suse.de/~aj/linux_lfs.html (which is dated Feb 2005). Looking through the build logs, I don't see any relevant compiler warnings. What other tests should be run? I don't have any experience with the Large File Support in Linux. I would appreciate advice. - Jim Van Zandt vanzandt:/tmp$ ls -l from total 3012952 -rw-r--r-- 1 jrv jrv 3072000000 Oct 2 20:53 big -rw-r--r-- 1 jrv jrv 10240000 Oct 2 20:49 med vanzandt:/tmp$ cd from vanzandt:/tmp/from$ dd if=/dev/urandom bs=1024 count=3000000 of=big 3000000+0 records in 3000000+0 records out 3072000000 bytes (3.1 GB) copied, 1106.13 seconds, 2.8 MB/s You have new mail in /var/mail/jrv vanzandt:/tmp/from$ cd .. vanzandt:/tmp$ ls to big med vanzandt:/tmp$ rm to/big vanzandt:/tmp$ mirrordir from to vanzandt:/tmp$ diff from/big to/big vanzandt:/tmp$ ls -l from to from: total 3012952 -rw-r--r-- 1 jrv jrv 3072000000 Oct 2 21:57 big -rw-r--r-- 1 jrv jrv 10240000 Oct 2 20:49 med to: total 3002948 -rw-r--r-- 1 jrv jrv 3072000000 Oct 2 21:57 big -rw-r--r-- 1 jrv jrv 10240000 Oct 2 20:49 med vanzandt:/tmp$ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

