pablominue
Members
-
Joined
-
Last visited
Solutions
-
pablominue's post in User Shares not reflecting actual disk data was marked as the answerFinally managed to solve it. Seems like there was some files 'hardcoded' into the /mnt/user/appdata that were not allowing Unraid to create the user shares for some reason.
The solution was:
1. Reboot the server
2. Before starting the array, checking the directories, and seeing my python environment stuck there I decided to delete it:
root@Tower:/mnt/user# ls appdata/ root@Tower:/mnt/user# ls appdata python_env/ root@Tower:/mnt/user# ls appdata/python_env Python-3.11.9/ Python-3.11.9.tgz root@Tower:/mnt/user# rm -rf /mnt/user/*
3. Reboot again
4. Start the array
Thanks @trurl, @itimpi and @JorgeB for your answers!! ❤️