You are not logged in.
It is wired problem
I have two share folders need to be mounted to a arch linux VM.
problem is only one folder can be mounted as ver=3
my mounting options are:
username=xxx,password=xxx,rw,iocharset=utf8,vers=3.1.1
Mount first folder always success, but second one fails with:
mount error(22): Invalid argument
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
Then showing dmesg:
[56273.644574] CIFS: Attempting to mount //192.168.200.2/f/Downloads
[56273.646599] CIFS VFS: cifs_read_super: get root inode failed
If I mount second one as ver=2.1 then it always success, or two 2.1 both work
This problem bother me quite a long time, please help
Offline