By default, the access to files on disk is included in all releases of MIDAS. It uses the standard file interface common to all Unix systems.
Access to tape devices can differ from one system to another, and, within the same system, not all tape devices are accessed the same way. Drivers for tape devices are depending on the manufacturer implementation (and sometimes they also change with different versions of the OS), however more and more manufacturers are adopting a semi-standard interface called mtio. The standard MIDAS installation provides a generic tape driver based in this interface and therefore is able to handle most tape devices. If this driver is not sufficient for your some of your tape devices you will have to implement your own driver following the procedures indicated in the next sections.