ext2: cache the superblock through the same method #19

Closed
opened 2024-12-31 09:19:57 +00:00 by alnyan · 1 comment
Owner

Superblock doesn't get written correctly to the disk because the superblock data is not cached through a device mapper, which overlaps and overwrites it with an outdated version. Only use direct superblock read to fetch it initially for getting the filesystem block size

Superblock doesn't get written correctly to the disk because the superblock data is not cached through a device mapper, which overlaps and overwrites it with an outdated version. Only use direct superblock read to fetch it initially for getting the filesystem block size
alnyan added the
scope
kernel
driver
filesystem
bug
misbehavior
labels 2024-12-31 09:19:57 +00:00
Author
Owner

Fixed by 3aea206c

Fixed by 3aea206c
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: alnyan/yggdrasil#19