Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| wiki:linux:basics:mount_windows_file_share_linux [2025/01/07 13:08] – removed - external edit (Unknown date) 127.0.0.1 | wiki:linux:basics:mount_windows_file_share_linux [2025/01/07 13:08] (current) – ↷ Page moved from mount_windows_file_share_linux to wiki:linux:basics:mount_windows_file_share_linux Greg | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== How To Mount a Windows File Share on Linux ====== | ||
| + | 1. Make sure the required packages/ | ||
| + | |||
| + | Debian/ | ||
| + | |||
| + | RHEL/ | ||
| + | |||
| + | 2. Create a text file in ''/ | ||
| + | |||
| + | < | ||
| + | |||
| + | 3. Add the following contents: | ||
| + | |||
| + | < | ||
| + | username=myuser | ||
| + | password=secretpassword | ||
| + | </ | ||
| + | |||
| + | 4. Create a mount point for your share: | ||
| + | |||
| + | < | ||
| + | |||
| + | 5. Open '' | ||
| + | |||
| + | < | ||
| + | |||
| + | 6. Add the following line at the end of the file: | ||
| + | |||
| + | < | ||
| + | |||
| + | 7. Mount the share to your system (or reboot): | ||
| + | |||
| + | < | ||
| + | |||
| + | 8. You're done! Yay! | ||