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
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
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.