Terry wrote:
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.
I'm trying to copy a file from a mounted directory that contains a file.
Eh, I forgot to mention that if the filename is shorter no problems arise.
+++chefren