Page tree

Versions Compared

Key

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

...

And this is now my working file ended up looking.. I'm using a more privileged account here, but have specified to mount using ro = read only,

Code Block
languagebash
//192.168.0.5/guest.public /data/guest.public/ cifs uid=2000,gid=50,credentials=/root/.cifscredentials,ro 0 0
//192.168.0.5/myra /data/myra/ cifs uid=2000,gid=50,credentials=/root/.cifscredentials,ro 0 0
//192.168.0.5/pham /data/pham/ cifs uid=2000,gid=50,credentials=/root/.cifscredentials,ro 0 0
//192.168.0.5/tin.archive /data/tin.archive/ cifs uid=2000,gid=50,credentials=/root/.cifscredentials,ro 0 0
//192.168.0.5/rsync /data/rsync/ cifs uid=2000,gid=50,credentials=/root/.cifscredentials,ro 0 0
//192.168.0.5/pham.encrypted /data/pham.encrypted/ cifs uid=2000,gid=50,credentials=/root/.cifscredentials,ro 0 0

...