Jasper Valentijn [jasper.valent...@gmail.com] wrote: > Maybe relevant... > > diskless(8), Example 10 states: > > If the */usr* partition is to be shared between machines, as in the example > */etc/exports* above, a more suitable entry might be: > > myserver:/usr /usr nfs ro 0 0
That is a perfect setup, with the current library reordering scheme. Only the main machine which actually hosts /usr on local disks would re-order, the other machines would take what they're given and the re-order operation would fail due to ro. In fact, with the current scheme, this is really the only way you should mount NFS clients. I mean, even though it's done with an atomic mv, I wouldn't really want my NFS clients re-ordering shared /usr/lib on reboot. Chris