2024-11-01, 04:08 PM
(This post was last modified: 2024-11-01, 04:22 PM by theguymadmax. Edited 2 times in total.)
sudo mkdir /media/Zic
sudo nano /etc/fstab
Add this entry
UUID=2b57e47f-4b31-4ae7-bdc5-e99a09f884b8 /media/Zic ext4 defaults 0 0
Save and reboot your computer.
Set permissions as described in this post.
Then update your docker compose with the new path like you did before.
sudo nano /etc/fstab
Add this entry
UUID=2b57e47f-4b31-4ae7-bdc5-e99a09f884b8 /media/Zic ext4 defaults 0 0
Save and reboot your computer.
Set permissions as described in this post.
Then update your docker compose with the new path like you did before.