maghuro
Very Senior Member
On my old RT-AC86U, I had a script that mounted a folder of my QNAP on router, and then rsync between that QNAP folder and another folder in the router. Everything worked flawlessly.
I switch today to GT-AX6000, copy pasted the entire script (none have changed, neither credentials of qnap), and it didn't work.
The command being used is:
On the GT-AX6000, the output is:
I double checked login and password, I searched the web, no success. I installed mount-utils and tried, the result was different but no success:
Can someone help me to figure out what am I doing wrong?
Edit: solution, see post #9
I switch today to GT-AX6000, copy pasted the entire script (none have changed, neither credentials of qnap), and it didn't work.
The command being used is:
Bash:
mount \\\\qnap.domain\\Backups\\GT-AX6000 /tmp/mnt/QNAP230 -t cifs -o "username=USER,password=PASS" -o vers=3.0
On the GT-AX6000, the output is:
mount: mounting \\qnap.domain\Backups\GT-AX6000 on /tmp/mnt/QNAP230 failed: Permission denied
I double checked login and password, I searched the web, no success. I installed mount-utils and tried, the result was different but no success:
mount: /tmp/mnt/QNAP230: bad option; for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount.<type> helper program.
Can someone help me to figure out what am I doing wrong?
Edit: solution, see post #9
Last edited: