I recently discovered I could remount /flash as read/write, but not the root filesystem, meaning I can’t edit /etc/fstab in Lakka. I also heard nfs (network file system) had been incorporated into Lakka. How do you mount an nfs filesystem persistently with Lakka?
Please check the documentation about mounting network shares. And replace the mount line with something like :
mount -t [B]nfs[/B] <IP Address>:/roms /storage/roms/nas -o nolock;