Re: OT? 10.4 VFS - ls works, but Carbon File Mgr listing does not
Re: OT? 10.4 VFS - ls works, but Carbon File Mgr listing does not
- Subject: Re: OT? 10.4 VFS - ls works, but Carbon File Mgr listing does not
- From: Mike Smith <email@hidden>
- Date: Fri, 29 Jul 2005 11:50:56 -0700
On Jul 28, 2005, at 1:12 PM, Brian Bergstrand wrote: Sometimes I'll see the entries flash in a window for less than a second and then disappear and then other times they'll never appear. I think the problem may be related to our access/getattr calls, but I don't know what to look for. I've looked at NFS and WebDav and our access/getattr are as similar as possible to those.
This is typical for the Finder in the case where the initial enumeration found an item, but when a subsequent operation on it returned an error the Finder doesn't think it can do anything useful about. As Quinn suggested, start with fs_usage and look for errors. If getattrlist is failing, take a look at your getattr handler and check that VATTR_ALL_SUPPORTED() returns true against the vnode_attr that you're returning. The VFS will synthesise some fields, but getattrlist(2) will fail if an attribute can't be returned (unlike the VFS-level interface).
= Mike
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden