Possible Duplicate:
Share between Ubuntu machines
I have a MacPro desktop and a Dell laptop. I want to connect them such that file sharing is as fast as possible. Possibly I'd like to see the hard-drives of each machine mounted making the copying process seamless:
Copying from MacPro to Dell:
cp /mnt/macpro/home/foo /home/path-to-somewhere
Copying from Dell to MacPro:
cp /mnt/dell/home/foo /home/path-to-somewhere
Any suggestion?
In practice I have a lot of data (therabytes) and I want to exploit all the cpu-cores I have to process them.