From: Carlos Roberto Moratelli <carlos.moratelli@digitel.com.br>
To: linuxppc-dev@ozlabs.org
Subject: modprobe problem
Date: Tue, 05 May 2009 13:00:25 -0300 [thread overview]
Message-ID: <1241539225.12070.48.camel@parana> (raw)
In-Reply-To: <mailman.7049.1241524613.26545.linuxppc-dev@ozlabs.org>
Hello,
I have a Kernel 2.6.24 running on a custom board based on mpc8313erdb.
My filesystem is composed by a read-only squashfs and a read-write jffs2
filesystems. A unionfs is used to unificate the filesystems.
Like you know, when a file on my read-only squasfs is modified such file
is copied to read-write jffs2 partition by unionfs. So, when you try to
read such file again, the modified copy on jffs2 will be used.
The kernel modules (.ko) are on squashfs and I am using modprobe to load
the kernel modules.
THE PROBLEM is when I try load a module using modprobe, this module is
copied from squashfs to jffs2 filesystem. But, my intention is not
modify the module, just load it.
I am supposing that is a problem because the modules are using
duplicated space in flash and I don't want to store the modules in jffs2
because the compression is lower.
Does someone know why this happend?
Thanks,
Moratelli
parent reply other threads:[~2009-05-05 16:15 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <mailman.7049.1241524613.26545.linuxppc-dev@ozlabs.org>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1241539225.12070.48.camel@parana \
--to=carlos.moratelli@digitel.com.br \
--cc=linuxppc-dev@ozlabs.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox