Skip to content
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

Filesystems support & abstractions #5

Open
Sxmourai opened this issue Jan 1, 2024 · 2 comments
Open

Filesystems support & abstractions #5

Sxmourai opened this issue Jan 1, 2024 · 2 comments

Comments

@Sxmourai
Copy link
Owner

Sxmourai commented Jan 1, 2024

Need to support the following filesystems:

  • NTFS
  • Ext4
  • Fat32

Create a File struct/trait to open, read & write files easily on a disk.

@Sxmourai
Copy link
Owner Author

Sxmourai commented Jan 2, 2024

For FAT32, need to read fat table until the u32==0, which means we have a free cluster

@Sxmourai
Copy link
Owner Author

Support BTRFS, better abstractions & optimisations (specifically NTFS, we should store NTFS files instead of Entry in the files field)

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

No branches or pull requests

1 participant