Skip to content

Investigate ext2 directory entries being split across filesystem blocks #4

@Kyota-exe

Description

@Kyota-exe

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions