Zombies are walking dead - don't worry about them too much except that it would be nice to get rid of them. I wonder if maybe one of them is a child of the other and there are supposed to be two processes?
> -----Original Message----- > From: Michael Sternberg > [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 11, 2003 9:01 AM > Subject: RE: root fs mount options > > > > > -----Original Message----- > > From: Michael Sternberg [mailto:[EMAIL PROTECTED]] > > > > How can I tell kernel what mount options to use when mount > root fs ("/") ? > > I have in kernel command line "root=/dev/mtdblock0 rw" and > want to use > > mount option "noatime" for faster access. > > Hello > I hate to answer my own question but the possible solution > can be adding > > /dev/mtdblock0 / jffs2 noatime,remount 0 0 > > to /etc/fstab. > The problem with above is that two instances og JFFS2 garbage > collectors starts running. `ps` reports: > > 8 root Z N [jffs2_gcd_mtd0] > 20 root SWN [jffs2_gcd_mtd0] > > > And I can not kill the first zomby process even with SIGKILL. > Any JFFS2 experts around here ? > Of course if I could transfer to kernel "noatime" in command line > this problem would not arise.. > > Thanks, Michael. ================================================================= 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]
