Answer the question
In order to leave comments, you need to log in
How to share a folder between machines on Linux?
There are two Linux machines (KDE Neon 5.10 and Linux Mint 18.1) connected to the same WIFi network. I need to transfer a large number of files from one machine to another. What is the best way to do this?
Answer the question
In order to leave comments, you need to log in
tar cf - dir | ssh other_host tar xvf -
Something like this. Or rsync. Or scp.
I just played with 9P, like this in 3 minutes
On a machine with a folder -
su -
yum install diod
diod -f -n -e /myfolder
su -
modprobe 9pnet
mount -t 9p -n remote-host /mnt \
-oaname=/myfolder,version=9p2000.L,uname=root,access=user
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question