Adding Disk Storage to the Protected Theater

If the disk storage you initially configured for your Protected Theater is no longer adequate, you can mount an additional drive.

To mount an additional drive:

  1. Move/remove the current images directory
    1. Remove, nothing to save:

      rm -fR /opt/apps/verodin/node/images
      Typos in this command could damage the platform.
    2. Move information

      mv /opt/apps/verodin/node/images </target/folder>
  2. Create a symlink back to the expected images folder location

    ln -s /target/folder/images /opt/apps/verodin/node/images

If you need more information or specific steps to complete the creation of virtual disks on Linux, see the vmware knowledgebase, https://kb.vmware.com/s/article/1003940.

  • June 5, 2022
  • November 27, 2025
In This Article