* request module returns "root fs not mounted"
@ 2000-08-03 18:29 mark.langsdorf
2000-08-04 7:47 ` David Woodhouse
0 siblings, 1 reply; 2+ messages in thread
From: mark.langsdorf @ 2000-08-03 18:29 UTC (permalink / raw)
To: mtd
Forgive me if this is a FAQ, but I can't seem to find any
references to it. I'm trying to set up some physically mapped
Flash on a SuSE 6.3 system.
When my system is starting up, I perform the do_map_cfi()
call before I mount the root filesystem. request_module(cfi_probe)
returns "Root fs not mounted."
How can I make the kernel wait to mount the flash until after
the root filesystem is mounted?
Mark Langsdorf
Advanced Micro Devices, Inc Tel: 512.602.3756
5204 E. Ben White Blvd. M/S 590 Fax: 512.602.5051
Austin, TX 78741 mark.langsdorf@amd.com
To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: request module returns "root fs not mounted"
2000-08-03 18:29 request module returns "root fs not mounted" mark.langsdorf
@ 2000-08-04 7:47 ` David Woodhouse
0 siblings, 0 replies; 2+ messages in thread
From: David Woodhouse @ 2000-08-04 7:47 UTC (permalink / raw)
To: mark.langsdorf; +Cc: mtd
mark.langsdorf@amd.com said:
> When my system is starting up, I perform the do_map_cfi() call before
> I mount the root filesystem. request_module(cfi_probe) returns "Root
> fs not mounted."
> How can I make the kernel wait to mount the flash until after the root
> filesystem is mounted?
Either load your 'map' driver as a module, or build cfi_probe and whichever
CFI command set you require into the kernel too.
--
dwmw2
To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2000-08-04 7:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-08-03 18:29 request module returns "root fs not mounted" mark.langsdorf
2000-08-04 7:47 ` David Woodhouse
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox