Map a Windows Share in Linux
Preface Linux has 2 files that contains the mount points: /etc/mtab is a file maintained by the Operating system and should not be touched. /etc/fstab is a file where we can place all the mappings you would like to create Both are loaded when the operating system starts, and as shown later , can be mounted manually. In…
Read More