Suppose I have three networked computers: A, B and C.
A mounts a directory from B and from C.
A/mnt/im-on-B/
A/mnt/im-on-C/
A then copies a file:
cp /mnt/im-on-B/file ../im-on-C/
What happens to the data - does it pass from B to C via A?
Is this significantly more inefficient than cping the file from B to C directly?