After populating the filesystem, write a FSInfo block with
proper information.
Details
Details
- Reviewers
emaste cem - Commits
- rS351415: Properly update FSInfo block after generation.
Generate a FAT32 image and run fsck_msdosfs on it.
Diff Detail
Diff Detail
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 26005 Build 24553: arc lint + arc unit
Event Timeline
Comment Actions
Would you add msdosfs_fsiflush after msdosfs_mount, matching the order in sys/fs/msdosfs/msdosfs_vfsops.c? It'll be a small help in future efforts to deduplicate these.