Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Compact flash mounting problem: (3 Items)
   
Compact flash mounting problem  
Hi all,

I have a QNX bootable compact flash.Now in that CF i need to copy
a build file to run my application.To copy the build file into CF i am trying to mount CF in Neutrino,but it gives a 
message saying Resource busy. Am i going in the right way?please guide me.

Thanks in advance
Sreesha
Re: Compact flash mounting problem  
> Hi all,
> 
> I have a QNX bootable compact flash.Now in that CF i need to copy
> a build file to run my application.To copy the build file into CF i am trying 
> to mount CF in Neutrino,but it gives a message saying Resource busy. Am i 
> going in the right way?please guide me.
> 
> Thanks in advance
> Sreesha

Hello Shreesha,

/root# uname -a
QNX Ariane2 6.3.2 2006/03/16-14:20:03EST x86pc x86

/root# mount
/net/Ariane2/dev/hd0t79 on / type qnx4

trying to mount /dev/hd0t79 as /Shreesha
but failed cause it is mounted already:

/root# mount /dev/hd0t79 /Shreesha
mount: Can't mount /Shreesha (type qnx4)
mount: Possible reason: Resource busy
/root#

that is because your cf is mounted already ?
 just type mount and see if you find it in the output.

Next time use an other forum as this is not for Neutrino but for QNX4.

Hope this helps.

Jeevan


Re: Compact flash mounting problem  
ok, i got it.
Thanks