On Tue, May 27, 2003 at 09:13:03PM +0300, [EMAIL PROTECTED] wrote: > Tzafrir Cohen wrote: > > >Sounds like one of the partitions failed an fsck (I think it is the root > >partition. I figure that if it were another partition the root partition > >would be rw). Better handle this before further writing to it. > > I fsck'd the root partition, no errors. > > >When you're done handling it, 'mount -o remount -w /' > > I do that, but it's effect is only for the current boot. Next > time I'll > reboot it'll go back to being read only. > > I've tried adding 2 mounting commands (one to remount / as rw
This should be done in rc.S right? or does the default script assume that the option 'readonly' is not used with lilo/grub? > and another > to mount -a the other partitions) Again: should be there. Unless there is some parsing of fstab , or more specific commands. > to rc.S and an echo before > it, but it's > never reached, because I don't see it when the system boots. > It's placed right before the lines in rc.S that are supposed > to mount > the non-NFS and non-SMB FSs. Careful when playing with those! I think you may find yourself double-mounting some FSs . Anyway, instead of those, just put 'set -x' somewhere near the places you find sucpicous, to start traced running of the script. -- Tzafrir Cohen +---------------------------+ http://www.technion.ac.il/~tzafrir/ |vim is a mutt's best friend| mailto:[EMAIL PROTECTED] +---------------------------+ ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
