Handling mount()
QNX SDP8.0Writing a Resource ManagerDeveloper
Mount requests can provide a very convenient and flexible interface for programs that need to enable and disable components of their resource managers' systems.
The main mechanisms to consider when using and building mount functionality into your resource manager are:
- the mount utility
- the mount() function call
- the mount() callout in the resource manager
These components represent the stream of communication for the mount request. The mount() function call is invoked by the utility and represents a client's access point to the resource manager. The function is implemented in the C library, defined in <sys/mount.h>, and described in the QNX OS C Library Reference.
Page updated: