HacunaMatata
Members
-
Joined
-
Last visited
Solutions
-
HacunaMatata's post in Array Won't Stop - Retry Unmounting Disk Share(s) was marked as the answerThis worked:
This looks like it worked. Thank you. Anybody else seeing this i used these command lines in terminal where DiskX = disk that is caught in unmounting loop under the log (in my case disk2)
dd if=/dev/zero of=diskX bs=1M count=310
mkfs -t xfs diskX
mount diskX /mnt/diskX
Now I can't add a new drive to the array but that seems to be a different issue.