Differences
This shows you the differences between two versions of the page.
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 Zyzonix | linux:linux-tutorials:mount-cifs-share-static [2025/01/06 13:33] (current) – Zyzonix | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Mount CIFS/ | + | ===== Mount CIFS/ |
This quick guide shows how to mount a CIFS/ | This quick guide shows how to mount a CIFS/ | ||
Line 13: | Line 13: | ||
**3.** Store your login credentials under ''/ | **3.** Store your login credentials under ''/ | ||
<code bash> | <code bash> | ||
- | user=< | + | domain=< |
+ | username=< | ||
password=< | password=< | ||
</ | </ | ||
+ | If not using domain authentication just remove the '' | ||
+ | '' | ||
+ | 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: |