Mounting LS210D Buffalo Drive

Good Morning all. I have my Buffalo NAS mounted to my Ubuntu Laptop, and my windows Domain server but I cannot get this device to mount to my Rocky 9 VM. I have been trying the manual mount

Blockquote sudo mount -t cifs //LSIP/share /mnt/lspro/share -o username=LSUSER,password=LSPASS,uid=USER,file_mode=0644,vers=1.0

Blockquote

It is failing with permissions denied. Error - 13. This is weird since this worked on my former CENTOS 7 box, and Ubuntu but not Rocky 9. Just curious if I am missing something stupid… I believe I am. Maybe additional sets of eyes can find where I screwed up.

Thanks in advance!

You could try with smbclient

As standard user, something like:

smbclient -d 5 --use-kerberos=off --user=jbloggs%password //myserver/myshare

I will definitely try that! Thanks!

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.