Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - fs-qnx6 and QNX 6.5: (4 Items)
   
fs-qnx6 and QNX 6.5  
Hi all
recently I've try to use a qxn6 fs on a  QNX6.5  
the device (/dev/hd1t179) has been formatted using qnx6 ff:
 mkqnx6fs /dev/hd1t179               all ok

Try to mount:
mount -tqnx6 /dev/hd1t179  /mnt/qnx6
mount: cant'mount /mnt/qnx6 (type qnx6)
mount: possible reason: can't access shared library

note that the fs-qnx6.so is on system disk /lib/dll.

What's is wrong?
I do not see any messages explaining the real trouble here...

Thank
Mario





Re: fs-qnx6 and QNX 6.5  
Hi,

Is /lib/dll listed in LD_LIBRARY_PATH ?
Re: fs-qnx6 and QNX 6.5  
yes, it was set in the boot image:
LD_LIBRARY_PATH=/proc/boot:/usr/lib:/lib:/lib/dll:.
so I can't figure out what's wrong .. maybe the env. variable is not accessible when I run
the mount ?
...anyway, i've solved including the library fs-qnx6.so in the boot image....now it works fine

Mario

Re: fs-qnx6 and QNX 6.5  
Or the system disk is not yet mounted when mounting qnx6 filesystem so /lib/dll is not accessible.

Good to know you solved your problem.