Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Create a folder for storing metadata. For example, create a folder named Metadata in the /media directory:

    Code Block
    languagebash
    sudo mkdir /media/Metadata
  2. Change the folder owner to npg user:
    Code Block
    languagebash
    sudo chown -R ngp:ngp /media/Metadata
  3. Check the permissions on the created folder.
    Code Block
    languagebash
    ls -l /media
    As a result, a line with permissions for the ngp user should be displayed:
    Code Block
    languagebash
    drwxr-xr-x  3 ngp  ngp  4096 jul 18 12:05 Metadata
  4. Launch the Axxon One Client and go to the OptionsData storage tab.

  5. Enter the path to the new folder in the Network Metadata storage path to save metadata field.
    Image Removed field. For example, /media/Metadata.

  6. Click the Apply button to save the changes.

...