Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
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