Looks like I can’t find anything about this particular issue in memory, so let’s dive into it.
The error you’re getting seems to be a permissions issue. Your datastore directory and all its subdirectories need to be owned by the AMP user. Let’s fix that!
Here’s what you need to do step by step:
-
Change ownership of
/mnt/s/ampdatastore
and its contents to the AMP user and group:sudo chown -R amp:amp /mnt/s/ampdatastore
-
Make sure AMP has the right permissions:
sudo chmod -R 775 /mnt/s/ampdatastore
Run these commands and let me know if the issue persists. Remember, AMP should have complete control over that directory to function properly!