Displaying 5 results from an estimated 5 matches for "cifs_read_super".
2017 Oct 13
5
Share mounts in SMBv1 mode, but fails weirdly in SMBv2 mode
...******
>> mount error(95): Operation not supported
>> Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
>> hadrien at linux-2ak3:~> dmesg | tail
>> [...]
>> [13424.783242] CIFS VFS: ioctl error in smb2_get_dfs_refer rc=-2
>> [13424.789504] CIFS VFS: cifs_read_super: get root inode failed
>>
>> Replacing "vers=2.0" with "vers=1.0" in the mount command line makes
>> this work, so I'm quite confident that my general configuration is
>> correct and the problem is somehow specific to the SMBv2 protocol.
>> Howe...
2017 Oct 12
2
Share mounts in SMBv1 mode, but fails weirdly in SMBv2 mode
...erv22\expsi,vers=2.0,user=grasland,,domain=LAL,pass=********
mount error(95): Operation not supported
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
hadrien at linux-2ak3:~> dmesg | tail
[...]
[13424.783242] CIFS VFS: ioctl error in smb2_get_dfs_refer rc=-2
[13424.789504] CIFS VFS: cifs_read_super: get root inode failed
Replacing "vers=2.0" with "vers=1.0" in the mount command line makes
this work, so I'm quite confident that my general configuration is
correct and the problem is somehow specific to the SMBv2 protocol.
However, I'm a Samba newbie and would wel...
2017 Oct 13
0
Share mounts in SMBv1 mode, but fails weirdly in SMBv2 mode
...nux?
There where recently e-mail about this on technical.
So maybe its not implemented parts in samba or mount commands (yet)
And i point to this : smb2_get_dfs_refer
> > >> [13424.783242] CIFS VFS: ioctl error in smb2_get_dfs_refer rc=-2
> > >> [13424.789504] CIFS VFS: cifs_read_super: get root inode failed
To give an idea..
https://kernel.opensuse.org/cgit/kernel-source/diff/patches.fixes/0001-CIFS-implement-get_dfs_refer-for-SMB2.patch?id=98a4a0402b8b564b24414c3f2d6b0268f6843341
This italian site shows exact the same problem.
http://forum.html.it/forum/showthread/t-295960...
2017 Oct 13
2
Share mounts in SMBv1 mode, but fails weirdly in SMBv2 mode
...t implemented parts in samba or mount commands (yet)
> I would welcome any clarification on this.
>
> > And i point to this : smb2_get_dfs_refer
> >>>>> [13424.783242] CIFS VFS: ioctl error in smb2_get_dfs_refer rc=-2
> >>>>> [13424.789504] CIFS VFS: cifs_read_super: get root inode failed
> >
> > To give an idea..
> >
> https://kernel.opensuse.org/cgit/kernel-source/diff/patches.fi
> xes/0001-CIFS-implement-get_dfs_refer-for-SMB2.patch?id=98a4a0
> 402b8b564b24414c3f2d6b0268f6843341
>
> I ended up on this kernel patch as we...
2017 Oct 12
0
Share mounts in SMBv1 mode, but fails weirdly in SMBv2 mode
...land,,domain=LAL,pass=********
> mount error(95): Operation not supported
> Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
> hadrien at linux-2ak3:~> dmesg | tail
> [...]
> [13424.783242] CIFS VFS: ioctl error in smb2_get_dfs_refer rc=-2
> [13424.789504] CIFS VFS: cifs_read_super: get root inode failed
>
> Replacing "vers=2.0" with "vers=1.0" in the mount command line makes
> this work, so I'm quite confident that my general configuration is
> correct and the problem is somehow specific to the SMBv2 protocol.
> However, I'm a Samb...