out();
return;
}
else
{
// Get the number of logical libraies so we know if we need to bring up the partition Slect page or not.
$libs = get_logical_libraries_brief($user);
// Remove the library-managed partitions
foreach($libs as $k => $lib)
{
if($lib->library_managed)
{
unset($libs[$k]);
}
}
$lib_count = count($libs);
}
?>
Load Drive
Load Drive - LibraryName
Load a Media into a drive. Select a media to load from the list then the drive to load.
If the partition is online, it will be taken offline before the operation is performed and brought back online after the operation has been completed.