cifs 드라이브를 마운트하면 마운트 오류 (22) : 잘못된 인수
나는 실행하려고합니다 : sudo mount -t cifs //user.my-backup.com /mnt/wal_drive -o iocharset=utf8,rw,credentials=/etc/backupcredentials.txt,uid=postgres,gid=postgres,file_mode=0660,dir_mode=0770 그러나 다음과 같은 오류가 계속 발생합니다. mount error(22): Invalid argument Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) 내가 무엇을 잘못하고 있지?