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
Post a Comment