Qnap storage error message in PBS

droidus

Member
Apr 5, 2020
107
2
23
34
I noticed that I can no longer connect to my qnap device in PBS. I receive this error message in PBS:
"unable to open chunk store 'qnap' at "/mnt/qnap/.chunks" - No such file or directory (os error 2)".
Would this be a qnap-relevant error message, or pbs issue? The only thing that has changed on my qnap, is that updates were done.
 
Is the storage one the PBS server correctly mounted at "/mnt/qnap". What is the output of

# ls -l "/mnt/qnap"
 
It looks like it failed to mount due to a bad option... looking into the fstab file.
 
The fstab file has the line needed to mount the qnap device. I do a "mount -a", and it fixes this.
Doesn't the fstab get read and executed? I would think this share would come up as the system comes up.