Backbutton

Example 11

Example 11 -Creating a LIBRARY/MAINTENANCE & JOLIET hybrid CD Image
COPY COPYWRITE/LIBRARY TO #MYTESTVOLUME(CD,HOSTNAME=LOCAL,SCRATCHPOOL=LIBMAINTJOLIET);
 
Example11
 
  1. The LIBMAINTJOLIET intrinsic transform creates a hybrid CD image with a LIBRARY/MAINTENANCE partition and a JOLIET partition.
  2. The CD is seen as a LIBRARY/MAINTENANCE CD by the A-Series, and as a JOLIET partition on a Windows 95/98 system.
  3. The volume is not recognized by a WindowsNT partition because, unlike Windows 95/98, which is satisfied if it finds a valid Supplementary Volume Descriptor (SVD), Windows NT must find a valid Primary Volume Descriptor (PVD), and the LIBRARY/MAINTENANCE PVD is not accepted.
  4. On a Windows NT system, use CopyWrite for NT, which can access the files on any partition on any Windows system with an ASPI layer installed.