hosting:hetzner:storage-box
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| hosting:hetzner:storage-box [2023/09/30 15:27] – [Linux] gsys | hosting:hetzner:storage-box [2024/02/17 19:03] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| ==== Linux ==== | ==== Linux ==== | ||
| + | |||
| + | < | ||
| + | sudo apt install cifs-utils | ||
| + | </ | ||
| Main Acc | Main Acc | ||
| < | < | ||
| - | mount.cifs -o user=< | + | mount -t cifs -o user=< |
| </ | </ | ||
| Sub Acc | Sub Acc | ||
| < | < | ||
| - | mount.cifs -o user=< | + | mount -t cifs -o user=< |
| </ | </ | ||
| ==== Windows ==== | ==== Windows ==== | ||
| + | |||
| + | === PowerShell === | ||
| + | |||
| + | Main | ||
| + | <code powershell> | ||
| + | New-SmbMapping -LocalPath ' | ||
| + | </ | ||
| + | |||
| + | Sub | ||
| + | <code powershell> | ||
| + | New-SmbMapping -LocalPath ' | ||
| + | </ | ||
| + | |||
hosting/hetzner/storage-box.1696080439.txt.gz · Last modified: (external edit)