prasad wrote:
After some debugging, here's more information about the situation:
We see the ufs_log messages only when our customized Solaris 10 CD is placed in
the cdrom drive and vold mounts it. Our customized Solaris 10 CD's slice1 and
slice3 are ufs slices (similar to the standard Solaris 10 CD) and they are
being built using (very briefly):
1) mkfile(1M)
2) lofiadm(1M)
3) newfs(1M)
4) mount(1M)
5) copy our custom stuff
6) mkisofs(8)
The mount in Solaris 10 uses logging by default and mount of the CD's ufs slice
tries to replay the ufs log causing those ufs_log warnings. The fix is to
mount(1M) the slices with logging disabled.
precisely. umount(1M) the fs, and mount(1M) it again with logging
disabled, the umount(1M) will roll the log and the following mount(1M)
will discard the ondisk log blocks and will also zero out
the fs->logbno pointer in the superblock while disabling logging.
---
frankB
_______________________________________________
ufs-discuss mailing list
[email protected]