...
The samba service allows to share file and folders to many systems, like Windows, Linux and Mac. The samba service for DAFNE control system is running on dafnenfs.lnf.infn.it
and has the following shares:
...
Code Block |
---|
[root@dafnenfs ~]# systemctl stop smb.service [root@dafnenfs ~]# systemctl stop nmb.service |
Start service
Run the following commands:
Code Block |
---|
[root@dafnenfs ~]# systemctl start smb.service
[root@dafnenfs ~]# systemctl start nmb.service |
Add a share
- Stop the service
- Create the folder to be shared with right permissions if not present, otherwise check user permissions
- Add a share in
/etc/samba/smb.conf
file copying from shares already presents - Start the service
- Test the new share
...