Booting from micro sd has the advantage of having multiple sd cards and trying out different settings. Once you have finalized one can do the same thing with the eMMC. But that's Ok if you are using eMMC. Let us proceed further.
What is the IP address of your NAS drive? Is it NTFS or FAT32 formatted?
I have to check these.
but now taking cue from your earlier reply on the version of Deb and dependency issues, I used an earlier version of LMS (7.9.2) and it went on to install LMS.
executed
sudo systemctl enable logitechmediaserver
that finally coughed out
Synchronizing state of logitechmediaserver.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable logitechmediaserver
insserv: warning: script 'mountboot.sh' missing LSB tags
insserv: Default-Start undefined, assuming empty start runlevel(s) for script `mountboot.sh'
insserv: Default-Stop undefined, assuming empty stop runlevel(s) for script `mountboot.sh'
insserv: warning: script 'rkisp_3A.sh' missing LSB tags
insserv: Default-Start undefined, assuming empty start runlevel(s) for script `rkisp_3A.sh'
insserv: Default-Stop undefined, assuming empty stop runlevel(s) for script `rkisp_3A.sh'
insserv: warning: script 'mountboot.sh' missing LSB tags
insserv: Default-Start undefined, assuming empty start runlevel(s) for script `mountboot.sh'
insserv: Default-Stop undefined, assuming empty stop runlevel(s) for script `mountboot.sh'
insserv: warning: script 'rkisp_3A.sh' missing LSB tags
insserv: Default-Start undefined, assuming empty start runlevel(s) for script `rkisp_3A.sh'
insserv: Default-Stop undefined, assuming empty stop runlevel(s) for script `rkisp_3A.sh'
Failed to enable unit: Unit file /etc/systemd/system/logitechmediaserver.service is masked.
What could be the issue?
Still I proceeded with the script from Bobby
linaro@linaro-alip:~$ sudo addgroup lms
addgroup: The group `lms' already exists.
linaro@linaro-alip:~$ sudo usermod -aG lms squeezeboxserver
linaro@linaro-alip:~$ usermod -aG audio linaro
bash: usermod: command not found
linaro@linaro-alip:~$ sudo usermod -aG audio linaro
linaro@linaro-alip:~$ sudo usermod -aG audio squeezeboxserver
linaro@linaro-alip:~$ sudo mkdir /mnt/NAS
mkdir: cannot create directory ‘/mnt/NAS’: File exists
linaro@linaro-alip:~$ sudo chown linaro:lms /media/NAS
chown: cannot access '/media/NAS': No such file or directory
What is this chown command doing?