When installing MoJoe on a scanner the following files

cdda2wav
cdrecord
mkisofs
readcd

should be owned by root and belong to the group sys.
In addition each of these files should have the following
permissions

-rws--x--x    1 root     sys        345576 Oct 31 13:13 cdda2wav*
-rws--x--x    1 root     sys        356324 Oct 31 13:13 cdrecord*
-rws--x--x    1 root     sys        654816 Oct 31 13:13 mkisofs*
-rws--x--x    1 root     sys        201932 Oct 31 13:13 readcd*
-rwxrwxrwx    1 sdc      informix  8358960 Oct 31 13:13 testburnfile*

These permissions can be given with the commands

> chmod 4711 cdda2wav cdrecord mkisofs readcd
> chmod 777  testburnfile


To determine if the CD R/W is online execute the following command

> cdrecord -scanbus

Cdrecord 1.9 (mips-sgi-irix6.5) Copyright (C) 1995-2000 Jrg Schilling
Using libscg version 'schily-0.1'
scsibus0:
        0,0,0     0) *
        0,1,0     1) 'SGI     ' 'IBM DNES-309170Y' 'SAF0' Disk
        0,2,0     2) 'SGI     ' 'IBM DNES-309170Y' 'SAF0' Disk
        0,3,0     3) *
        0,4,0     4) *
        0,5,0     5) *
        0,6,0     6) *
        0,7,0     7) *
scsibus1:
        1,0,0   100) *
        1,1,0   101) *
        1,2,0   102) *
cdrecord: Warning: controller returns zero sized CD capabilities page.
cdrecord: Warning: controller returns wrong size for CD capabilities page.
cdrecord: Warning: controller returns wrong page 0 for CD capabilities page (2A).
        1,3,0   103) 'TEAC    ' 'CD-ROM CD-532S  ' '1.0A' Removable CD-ROM
        1,4,0   104) 'Maxoptix' 'T5-2600         ' 'H4.5' Removable Optical Storage
        1,5,0   105) *
        1,6,0   106) 'GENERIC ' 'CRD-BP4         ' '4.28' Removable CD-ROM
        1,7,0   107) *
scsibus2:
        2,0,0   200) *
        2,1,0   201) *
        2,2,0   202) *
        2,3,0   203) 'ANALOGIC' 'DASM-LCAM-3M    ' '1.5 ' Disk
        2,4,0   204) 'CenData ' 'ST-1008S        ' 'V7.2' Communication
        2,5,0   205) *
        2,6,0   206) *
        2,7,0   207) *


