mount Cdrom

I am using QNXRTP 6.0
I would like to know how to mount cdroms so as to read them.
I looked over in support docs; the only thing I got was the reference to
fs-cd
When I try to creat a directory to it in /fs/ I am told that such a
directory cannot be created.
How do I solve this?

Thanks in advance for all of your help.

Raymond

Raymond Noel wrote:

I am using QNXRTP 6.0
I would like to know how to mount cdroms so as to read them.
I looked over in support docs; the only thing I got was the reference to
fs-cd
When I try to creat a directory to it in /fs/ I am told that such a
directory cannot be created.
How do I solve this?

Thanks in advance for all of your help.

Raymond
Hi

Most probably they are already automounted in /fs/cd0 , cd1 etc

if not, you can mount them with
mount -tcd /dev/cd0 /fs/mycd

/Johan

Thanks, it works for the files on a cdrom containing datas.
But now I cannot use audio cds.
What can I do to solve this new proglem?

Thanks again,

Raymond

On Wed, 25 Apr 2001 10:40:17 -0400, Raymond Noel
<raynoel@videotron.ca> wrote:

Thanks, it works for the files on a cdrom containing datas.
But now I cannot use audio cds.
What can I do to solve this new proglem?

Thanks again,

Raymond


I do no think that you would mount an audio cd. I know that under

Linux, I do not mount (nor do I think it is possible) audio CDs.

Instead, you might try pointing to application to /dev/cd0 (or
whatever it is) directly. I don’t know if this will work, again, it
is the same thing that I do under Linux.

HTH.
Regards,
Marc Mandel

When I try an audio cd, phplay gives an error saying ‘Can’t open the
Cdrom’
I seached for another player, but none seems to be found.
Any idea? Tnamks.

Raymond



Thanks, it works for the files on a cdrom containing datas.
But now I cannot use audio cds.
What can I do to solve this new problem?

I finally found how to use Cd audios:
I use playAudioCd /fs/cdrom, after having mounted it as mount -tcd /dev/cd0 /fs/cdrom

I cannot use MediaPlayer…

Am I doing it right?

Raymond

Raymond Noel <raynoel@videotron.ca> wrote:
: I finally found how to use Cd audios:
: I use playAudioCd /fs/cdrom, after having mounted it as mount -tcd /dev/cd0 /fs/cdrom

: I cannot use MediaPlayer…

: Am I doing it right?

: Raymond


Andrew answered your question in another post of yours.
Change your mount line so you are mounting the cd as /fs/cd0

Then the MediaPlayer should work for you.


Peter