Forum Topic - mount EFS image:
   
mount EFS image  
Hi all!
I have EFS image, that obtained with the command mkefs.
In QNX, it is possible to mount the images in different file systems (img, iso, qnx4) with, for example, the following 
sequence of commands:

devb-loopback blk cache=128k,auto=none loopback fd=/tmp/q4.img
mount  -tqnx4 /dev/lo0 /q4flash

How can i mount efs-image? 
Command "mount" requires to indicate filesystem type , but "mount" description (in utilities references) hasn't efs file
 system.
or Is it required an alternative method?

Thanks!
Re: mount EFS image  
Hi Oleg,

As I can see, you should use flashctl utility for the mounting purpose.

For example:

>> flashctl -p *.efs -n /mnt/flash -m

Re: mount EFS image  
Hi,

Did you found any solution for this. I am facing same issue. I have a .ifs image for my project however i want to create
 users when my os is running in Target board. I read on community that for writable files i have to create efs image. 
Now i have both image available but confused how to flash efs. I am using TFTP server mechanism to transfer image to my 
target board.

Please suggest me possible solution.