STIOC_FMR_TAPE

This IOCTL command creates an FMR tape. The tape is created with the current microcode loaded in the tape device.

There are no arguments for this IOCTL command.

An example of the STIOC_FMR_TAPE command is
 /* create fmr tape */
    if (ioctl(tapefd,STIOC_FMR_TAPE,NULL)<0)
    {
    printf("IOCTL failure. errno=%d",errno);
    exit(errno);
    }