Page tree

Versions Compared

Key

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

...

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

Auto Mounting Modifying Fstab

Create credential file for id of user of target mount in /root/ using root. Change to remove read by "other".

fstab

Code Block
//192.168.0.5/guest.public /data/guest.public/ cifs uid=2000,gid=50,credentials=/root/.cifscredentials,ro 0 0


References

Automount network drive on startup - https://ubuntuforums.org/showthread.php?t=1806455

...