Flash file system

How does the Flash file system driver work?

What is the job of file system manager verses a filesystem driver?

What are the setting that can be done for rate of interrupts , sector size
for the file system

“radha krishnan” <radha.nk@geind.ge.com> wrote in message
news:c91s6j$lgj$1@inn.qnx.com

How does the Flash file system driver work?

What kind of flash are you talking about, Disk on chip, ATA, custom?

What is the job of file system manager verses a filesystem driver?

What are the setting that can be done for rate of interrupts , sector size
for the file system
\

Mario Charest wrote:


“radha krishnan” <> radha.nk@geind.ge.com> > wrote in message
news:c91s6j$lgj$> 1@inn.qnx.com> …
How does the Flash file system driver work?

What kind of flash are you talking about, Disk on chip, ATA, custom?

It is ATA type Compact flash

What is the job of file system manager verses a filesystem driver?

What are the setting that can be done for rate of interrupts , sector size
for the file system
\

“radha krishnan” <radha.nk@geind.ge.com> wrote in message
news:cbb5o6$9vb$1@inn.qnx.com

Mario Charest wrote:


“radha krishnan” <> radha.nk@geind.ge.com> > wrote in message
news:c91s6j$lgj$> 1@inn.qnx.com> …
How does the Flash file system driver work?

What kind of flash are you talking about, Disk on chip, ATA, custom?

It is ATA type Compact flash

Then as far as Fsys.eide is concern it sees it as a standard HD. The
compact flash is responsible for handling the specifics.

What is the job of file system manager verses a filesystem driver?

File system manager handles the layout of the data on the device.
Filesystem driver
handles how to write the data on the device, dealing with the hardware
directory.

What are the setting that can be done for rate of interrupts , sector
size
for the file system

None, sector size is fixed to 512 bytes.