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

Investigate ext2 directory entries being split across filesystem blocks #4

Open
Kyota-exe opened this issue Jan 28, 2022 · 0 comments

Comments

@Kyota-exe
Copy link
Owner

According to this article, directory entries are not split across filesystem blocks in the ext4 filesystem. This may also be the case for the ext2 filesystem, in which case the way new files are created would have to be changed, as currently, the Create function simply calls Write (which transparently writes to a file, regardless of whether what it's writing is split across filesystem blocks or not) on the directory vnode to create directory entries.

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