Search found 2 matches

by joheen
Fri Sep 29, 2023 1:52 pm
Forum: eSASS download and installation
Topic: File read/write permissions within eSASS Docker container
Replies: 2
Views: 44266

Re: File read/write permissions within eSASS Docker container

Thank you for the suggestion! It made me realize that the error was even simpler than thisy. The permissions on /mnt/usr/data were set to "drwxrwxr-x", while I didn't realize I needed the "other" permission set to "rwx". Once I changed this I am able to modify and creat...
by joheen
Tue Sep 26, 2023 10:35 pm
Forum: eSASS download and installation
Topic: File read/write permissions within eSASS Docker container
Replies: 2
Views: 44266

File read/write permissions within eSASS Docker container

Hi, I'm using the eSASS Docker container following Section 3.2 of https://erosita.mpe.mpg.de/edr/DataAnalysis/esassinstall.html#Docker_container Say I have my data stored in /mnt/user/data/, where I have various eROSITA event lists stored. Then to run the container I enter: docker run --volume /path...