Displaying 1 result from an estimated 1 matches for "softdep_waitidle".
2008 Oct 17
1
"mount -u -o ro" problems with 7-stable
Hi,
This happened to me repeatedly (but not always), even
after updating to the latest RELENG_7 yesterday ...
1. Boot into single user mode
2. fsck / # finishes successful!
3. mount -u /
4. Do a few edits to files in /etc
5. mount -u -o ro /
softdep_waitidle: Failed to flush worklist for 0xc1f36b30
mount: /dev/ad0s1a : Device busy
I can't remount the root file system read-only, so I'm
forced to type "reboot" and go to single-user mode again.
At this point the root file system is dirty and fsck
needs to be run to fix it.
The same hap...