Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
sudo mount -t cifs //192.168.0.5/guest.public/ ~/guest.public/ -o username=tin.pham,noexec
mount: //192.168.0.5/guest.public/ is write-protected, mounting read-only
mount: cannot mount //192.168.0.5/guest.public/ read-only

Answer is that you must instal cifs-utils which mount command then hooks into. Not very clear at all.