Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4867

Troubleshooting • Mounting Old Buffalo NAS SMB1 CIFS error code 95

$
0
0
Good Day Forum Folks!

Right off the bat I'll admit I'm a bit of a newb:

I have an older Buffalo Linkstation that only supports SMB version 1. There are some things I'd like to get off of this drive for posterity so that I can retire it. I'm hoping I can get it mounted such that I can do a bulk copy from the terminal (cp -r).

I have the latest cifs-utils and keyutils installed. Also, I have client min protocol=NT1 set in smb.conf. I think this covers some of the issues discovered during my search efforts.

With File Manager, I can access this NAS with the following: smb://192.168.1.41/backups in the search box. I'm prompted for the ID/PWD but I can see the directories/files. (File manager must mount it in some fashion, right? How would I discover the mount name for command line use?)

The issue comes with trying to mount this either via the command line or via /etc/fstab.

FSTab entry is: //192.168.1.41/Backups /mnt/buffalo cifs credentials=/home/dhempy/buffcreds,vers=1.0 0 0

dmesg shows the following
[19494.024215] CIFS: VFS: Use of the less secure dialect vers=1.0 is not recommended unless required for access to very old servers
[19494.024228] CIFS: Attempting to mount \\192.168.1.41\Backups
[19494.040156] CIFS: VFS: cifs_mount failed w/return code = -95

From the command line I tried as follows:

dhempy@RPi-10:/mnt/buffalo $ sudo mount -t cifs -o credentials=/home/dhempy/buffcreds,uid=$(id -u),gid=$(id=-g),vers=1.0 //192.168.1.41/Backups /mnt/buffalo
mount: /mnt/buffalo: failed to parse mount options: No such file or directory.
dhempy@RPi-10:/mnt/buffalo $

I did this FROM the /mnt/buffalo directory so you can see that it does really exist.

Any thoughts / suggestions? On my newer Linkstations I was able to force them to use SMB2 but there is no such option on this one.

TIA. Dan

Statistics: Posted by dhempy — Fri Jan 24, 2025 10:01 pm



Viewing all articles
Browse latest Browse all 4867

Trending Articles