edl icon indicating copy to clipboard operation
edl copied to clipboard

Creating new files on EFS

Open OYTIS opened this issue 4 years ago • 1 comments

Sorry, I understand it is not yet supported, but you obviously have more understanding on the protocol used here than I do, so maybe you have some tips.

The (not exposed to the command line) qcdiag::efswritefile function seems to look for an existing file and overwrite it with new data. Is there a way to create a totally new file? I tried to change the mode from O_RDONLY to O_RDWR and O_WRONLY, how it would work in Posix systems, but efs_open still returns -1.

OYTIS avatar Mar 03 '20 18:03 OYTIS

I will have a look for this and implement it. Not sure if creating a new file is possible, but I will figure it out.

bkerler avatar Nov 14 '20 10:11 bkerler