-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can it be more cursed? #1
Comments
looks like it! here is 8M fat and 28M ext3
|
All things considered, the parameter that matters the most is probably the superblock position. This is how it looks so far:
It should be possible to construct a volume with one filesystem from each group. |
ZFS is interesting - it has some important looking structures starting at 16K, up to 256K, but maybe it's possible to fudge in a "comment" in "Name/Value Pairs" (16-128K) so that the 32K and 64K filesystems can fit... |
Also interesting is FreeDOS's LEAN filesystem: "The superblock must be stored in one of any sector in range from 1 to 32, inclusive." |
(That's FreeDOS-32, not FreeDOS per se; it's a separate project. Neither LEAN nor FD32 seems to have gotten any traction anyway; I don't think LEAN was even implemented in FD32 itself, where the idea originated. The only implementation I'm aware of is the spec author's demo program.) |
Is it possible to integrate other filesystems? ZFS? ext3? Reiser?
The text was updated successfully, but these errors were encountered: