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
{{ message }}
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.
Hello all, i am happy with svfs and HubiC, its stable and works fine. Thank you fors this. Its also support streaming video (emby), i tested many provider and streaming is hard to implement, svfs support it with poor 1.5MB/s speed, good job !
I have some problems to use other software with svfs mount, i think is file open flags issues.
Cannot use encfs with svfs mount, encfs need to open files with read AND write flags
Cannot share svfs mount over NFS in my dedi lan.
Cannot use svfs with Veeam backup software, error: process_write: seek failed from sftp-server.
You can solve all this issues with adding support to more open flags like O_RDWR and O_APPEND.
I dont know if its simple with Openstack Swift but its can be very helpful.
thank you in advance
The text was updated successfully, but these errors were encountered:
Hello all, i am happy with svfs and HubiC, its stable and works fine. Thank you fors this. Its also support streaming video (emby), i tested many provider and streaming is hard to implement, svfs support it with poor 1.5MB/s speed, good job !
I have some problems to use other software with svfs mount, i think is file open flags issues.
You can solve all this issues with adding support to more open flags like O_RDWR and O_APPEND.
I dont know if its simple with Openstack Swift but its can be very helpful.
thank you in advance
The text was updated successfully, but these errors were encountered: