Re: What, besides open files, can keep a volume busy?
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com On Oct 23, 2006, at 09:48 , Quinn wrote: Ah! Okay. Would the open file show up in the VFS data structures? Thanks! -- Rick _______________________________________________ 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... "lsof" shows open file descriptors. It won't show files that are open by the kernel. It's likely that your disk image software is opening the disk image file from within the kernel, and that's why it's not showing up. This email sent to site_archiver@lists.apple.com
participants (1)
-
Rick Mann