Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - Fail to mount mqeue: (2 Items)
   
Fail to mount mqeue  
Dears,

I am trying to mount mqueue by mount command like this:


# mqueue -d &
# mount -t mqueue none /dev/mqueue

mount: Can't mount /dev/mqueue (type mqueue)
mount: Possible reason: No such file or directory


My build is 5.2.3.0-24920988
Is anyone able to give instructions?

Thank you in advance
Re: Fail to mount mqeue  
My understanding is that you do not need to explicitly mount the mqueues under QNX.

Just launch mqueue without any arguments, and you can immediately start to use mqueues using the C API mq_*() functions.


-Al