How to process files from another computer?

I’m executing a python program that processes some files. The task is taking too long and I want to divide it to run with half the files in one computer and half in another. For this I have to share a folder from one computer with another. Is samba the easiest way to do this? Both computers use manjaro.

Between two Linux systems - nfs would be an obvious choice - it is native and easy to setup

4 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.