Volltextergebnisse:
- nfs4
- r -m 1777 home</code> Then bind mount /data and /home to /nfs4exports/data and /nfs4exports/home respectivly. <code>mount --bind /data data mount --bind /home home </code> To make these bindings permanent they n... /nfs4exports/data none rw,bind 0 0 /home /nfs4exports/home none rw,bind 0 0 </code> I think that sho

