site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com Andrew Gallatin <gallatin@cs.duke.edu> wrote on 01/19/2005 10:07:48 PM:
I looked at this a bit earlier. This code seems to get called when
replaying the journal. Would it work to simply mount the filesystem
read-only (so as to avoid writes), and then to disable journaling
using hfs.util? Or will the kernel insist on replaying the journal
even with a read-only fs?
Unfortunately yes it does seem to be called when mounting read-only too - I get the same panic when doing a mount_hfs -o rdonly -j Carsten