I was adding a parity drive as I had no parity drive prior to this.
During the parity-sync I was deleting and moving files around in one of my shares from the terminal on the Unraid website.
I was able to delete files from a specific share (/mnt/user/share_name), however, when I tried moving all files with a specific ending from the share to a specific folder I suddenly lost access to said share and another share.
Note: I was not touching any files in the other share I lost access to.
Both of the shares no longer show up in unraid and I cannot see the shares in the terminal anymore.
I have another share that was unaffected. So 2/3 of my shares are gone.
Current working directory for all of this is /mnt/user/share_name
Command used to delete that worked and I could still see my files after using:
find . -name "*.svg" -type -f -delete
Command used to move files that did not work and seemingly removed two of my shares:
find . -type f -name "*.java" -exec mv {} /java \;
I'm assuming this is what caused the missing shares as the issue occurred directly after this command was issued.
Unraid version: 6.11.0
Plugins:
Community Applications, fix common problems, unassigned devices, unassigned devices plus, unassigned devices preclear
Hardware:
b550M aorus pro-p
amd ryze 5 5600
nausicaa-diagnostics-20221010-1815.zip