|
Life with dooroos |
|
|
|
|
dooroos.Embedded > FILESYSTEM |
|
|
|
FILESYSTEM | |
|
|
Filesystem Server |
|
The filesystem server provides the data access service to the file on the block device.
The application can use the various services of filesystem server to access the file.
Some filesytems are provided, but the other filesystem can be plug-ined easily to the filesystem server without any restriction.
The filesystem server uses the device server to access the block device, so block device driver should use standard device driver model.
|
|
The file access on block device. |
|
The small memory requirement. |
|
The access to various media(NOR filesystem, NAND filesystem, MMC, SD card,...) |
|
The various media management support. |
|
The simultaneous access to the various filesystem and the mounting function support. |
|
The standard filesystem API support to the many filesystem. |
|
FAT12/16/32 filesystem support. |
|
ROM filesystem support |
|
RAM filesystem support |
|
|
|