Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
linux:linux-tutorials:mount-cifs-share-static [2023/07/30 12:12] – ↷ Page moved from linux:linux_tutorials:mount-cifs-share-static to linux:linux-tutorials:mount-cifs-share-static Zyzonixlinux:linux-tutorials:mount-cifs-share-static [2025/01/06 13:33] (current) Zyzonix
Line 1: Line 1:
-===== Mount CIFS/SMB-Share static =====+===== Mount CIFS/SMB-Share static on Linux =====
  
 This quick guide shows how to mount a CIFS/SMB-Share across over reboots on Debian-based installations. This quick guide shows how to mount a CIFS/SMB-Share across over reboots on Debian-based installations.
Line 13: Line 13:
 **3.** Store your login credentials under ''/root/smbcredentials'', therefore create this file and insert this: **3.** Store your login credentials under ''/root/smbcredentials'', therefore create this file and insert this:
 <code bash> <code bash>
-user=<username>+domain=<domain> 
 +username=<username>
 password=<password> password=<password>
 </code> </code>
 +If not using domain authentication just remove the ''domain'' line.
 +''domain'' should be the //NetBIOS//-Name of your domain.
 +Password and username must be without ' at beginning and end.
  
 **4.** Mount your share manually or reboot your system: **4.** Mount your share manually or reboot your system:
  • linux/linux-tutorials/mount-cifs-share-static.1690711940.txt.gz
  • Last modified: 2023/07/30 12:12
  • by Zyzonix