/pps/qnx/mount/device

Device publishers write filesystem and mountpoint information to this object

Publishers
Device publishers (e.g., usblauncher)
Note: For more information about the device publishers and how they interact with PPS, see the Device Publishers Developer's Guide.
Subscribers
Any app

Overview

The /pps/qnx/mount/ directory contains objects that expose filesystem and mountpoint information for connected devices. Object names are of the form:

rawdevice[.partition#]

For instance, for a USB stick that's assigned a device path of /dev/umass0 and that has a DOS partition, these objects are published:

Here's a sample USB object:

[n]@umass0.0
PPS_DRIVER_ID::/pps/qnx/driver/2052107
PPS_RAWMOUNT_ID::/pps/qnx/mount/umass0
blocks_size::512
blocks_total::7830408
fs_type::dos (fat32)
id::6485a02e-4cd0-4ed6-80a1-a0bce5acde3e
label::KINGSTON
mnt_status::0 (No error)
mount::/fs/usb0
name::KINGSTON
partition::/dev/umass0t11
partition_order::0
plugin_name::generic
raw::/dev/umass0
read_only::0

For the full list of attributes that can be present in mount objects published by usblauncher, see the Mount Object reference for usblauncher.