-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Hi Here are the log file entries: - Jan 1 15:21:50 Tower unassigned.devices: Mount SMB share 'mount point' using SMB1 protocol. Jan 1 15:21:50 Tower kernel: Status code returned 0xc000000d NT_STATUS_INVALID_PARAMETER Jan 1 15:21:50 Tower kernel: CIFS VFS: Send error in SessSetup = -22 Jan 1 15:21:50 Tower kernel: CIFS VFS: cifs_mount failed w/return code = -22 Jan 1 15:21:50 Tower unassigned.devices: Mount SMB/NFS command: mount -t cifs -o rw,nounix,iocharset=utf8,_netdev,file_mode=0777,dir_mode=0777,sec=ntlmv2,vers=1.0,username=*******,password=******* 'mount point' '/mnt/disks/mount_point' Jan 1 15:21:50 Tower unassigned.devices: Mount of 'mount point' failed. Error message: mount error(22): Invalid argument Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) Looks like sec=ntlmv2 isn't supported by the version of CIFS that is installed in unraid.
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Hi Sent you a PM with the diagnostic files as requested. Let me know if you need any more info
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Will change it back tomorrow and reboot to capture the diagnostics you need and post them.
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Hi I could - but not sure what value it would have. As I have rebooted my server after making the change I highlighted above, the log files do not include any error information as the mount now works as expected.
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Hi Dlandon Been looking at Unassigned Devices and found an anomaly, undocumented feature, bug, incompatibility issue I'm trying to map to an SMB share running on a Windows 2016 Server and every time I try to connect from Unassigned Devices, I get error(13): - Dec 31 19:00:58 Tower unassigned.devices: Mount SMB/NFS command: mount -t cifs -o rw,nounix,iocharset=utf8,_netdev,file_mode=0777,dir_mode=0777,vers=3.0,username=*******,password=******* 'mount point' '/mnt/disks/mount_point' Dec 31 19:00:58 Tower unassigned.devices: Mount of 'mount point' failed. Error message: mount error(13): Permission denied Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) I know that my SMB shares work as I have other LINUX servers that are able to connect to without any issues. I looked at your code in /usr/local/emhttp/plugins/unassigned.devices/include/lib.php and modified line 569 to include security settings: - 569: return "rw,nounix,iocharset=utf8,_netdev,file_mode=0777,dir_mode=0777,sec=ntlm,vers=%s,username=%s,password=%s"; This minor change worked for me - not sure whether it's something to include going forward.
jakethecatuk
Members
-
Joined
-
Last visited