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) 何が間違っていますか?