You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 27, 2021. It is now read-only.
While researching existing filesystems I noticed that all of them use 1024byte offset for their superblock. It makes some sense, this way you can't override MBR and GPT but only GPT on 512byte logical sector disks. In case of 4k sector disks GPT will be at 2nd sector which is 4096.
This convention (1024bytes offset) is not documented anywhere (at least where I could find it). I will hold it, but I would love to know why.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
While researching existing filesystems I noticed that all of them use 1024byte offset for their superblock. It makes some sense, this way you can't override MBR and GPT but only GPT on 512byte logical sector disks. In case of 4k sector disks GPT will be at 2nd sector which is 4096.
This convention (1024bytes offset) is not documented anywhere (at least where I could find it). I will hold it, but I would love to know why.
The text was updated successfully, but these errors were encountered: