| 144 | | The user manual (available via the 'help' plugin) should give you exhaustive |
| 145 | | usage information. |
| 146 | | The current version of the online manual is available at: |
| 147 | | https://systemausfall.org/trac/cryptobox/wiki/CryptoBoxUser |
| | 145 | |
| | 146 | 5) Data access |
| | 147 | Before you can access your plaintext or encrypted data on a volume, you have to |
| | 148 | open it. To accomplish this, you have to go to the webinterface, select the |
| | 149 | appropriate volume and click on "Open volume" in the "Activation" tab. |
| | 150 | |
| | 151 | If you are running the CryptoBox locally, then you can access all open volumes |
| | 152 | below the 'MountDir' as specified in the configuration file |
| | 153 | (/etc/cryptobox-server/cryptobox.conf). The default mount location is |
| | 154 | /var/cache/cryptobox/mnt. |
| | 155 | |
| | 156 | If the CryptoBox package is running on a networking server, then you have to |
| | 157 | configure your favourite fileserver (e.g. samba, webdav, nfs, ftp, ...) to |
| | 158 | publish the subdirectories of the 'MountDir' (see above). |
| | 159 | If you want to customize the publishing of volumes, then you may use the |
| | 160 | event script feature fo the CryptoBox. See event-scripts/README for details. |