|
[openbeosstorage]
||
[Date Prev]
[06-2003 Date Index]
[Date Next]
||
[Thread Prev]
[06-2003 Thread Index]
[Thread Next]
[openbeosstorage] Re: My Usual Confusion
- From: "Axel Dörfler" <axeld@xxxxxxxxxxxxxxxx>
- To: openbeosstorage@xxxxxxxxxxxxx
- Date: Sat, 14 Jun 2003 15:29:17 +0200 CEST
"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.
|