Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PermissionError #982

Open
gimail opened this issue Mar 9, 2024 · 0 comments
Open

PermissionError #982

gimail opened this issue Mar 9, 2024 · 0 comments
Assignees

Comments

@gimail
Copy link

gimail commented Mar 9, 2024

How did you solve the local disk access problem on Windows for Docker. Can you tell me how to do it? I did as recommended in the discussions, added the file to docker:

  • /mnt/mediacms/:/home/mediacms.io/mediacms/media_files.
    But I can’t do it and get the error:
    File "/home/mediacms.io/lib/python3.11/site-packages/django/core/files/storage/filesystem.py", line 130, in _save
    os.chmod(full_path, self.file_permissions_mode)
    PermissionError: [Errno 1] Operation not permitted: '/home/mediacms.io/mediacms/media_files/chunks/3b3239cc-95ea-4aac-bf4b-36d528e5b25b/1_QH7SH3u'.
    I have connected a folder on the E drive for WSL, but Docker saves the files, but further processing produces an error.

I would appreciate your answer

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants