▲ | dataflow 4 days ago | |||||||||||||||||||||||||||||||
Not an expert on this but I think that's... half-true? There is namespace support which should allow multiple users I think (?), but it does still require direct device access. | ||||||||||||||||||||||||||||||||
▲ | vlovich123 4 days ago | parent [-] | |||||||||||||||||||||||||||||||
Namespaces are a hack device manufacturers came up with to try to make this work anyway. Namespaces at the device level are a terrible idea IMP because it’s still not multi tenant - your just carving up a single drive into logically separated chunks that you have to decide on up front. So you have to say “application X gets Y% of the drive while application A gets B%”. It’s an expensive static allocation that’s not self adjusting based on actual dynamic usage. | ||||||||||||||||||||||||||||||||
|