Skip to content
This repository has been archived by the owner on Dec 14, 2020. It is now read-only.

Mounting remote CIFS shares

punkinduster edited this page May 17, 2016 · 3 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"

(backslashes must be doubled.)

Clone this wiki locally