From ef36b51795c686f8c2525fc931ce26aace2da4b4 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Sun, 17 Apr 2022 20:34:55 +0200 Subject: [PATCH] Added samba notes to the knowledge base --- .../mount samba shares from a unix client.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 knowledge base/mount samba shares from a unix client.md diff --git a/knowledge base/mount samba shares from a unix client.md b/knowledge base/mount samba shares from a unix client.md new file mode 100644 index 0000000..241cc3f --- /dev/null +++ b/knowledge base/mount samba shares from a unix client.md @@ -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