I'm missing something really simple here.
I've got a network share that's password protected. In /etc/pve/storage.cfg I changed the options line to state:
(not my real username/password, of course.)
When the backup task tries to trigger (that's all I'm using this mount for) I get this error:
TASK ERROR: could not get storage information for 'backups': mount error: mount.nfs: an incorrect mount option was specified
I replaced "username=" with "user=" and got the identical error, so I'm specifying the option wrong. man pages for mount and nfs didn't shed much light on this.
What am I doing wrong?
I've got a network share that's password protected. In /etc/pve/storage.cfg I changed the options line to state:
Code:
options vers=3,username=myusername,password=mypassword
(not my real username/password, of course.)
When the backup task tries to trigger (that's all I'm using this mount for) I get this error:
TASK ERROR: could not get storage information for 'backups': mount error: mount.nfs: an incorrect mount option was specified
I replaced "username=" with "user=" and got the identical error, so I'm specifying the option wrong. man pages for mount and nfs didn't shed much light on this.
What am I doing wrong?