Skip to content

Mounting remote CIFS shares

Jack edited this page Sep 6, 2020 · 2 revisions

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.)

Clone this wiki locally