CIFS/SMB on Linux

CIFS/SMB on Linux.

Mounting a CIFS share

  1. Install cifs-utils.

  2. sudo mount -t cifs //«CIFS IP»/«share path» «mount point» -o user=«user»,pass=«pass»,vers=2.0. Omitting the vers argument can lead to a mysterious "invalid argument" error.