Table 1-6:   Export Commands for Supported Platforms  
| Platform 
 | Export Instructions 
 | 
| Alpha (Tru64 UNIX)
 | Add the line to the exports file, /etc/exports
/cdrom -ro
 | 
| HP 9000 (HP-UX) | Add the line to the exports file,  /etc/exports
/cdrom -roExport this information by executing
 
 exportfs -av
 | 
| IBM RS/6000 (AIX) | Add the line to the exports file, /etc/exports
/cdrom -roExport this information by executing
 
 exportfs -av
 | 
| Linux | Add the line to the exports file, /etc/exports
/cdrom -roExport this information by executing
 
 kill -s SIGHUPpid_of_rpc.mountd pid_of_rpc.nfsdThe process ids (
 pid) are taken from the output of the command
   ps -agx
 | 
| SGI (IRIX) | Add the line to the exports file, /etc/exports
/cdrom -roExport this information by executing
 
 exportfs -av
 | 
| Sun (Solaris 2.x) | Execute 
 share -F nfs -o ro -d <cd-rom device> /cdromNote that the
 -d <cd-rom device> is for information purposes only. It can be ignored.
 |