mount error(22): Invalid argumentI did spend some time figuring this out, many google hits didn't give any hints whatsoever other than how to enable more verbose logging. And the solution was ridiculously simple.
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
In your fstab you probably have something like
//Just remove noatime and you are good to go!/ cifs user,noauto,noexec,noatime,uid=1000,file_mode=0644,dir_mode=0755
No comments:
Post a Comment