I've 2 linux PCs and i would like to share a folder between them. The 2 linux PCs are Debian derivatives (one knoppix, the other linux mint debian).
Can someone explain how to setup the knoppix machine to share a folder with the other.
Thanks
|
I've 2 linux PCs and i would like to share a folder between them. The 2 linux PCs are Debian derivatives (one knoppix, the other linux mint debian). Can someone explain how to setup the knoppix machine to share a folder with the other. Thanks |
||||
|
|
|
You could either do it the 'Windows' way and install Samba to share out some folders, or you could use NFS to do it the proper Unix way. |
|||
|
I usually keep files synced between my Linux, Windows and Android devices by using Dropbox. It may be a dirty solution, but it works fine. |
|||
|
|
|
You could use a network file system eg AFS, though that might be overkill. Have you considered a separate file server? Personally I'd use version control (git, mercurial) and sync from a remote repository, unless your files are too large to manage that way. |
|||
|
|