site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com On Mar 17, 2005, at 5:18 AM, Hervé Kergourlay wrote: On Feb 25, 2005, at 9:18 AM, Hervé Kergourlay wrote: I've a problem with the getfsent() api = Mike _______________________________________________ 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... Mike Smith a écrit : the api returns only my nfs mount point the local disks are ignored, getfsent return NULL after the nfs mount point getfsent works for filesystems that are explicitly mounted. Most local filesystems are automatically mounted. thanks for the information is it the same for all other Unix (Linux, FreeBSD, ...) or is it specific to MAC OS X ? No, most of these other systems don't automatically mount local filesystems. Another way of thinking about it is that the getfsent API tells you what should be mounted by a local mounting tool (usually mount -a), while getfsstat tells you about what is actually mounted. This email sent to site_archiver@lists.apple.com