We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can mount remote SMB shares on your router. The syntax will be something like this:
mount \\\\192.168.1.100\\ShareName /cifs1 -t cifs -o "username=User,password=Pass" -o vers=2.0
(backslashes must be doubled.)