#!/usr/local/bin/php <?php $result = system("df | grep /mnt/cdrom"); if (ereg("/mnt/cdrom", $result)) { system("eject /mnt/cdrom"); } ?>