ext2: userspace tools — mkfs.ext2, fsck.ext2 #16

Open
opened 2024-12-28 12:15:39 +00:00 by alnyan · 1 comment
Owner
No description provided.
alnyan added the enhancement
scope
userspace
labels 2024-12-28 12:15:39 +00:00
Author
Owner

mkfs.ext2:

  • Just needs to be able to make a basic workable filesystem

fsck.ext2:

  • Inode tables: validate size/blocks coherency, number of hard links
  • Validate directory structures
  • Validate directories contain . and ..
  • Validate deleted inodes are actually deleted
  • Validate allocation bitmaps against superblock/block group descriptors
  • Display filesystem stats
mkfs.ext2: - [ ] Just needs to be able to make a basic workable filesystem fsck.ext2: - [ ] Inode tables: validate size/blocks coherency, number of hard links - [ ] Validate directory structures - [ ] Validate directories contain `.` and `..` - [ ] Validate deleted inodes are actually deleted - [ ] Validate allocation bitmaps against superblock/block group descriptors - [ ] Display filesystem stats
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: alnyan/yggdrasil#16