Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
linux:samba [2020/02/06 11:30] – [Mount Samba] tmadelinux:samba [2020/09/23 15:58] – [Autostart Service] tmade
Line 21: Line 21:
 ==== Autostart Service ==== ==== Autostart Service ====
   chkconfig smb on && chkconfig nmb on                  #Add service to autostart in defined runlevel   chkconfig smb on && chkconfig nmb on                  #Add service to autostart in defined runlevel
 +  systemctl restart smb && systemctl restart nmb
 or or
   insserv nmb                                           #Add service to autostart in defined runlevel   insserv nmb                                           #Add service to autostart in defined runlevel
Line 160: Line 161:
   //Servername_or_IP/share /Path/to/mountpoint cifs ro,codepage=850,iocharset=iso8859-15,credentials=/Path/to/smbcreds.txt 0 0    //Servername_or_IP/share /Path/to/mountpoint cifs ro,codepage=850,iocharset=iso8859-15,credentials=/Path/to/smbcreds.txt 0 0 
   //Servername_or_IP/share /Path/to/mountpoint cifs rw,codepage=850,iocharset=utf8,domain=DOMAIN_NAME,credentials=/Path/to/smbcreds.txt 0 0   //Servername_or_IP/share /Path/to/mountpoint cifs rw,codepage=850,iocharset=utf8,domain=DOMAIN_NAME,credentials=/Path/to/smbcreds.txt 0 0
 +  //Servername_or_IP/share /Path/to/mountpoint cifs uid=user,gid=group,file_mode=0775,dir_mode=0775,credentials=/Path/to/smbcreds.txt 0 0
 +  
 Credentials: Credentials:
 /Path/to/smbcreds.txt /Path/to/smbcreds.txt
linux/samba.txt · Last modified: 2020/09/25 12:03 by tmade
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 4.0 International
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki