You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
This discussion was converted from issue #982 on January 23, 2025 15:25.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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:
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
Beta Was this translation helpful? Give feedback.
All reactions