apk add cifs-utils rc-update add netmount
cat <<EOF | tee /root/.cifscreds > /dev/null username=jonathan password=xxxxxxx EOF chmod 600 /root/.cifscreds
mkdir -p /nas_Photos mount -t cifs -o credentials=/root/.cifscreds //192.168.11.245/Photos /nas_Photos
echo "//192.168.11.245/Photos /nas_Photos cifs credentials=/root/.cifscreds 0 0" >> /etc/fstab