Hello,
I tried to bootmount my NAS storage with CIFS by fstab
My fstab:
//my.personal.ip.adress/Lab /home/username/Lab cifs username=admin,password=admin 0 0
but it not mounting while booting
sudo mount -a
works fine
Can someone help?
because disk mount in boot process very early/first - before starting network. You need start networks and after mount CIFS. Maybe can help our service called samba-openrc/-runit/-s6 ;-)