VFS Configuration - SysAdmin
The Virtual File System is configured primarily by adjusting the "hosts.xml" file and should therefore only be performed by experienced users.
The following example shows a section of the configuration file "hosts.xml". The XML node "censhare-vfs" below host defines the VFS behavior of the host "hostname". The following table lists all possible attributes, which can be added to the node "censhare-vfs":
<host name="hostname"
authentication-method=""
compressionlevel="0"
url="//some/where/corpus.RMIServer">
<censhare-vfs use="1" />
</host>
The Configuration Parameters
Parameter | Value Range | Default Value | As of | Description: |
---|---|---|---|---|
use | 0,1 | 1 | From 4.7.0 on | Activate / Disable the VFS |
use="0" - Disables the virtual file system use="1" - Enables the virtual file system | ||||
physicalurl | file:/{mount-point} | Macintosh: file:/Volumes/ {name} / Windows: file://localhost/ {name} / | From 4.7.0 on | Specifies the mount point of the VFS |
The value {name} corresponds to the name of the host. If said host has an (optional) database value, this value is used for {name} . | ||||
Windows: Windows offers three options to mount the VFS. Default is a UNC path: physicalurl="file://servername/mountname" - Mount as UNC path physicalurl="file:/W:/" - Mount as Disk Letter physicalurl="file:/C:/existing/path" - Mount as Disk path (only possible for NTFS) | ||||
debug-level | 0...6 | 0 | From 4.7.0 on | Level for Log-Output |
debug-level="0" - Loglevel "Error" debug-level="1" - Loglevel "Warning" debug-level="2" - Loglevel "Notice" debug-level="3" - Loglevel "Info" debug-level="4" - Loglevel "Debug" (Phase 1) debug-level="5" - Loglevel "Debug" (Phase 2 - as of Client Version 4.7.22/4.8.5 debug-level="6" - Loglevel "Debug" (Phase 3 - as of Client Version 4.7.27/4.8.8 | ||||
Macintosh: The Logging is written to "/var/log/system.log" or "/var/log/kernel.log" | ||||
Windows: Up to debug-level="3", the Logging is written to the censhare Client protocol. From debug-level="4" the Logging is written to the file "%HOMEPATH%\censhare\vfs_log\yyyy-MM-dd_HH-mm-ss_cbfs.log" | ||||
hidden | 0,1 | 0 | From 4.7.22 on From 4.8.5 on | Hide Mountpoint |
hidden="0" - Shows Mountpoint hidden="1" - Hides Mountpoint | ||||
local | 0,1 | 0 | From 4.7.22 on From 4.8.5 on | Mount as a local disk |
local="0" - Mount as Network Volume local="1" - Mount as local disk | ||||
request-timeout | Integer starting with10 | 130 Seconds | From 4.7.27 on From 4.8.8 on From 4.9.2 on | Sets upper limit of response time of the Client to a request of the kernel extension as seconds |
request-timeout="10" - Smallest possible timeout value in seconds (10 Sekunden) request-timeout="130" - Default for timeout. |