I've just had chance to start playing with the Arch image after building
LMS.
I struggled to get the Storage page working, so manually set up an entry
in fstab. I sues a CIFS share and on system reboot this was failing to
automount. I believe this is because fstab is processed prior to the
network being up.
A solution I found that has worked is to add noauto,x-systemd.automount
to the fastab options. My fstab looks like this:
Code:
--------------------
//CIFS_SHARE/Folder /storage cifs
noauto,x-systemd.automount,nofail,sec=ntlmv2,user=WORKGROUP\guest,pass=,iocharset=utf8,file_mode=0777,dir_mode=0777
0 0
--------------------
------------------------------------------------------------------------
badboygolf16v's Profile: http://forums.slimdevices.com/member.php?userid=19486
View this thread: http://forums.slimdevices.com/showthread.php?t=101624
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix