> -----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]