Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8374

Troubleshooting • Re: mapped drive password issue

$
0
0

Code:

# mount -o user=USERNAME,password='PASS!WORD' //<NETWORKSHARE> <MOUNTLOCATION
should do it (for bash).

Alternatively, this should also work: password=pass\!word

Or

pw='pass!word with spaces'
... password="$pw" ...

and so on.

And, of course:

Code:

$ man bash

Statistics: Posted by BigRedMailbox — Fri Jan 03, 2025 4:58 pm



Viewing all articles
Browse latest Browse all 8374

Trending Articles