linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* modprobe problem
       [not found] <mailman.7049.1241524613.26545.linuxppc-dev@ozlabs.org>
@ 2009-05-05 16:00 ` Carlos Roberto Moratelli
  0 siblings, 0 replies; only message in thread
From: Carlos Roberto Moratelli @ 2009-05-05 16:00 UTC (permalink / raw)
  To: linuxppc-dev

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




 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-05-05 16:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.7049.1241524613.26545.linuxppc-dev@ozlabs.org>
2009-05-05 16:00 ` modprobe problem Carlos Roberto Moratelli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).