Re: My Usual Confusion
"Axel Dörfler" <[email protected]>
| Newsgroups | gmane.os.openbeos.storage |
|---|---|
| Message-ID | <3473545017-BeMail@nichtsnutz> |
"Ingo Weinhold" <bonefish-CFLBMwTPW48UNGrzBIF7/[email protected]> 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.