scmuser created the topic: How to access windows share folder from linux
Hi,
Can you tell me How to access windows share folder from linux?
Reagrs,
scm
scmuser replied the topic: Re:How to access windows share folder from linux
I found solution 1:
Press Alt+f2 and put following shared link such as smb://10.4.40.88/Share in the text box and Run…
scmuser replied the topic: Re:How to access windows share folder from linux
To test whether Samba is installed or not…
type following command…
testparm /etc/samba/smb.conf
Testparm will parse your configuration file and report any unknown parameters or incorrect syntax. It also performs a check for common misconfigurations and will issue a warning if one is found.
chidamla replied the topic: Re:How to access windows share folder from linux
Samba is one method.
Another method is to execute an ftp service in any Windows server and configure the Windows share drive as the home folder in the ftp service. Connect Linux server to the ftp service to transfer files. This set-up is worth it when there needs to be frequent transfer of files.
For one time transfers use, winscp tools.
- Best AI tools for Software Engineers - November 4, 2024
- Installing Jupyter: Get up and running on your computer - November 2, 2024
- An Introduction of SymOps by SymOps.com - October 30, 2024