Eric, In the initrd is the /linuxrc script. that is where the mount takes place, and it's written to mount read-only. That's by design.
If all you are doing is trying to update the ld.so.cache file, then why not just do this on the server: ldconfig -r /opt/ltsp/i386 That will take care of it. Jim McQuillan [EMAIL PROTECTED] On Sun, 13 Jul 2003, ericglass wrote: > I have been trying to mount the root ( / ) dir as Read Write and have > had no success. > > In the /etc/exports file I have set the /opt/ltsp/i386 to be mounted as RW > but when I run mount from the Nodes it still indicates that / is mounted RO. > > Does anyone know of a way to mount / as RW. I have already tried to use > mount -o remount,rw /etc since /etc is the dir I need to write to. But it > complains > and fails. Something to do with the fact that I dont have an stab entry. > > I have installed a few apps into the LTSP tree and need to update the > lib.so.cache > so the system will know where to look for the new libraries. > > eric. > > > ------------------------------------------------------- > This SF.Net email sponsored by: Parasoft > Error proof Web apps, automate testing & more. > Download & eval WebKing and get a free book. > www.parasoft.com/bulletproofapps1 > _____________________________________________________________________ > Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: > https://lists.sourceforge.net/lists/listinfo/ltsp-discuss > For additional LTSP help, try #ltsp channel on irc.freenode.net > -- ------------------------------------------------------- This SF.Net email sponsored by: Parasoft Error proof Web apps, automate testing & more. Download & eval WebKing and get a free book. www.parasoft.com/bulletproofapps1 _____________________________________________________________________ Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-discuss For additional LTSP help, try #ltsp channel on irc.freenode.net
