i burned a Cd from the qnxrtp.iso, I booted on it and it installed qnx…
I want to install the rest of the development package, i run the package
installer
and select the qnx cd-rom repository, it gave me a error that
"unable to access file:///fs/cd0/repository2
Under /dev, i see cd0, but under /fs, I dont see cd0, only hd0,
anyone knows??
ran zhang <rzhang@vamcointernational.com> wrote:
i burned a Cd from the qnxrtp.iso, I booted on it and it installed qnx…
I want to install the rest of the development package, i run the package
installer
and select the qnx cd-rom repository, it gave me a error that
"unable to access file:///fs/cd0/repository2
Under /dev, i see cd0, but under /fs, I dont see cd0, only hd0,
anyone knows??
Its needs to be mounted. If the cd0 isn’t visable under /fs, then
try the following: (as root)
mount /dev/cd0 /fs/cd0
Then you can add the other packages.
Peter Martin