- Samba
Share files from Windows to Linux.
input 'smb:/' on Location of File Explorer on Linux. - NFS
- mount disk on network
- In the same domain
sudo mount /// -o username=myusername - In the different domain
- mount direct
a) Use mount
sudo mount /// -o username= @
b) Use smbmount
smbmount:/ -o username= - make them in the same domain
- Check & modify domian on Windows
right click My Computer, and then switch to Computer Name tab,
- Check & modify domain on Linux
edit /etc/resolv.conf, and modify the line that contains 'domain' - xxx
- mount direct
- In the same domain
- Copy files beteween Linux
(The remote computer must run sshd)
scp@ :/
scp@ :/ - xxx