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] – removed - external edit (Unknown date) 127.0.0.1 | linux:linux-tutorials:mount-cifs-share-static [2025/01/06 13:33] (current) – Zyzonix | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ===== Mount CIFS/ | ||
| + | This quick guide shows how to mount a CIFS/ | ||
| + | |||
| + | **1.** Install the package '' | ||
| + | <code bash> | ||
| + | |||
| + | **2.** Append this to your ''/ | ||
| + | <code bash> | ||
| + | //< | ||
| + | </ | ||
| + | |||
| + | **3.** Store your login credentials under ''/ | ||
| + | <code bash> | ||
| + | domain=< | ||
| + | username=< | ||
| + | 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: | ||
| + | <code bash> | ||
| + | |||
| + | Now your share will be mounted across reboots! | ||