| ID | 162fd93e-aab9-4a65-9c83-6027b662c5f9 |
|---|---|
| DeertopiaVisibility | public |
CIFS/SMB on Linux
CIFS/SMB on Linux.
Mounting a CIFS share
Install cifs-utils.
sudo mount -t cifs //«CIFS IP»/«share path» «mount point» -o user=«user»,pass=«pass»,vers=2.0. Omitting theversargument can lead to a mysterious "invalid argument" error.