I have mounted two samba shares using FSTAB (/etc/fstab), one to /media/Movies and /media/TV Shows. They were working fine initially, but upon reboot, those directories appear empty and screws up my Kodi library.
I can fix this by entering sudo mount -a
from the SSH command line, which causes the directories to be populated properly.
Why won’t fstab do this properly on boot? Is there a way I can automate the sudo mount -a
command?