User manual

Using iXOS-JUKEMAN
iXOS-JUKEMAN 2.2 User Manual Pre.12/97158
CLI UNIX, Windows NT
Initialize disk
cdadm writer fsi=ifs action=init location=jb.dev,27
vname=vol
This command initializes the CD-R in slot 27 of device jb.dev using the
name vol. Once the disk is initialized files can be copied to it. Every-
thing written to the disk is stored in the IFS buffer first.
Write buffered data
To actually write the buffered data to the disk issue the command:
cdadm writer action=flush vname=vol
This will write an additional track to the disk.
Two tracks are already used when the disk is initialized. One more track is
required for the table of contents when finalizing the disk. Up to 96 tracks
can be written to a CD-R, since a CD-R is limited to 99 tracks. There is no
limitation to the number of tracks for PDs, WORMs, MOs, and hard disk
images. Please note that iXOS-JUKEMAN does not check if sufficient
space is provided on the disk to write the final contents track.
Verify written data
The last written track can be verified with the command:
cdadm writer action=verify vname=vol
You can also specify the options track=<number> or track=all to
verify track number <number> or all tracks.
Finalize disk
The disk can be finalized with the following command:
cdadm writer action=finalize vname=vol
The disk is converted to ISO 9660.