Cannot access Buffalo RAID server: Difference between revisions

From mywiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 9: Line 9:
Will not be upgrading other systems until problem resolved here.
Will not be upgrading other systems until problem resolved here.


Submitted bug report https://bugs.launchpad.net/ubuntu/+source/cifs-utils/+bug/2031246
Submitted bug report  
https://bugs.launchpad.net/ubuntu/+source/cifs-utils/+bug/2031246
https://bugs.launchpad.net/ubuntu/+source/cifs-utils/+bug/2031246
|Thread=Problem
|Thread=Problem
|EditDate=2023/08/13
|EditDate=2023/08/13
Line 15: Line 17:
|WebRef=https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=76a3c92ec9e0668e4cd0e9ff1782eb68f61a179c
|WebRef=https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=76a3c92ec9e0668e4cd0e9ff1782eb68f61a179c
}}
}}
'''RESOLVED''' Updated microcode on BuffaloNAS and adding vers=2.0 to fstab allowed me to acces disks.
Test mount command:
Test mount command:
  sudo mount -t cifs --verbose //BuffaloNAS/Music //mnt/sotp -o user=johnny,vers=1.0,uid=1000,sec=ntlm
  sudo mount -t cifs --verbose //BuffaloNAS/Music //mnt/sotp -o user=johnny,vers=1.0,uid=1000,sec=ntlm

Latest revision as of 18:46, 24 August 2023


EditDate 2023/08/13

Related Threads: Problem

Upgraded to Ubuntu 23.04 and can no longer access Buffalo RAID Server via cifs. Buffalo NAS server requires vers=1.0 and I suspect sec=ntlm which is no longer supported.

smbclient on upgraded system can access drive and all other systems on my net which are lower level 22.04 are accessing drive.

Trying to circumvent. smbclient can access server and I can get to it on all the machines I've not upgraded.

To circumvent changed backup repository to local drive until fix available.

Will not be upgrading other systems until problem resolved here.

Submitted bug report https://bugs.launchpad.net/ubuntu/+source/cifs-utils/+bug/2031246

https://bugs.launchpad.net/ubuntu/+source/cifs-utils/+bug/2031246A fatal error occurred in the #info parser function  

RESOLVED Updated microcode on BuffaloNAS and adding vers=2.0 to fstab allowed me to acces disks. Test mount command:

sudo mount -t cifs --verbose //BuffaloNAS/Music //mnt/sotp -o user=johnny,vers=1.0,uid=1000,sec=ntlm

Symptoms

Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)

Log