Cannot access Buffalo RAID server: Difference between revisions

From mywiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 15: Line 15:
|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
}}
}}
Test mount command:
sudo mount -t cifs --verbose //BuffaloNAS/Music //mnt/sotp -o user=johnny,vers=1.0,uid=1000,sec=ntlm
==Symptoms==
==Symptoms==
* CIFS: VFS: bad security option: ntlm
* CIFS: VFS: bad security option: ntlm

Revision as of 12:44, 14 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/2031246A fatal error occurred in the #info parser function

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