[openbeosstorage] Re: My Usual Confusion

"Ingo Weinhold" <bonefish@xxxxxxxxxxxxxxx> wrote:
> I think, there is a difference between the disk system's pretty name 
> and the partition's type. E.g. we have several flavors of FAT, but 
> only 
> one FS module handling all.

I think the only way to handle this in a nice way is to have fields 
like:
        uint8   byte_type;
        uint32  long_type;
        char    string_type[B_NAME_LENGTH];

to be filled out by the file system on initialization (or in some other 
hook like:
        fs_get_partition_types(partition_types *type);
).
What do you think about that?

Adios...
   Axel.


Other related posts: