Bummer…
I tried
//192.168.1.139/osmc/roms /home/osmc/RetroPie/roms/ cifs noauto,x-systemd.automount,username=guestread,password=MyRealPassword,iocharset=utf8,sec=ntlm 0 0
And
//192.168.1.139/osmc/roms /home/osmc/RetroPie/roms/ cifs username=guestread,password=MyRealPassword,iocharset=utf8,sec=ntlm,noauto,x-systemd.automount 0 0
Neither worked, meaning that running ls /home/osmc/RetroPie/roms displays only rom rather than all of the rom/system folders upon reboot or even after sudo mount -a
So far to only thing that works in /etc/fstab is @Toast’s
//192.168.1.139/osmc/roms /home/osmc/RetroPie/roms/ cifs username=guestread,password=MyRealPassword,iocharset=utf8,sec=ntlm 0 0
BUT… this requires me to SSH in and manually run sudo mount -a
Any other ideas to automate the mount upon a reboot without the need to SSH in and run mount -a?
I know you said to NEVER alter the rc.local… but what about
sudo nano /etc/rc.local
mount -a or mount /home/osmc/RetroPie/roms/
Thanks Crew