You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a check in "write" that prevents clients from creating empty files. Is there a plan to remove the check, or to add an action to create a file?
I added "mknod" to my fork of vertexdb, so that my FUSE interface could create files. Feel free to pull the patches if it's correct (I'm still wrapping my head around PDB).
The text was updated successfully, but these errors were encountered:
There's a check in "write" that prevents clients from creating empty files. Is there a plan to remove the check, or to add an action to create a file?
I added "mknod" to my fork of vertexdb, so that my FUSE interface could create files. Feel free to pull the patches if it's correct (I'm still wrapping my head around PDB).
The text was updated successfully, but these errors were encountered: