On Mon, Jun 20, 2005 at 11:00:35PM +0200, chefren wrote: > What's wrong (besides the stupidity of using a floppy...): > > Insert an empty floppy > # cd /tmp > # mkdir foo > # echo aap >foo/aa-test-1.xml > # mcopy -s foo a: > # mount -t msdos -o -l /dev/fd0c /mnt > # mkdir bar > # cp -R /mnt/foo bar > cp: /mnt/foo/aa-test-1.xml: No such file or directory >
It appears to me that this is the case: You made /tmp/foo and /tmp/bar. You put aa-test-1.xml in /tmp/foo. You are trying to copy aa-test-1.xml from /mnt/foo instead of /tmp/foo. -- Terry

