Skip to content

Implement FAT12/16/32 superblock support #4

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

Open
ikeycode opened this issue Jan 23, 2025 · 2 comments
Open

Implement FAT12/16/32 superblock support #4

ikeycode opened this issue Jan 23, 2025 · 2 comments
Labels
filesystem Filesystem support

Comments

@ikeycode
Copy link
Member

We need to add a superblock implementation for the FATs in order to have confidence in lichen + blsforme that what we're looking at is actually a valid FAT filesysem for UEFI. No reliance on /proc/partitions and /proc/self/mounts pls..

@ikeycode ikeycode added the filesystem Filesystem support label Jan 23, 2025
@cameronbraid
Copy link
Contributor

I took a stab at fat 16/32 #15

Will need some advice on fat12 - is it needed? And if so, how do you detect it from the initial sector ?

@NomadicCore
Copy link

@ermo: Cameron's PR was merged back in February so wondering if this issue can be closed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
filesystem Filesystem support
Projects
None yet
Development

No branches or pull requests

3 participants