| ▲ | yjftsjthsd-h a day ago | |||||||
I always assumed you could work around this by pre-allocating a large enough header space to hold a reasonable sized directory tree. You could even then append a supplementary directory if you run out of space and just stick a pointer in the first one. I'm pretty sure that's just reinventing an actual filesystem, but if it works... | ||||||||
| ▲ | bell-cot a day ago | parent | next [-] | |||||||
> ... pre-allocating a large enough header space to hold ... Isn't the point of compression is to eliminate such wastes of space? | ||||||||
| ||||||||
| ▲ | akoboldfrying a day ago | parent | prev | next [-] | |||||||
Sure, this would also work. But it seems more complicated -- what would be the benefit? | ||||||||
| ||||||||
| ▲ | LoganDark a day ago | parent | prev [-] | |||||||
Isn't this basically FAT without the actual allocation table? | ||||||||