B_Sinn3d
Members
-
Joined
-
Last visited
Solutions
-
B_Sinn3d's post in 7.3 Beta Array won't start was marked as the answerOk, I deleted the pool.cfg from /config/pools/.
I was able to recreate pool after reboot.
Thanks,
-
B_Sinn3d's post in Boot up issues - emhttpd: error: malloc_share_locations, 8629: Operation not supported (95): getxattr: /mnt/user/* was marked as the answerI appreciate the responses. I have added below and will test stopping/starting once Parity is done rebuilding from me shrinking array...Thanks again!
SHARE="/mnt/user/Backup"
echo "Waiting for user shares to be mounted..."
while ! mountpoint -q /mnt/user; do
sleep 5
done
echo "/mnt/user is mounted."
while [ ! -d "$SHARE" ]; do
sleep 5
done
echo "$SHARE is ready. Continuing..."