The LOAD command moves a cartridge from a slot into a drive.
Format
LOAD SLOT slot_num [DRIVE drv_num] [ROBOT robot_name]
1 – Parameters
slot_num - An integer value indicating the robot slot.
drv_num - An integer value indicating the physical drive
in the robot.
robot_name - The name for the media robot.
2 – Example
The following MRU example loads a cartridge from slot 1 to drive
0 in the robot device GKA401:
$ ROBOT LOAD SLOT 1 DRIVE 0 ROBOT GKA401
LOADING SLOT 1 into DRIVE 0 using ROBOT GKA401