Projekt

Allgemein

Profil

Howto smb » Historie » Version 1

Jeremias Keihsler, 20.04.2023 08:38

1 1 Jeremias Keihsler
h1. Howto smb
2
3
information is taken from:
4
* https://access.redhat.com/solutions/448263
5
* https://www.ibm.com/docs/de/flashsystem-v7000u/1.5.2?topic=system-connecting-using-cifs-from-linux
6
7
h1. mount smb-shares
8
9
<pre><code ="bash">mount -t cifs -o username=validuser,password='supersecret!',dir_mode=0755,file_mode=0755 //192.168.2.11/backup /mnt/data.bak
10
</code></pre>
11
12
<pre><code ="bash">umount /mnt/data.bak
13
</code></pre>