Mount a Directory from one Server to set top box linux environment -



Mount a Directory from one Server to set top box linux environment -

i run build stored in linux server path eg user/aaditya/builds/build1/bin/ have written api takes linux mount path input illustration api- takeimage,..//xyz.bmp when run capture image , stored in build1 folder when execute takeimage,..//..//build2/ , no image stored in build2 folder path build2 user/aaditya/builds/build2/ how mount user/aaditya/builds/build2/ because api uses linux scheme phone call write file

in 2 examples running api this:

takeimage ..//zyx.bmp

takeimage ..//..//build2/

i guessing run user/aaditya/builds/build1/bin/

in first illustration providing api name of file save image in. in sec illustration providing directory path. if build2 directory not exist producing error.

linux

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -