User guide
DC 900-1333Q 207
Appendix
A
Freeway File Reference
This Appendix provides a quick reference to directories and files located on the Freeway
server.
A.1 Freeway Disk Partitions
The Freeway server disk drive consists of either a flash drive or a rotating disk drive. The
disk drive contains a UNIX partition for the Freeway server software. The UNIX parti-
tion is divided into several sub-partitions by the FreeBSD OS. The following are the par-
titions that are most relevant to Freeway users:
/usr
This partition contains all the source code for programs devel-
oped on the Freeway server. It also contains the DLI and TSI
library source code and make files. This partition is always
mounted as READ ONLY when the Freeway server boots up
and runs. In order to develop software in this partition, it must
be mounted as READ/WRITE during any development on the
Freeway, then mounted as READ ONLY again when develop-
ment is complete.
/tmp
This partition is created as a RAM DISK partition. That is, it is
a section of RAM memory made to look like a disk partition.
This partition holds a copy of the boot and executable files used
by the Freeway server. This partition is always mounted
READ/WRITE. This is a temporary partition that is deleted
and recreated each time the Freeway server is booted.