...
Code Block |
---|
FI.accessmode = rucd FI.authentication.required = false FI.authentication.user = FI.authentication.pwdalias = |
Differences SFSv2 SFSv3
Version 3 brings these changes compared to v2
the folder block size is not fixed 4 anymore. It can be chosen: 4, 8, 16. With this change the storage folder depth can be reduced.
the file name length can be limited. In v2 there was no limit.
multiple roots are supported. They are used until the free space limit is arrived. Then it choses the next in order.
if limit is -1 it is blocked for writing new documents (exception last one)
root folder selection behavior
the algorithm tries in numbers order to pick the root
it checks the available space and compares it with the given limit. Default limit is -1.
If the algorithm finds out, that a root hasn’t enough space it tries the next.
with limit -1 a drive can be blocked. The space detection is skipped. It is then used in read only state (and / or only for adding components and infos)
if the last root has -1 it will be written until IOEXCEPTION
the algorithm is triggered by:
if rootSelectionIntervalH is exceeded
if IOException had happen while IO operation