Added samba notes to the knowledge base

This commit is contained in:
Michele Cereda
2022-04-17 20:34:55 +02:00
parent cea652517d
commit ef36b51795

View File

@@ -0,0 +1,13 @@
# Mount samba shares from a unix client
## TL;DR
```shell
sudo mount -t cifs -o user=my-user //nas.local/shared_folder local_folder
```
## Sources
- [Mounting samba shares from a unix client]
[mounting samba shares from a unix client]: https://wiki.samba.org/index.php/Mounting_samba_shares_from_a_unix_client