FAT File system questions.
Daniel Gustafsson
daniel.gustafsson at space.se
Tue Nov 23 14:06:14 UTC 2004
Hello.
I am developing a system to run with Rtems 4.6.2 and I have some questions.
At this point the system is running fine with one ramdisk on RAM with TSIM
and everything (not unlink) is working OK.
Scenario:
Development host: Solaris
Target host: ERC32
Simulator: TSIM
Filesystem: FAT
Device: Ramdisk
I want to use eight ramdisks, 1 Gbyte each, and use them similair to
partitions.
Example:
/mnt/ramdisk0
/mnt/ramdisk1
...
The ramdisk will be rewritten to access non-volantile RAM over a network
link. Due to the limitations of working memory (RAM) in my system i really
need to know how I can tune this value. I am REALLY interested how the bdbuf
works.
How and when are the different FAT tables resident in RAM? A only want to
have one FAT in RAM at a time, how is this done in the best way?
How does the thread that flushed buffered block down to disk at various
times work? Can I tune this in any way?
What does ide_part_table_initialize() do. Is it nessasery to use when using
a formatted (doerfler function) ramdisk (my system seems to work both with
it and without it)?
BEST REGARDS
Daniel Gustavsson
More information about the users
mailing list