Product Documentation

FairCom ISAM for C

Previous Topic

Next Topic

Volume Disk Full Checks

The FairCom Server keyword DISK_FULL_VOLUME takes as its argument a concatenated volume name and limit. A path separator must occur between the volume name and the threshold limit, which may be zero.

In Unix this is in the form /name/<limit>. The following example places a disk full threshold of one million bytes on the volume /home:

DISK_FULL_VOLUME /home/1000000

From Windows, the form of the argument is <DRIVE>:\<limit>. The following example places a 1MB threshold on drive E:

DISK_FULL_VOLUME e:\1048576

TOCIndex