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