[Resolved] Impossible to do a NFS installation

You can’t do an nfs boot off an NFS share that has allsquash enabled. :wink:

By doing this you are forcing all files to belong to UID/GID 1000 - eg the OSMC user. When the entire OSMC install is hosted on the nfs server it must be able to support files owned by multiple different users including root. For an nfs root install you need no_root_squash. Something like this:

/nfs/osmc *(rw,async,no_root_squash,no_subtree_check,insecure)

1 Like