I've been running lms on PiCorePlayer v5 for yonks. My music is on a WD MyCloud share, and I mounted it using cifs. As I said, it's been working absolutely fine.
However, I was only using a 4G SD on my rpi, and I was running into space issues. So I got an 8G card and decided to upgrade to the latest PCP - version 8.2.0
Starts up fine, LMS working fine. But can I persuade the mount to work? Can I @*&!*
I've got this setup:-
![Name: Screenshot 2022-11-22 20.29.42.png
Views: 44
Size: 37.7 KB]()
and it just doesn't work.
I've tried ssh-ing to the PiCorePlayer, and doing the mount by hand. This is the result:-
tc@piCoreLMS:~$ sudo mount -v -t cifs -o username=music,password="music",uid=1001,gid=50 //192.168.1.45/"music" /mnt/mediaserver
mount: /mnt/mediaserver: special device //192.168.1.45/music does not exist.
I tried installing the PCP extensions for cifs - cifs-utils and cifs-utils-dev.
Now, when I try the mount, I get the following:-
tc@piCoreLMS:~$ sudo mount -v -t cifs -o username=music,password="music",uid=1001,gid=50 //192.168.1.45/"Music" /mnt/mediaserver
mount.cifs kernel mount options: ip=192.168.1.45,unc=\\192.168.1.45\Music,uid=1001, gid=50,user=music,pass=********
mount error(2): No such file or directory
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
And when I do a dmesg, I get
[ 1480.044962] CIFS: Attempting to mount \\192.168.1.45\Music
[ 1480.081123] CIFS: VFS: Could not allocate crypto hmac(sha256)
[ 1480.207413] CIFS: VFS: Could not allocate crypto hmac(sha256)
[ 1480.245551] CIFS: VFS: Could not allocate crypto hmac(sha256)
[ 1480.279685] CIFS: VFS: Could not allocate crypto hmac(sha256)
[ 1480.313811] CIFS: VFS: Could not allocate crypto hmac(md5)
[ 1480.313872] CIFS: VFS: Error -2 during NTLMSSP authentication
[ 1480.313915] CIFS: VFS: \\192.168.1.45 Send error in SessSetup = -2
[ 1480.314105] CIFS: VFS: cifs_mount failed w/return code = -2
It's really frustrating. I can't see anything different from any of my other machines, which mount the disk fine; and it worked perfectly on the older version of piCorePlayer.
Just to confirm - here's a different linux machine on the same network, mounting the disk fine.
bensonm@lenovomint:~$ sudo mount -v -t cifs -o username=music,password="music",uid=bensonm,gid=be nsonm //192.168.1.45/Music /mnt/music
mount.cifs kernel mount options: ip=192.168.1.45,unc=\\192.168.1.45\Music,uid=1000, gid=1000,user=music,pass=********
Works fine - no errors. So whatever the issue is, it ain't my WD share - that's fine.
I've run out of ideas. I'd really appreciate some help.
Thanks.
However, I was only using a 4G SD on my rpi, and I was running into space issues. So I got an 8G card and decided to upgrade to the latest PCP - version 8.2.0
Starts up fine, LMS working fine. But can I persuade the mount to work? Can I @*&!*
I've got this setup:-
and it just doesn't work.
I've tried ssh-ing to the PiCorePlayer, and doing the mount by hand. This is the result:-
tc@piCoreLMS:~$ sudo mount -v -t cifs -o username=music,password="music",uid=1001,gid=50 //192.168.1.45/"music" /mnt/mediaserver
mount: /mnt/mediaserver: special device //192.168.1.45/music does not exist.
I tried installing the PCP extensions for cifs - cifs-utils and cifs-utils-dev.
Now, when I try the mount, I get the following:-
tc@piCoreLMS:~$ sudo mount -v -t cifs -o username=music,password="music",uid=1001,gid=50 //192.168.1.45/"Music" /mnt/mediaserver
mount.cifs kernel mount options: ip=192.168.1.45,unc=\\192.168.1.45\Music,uid=1001, gid=50,user=music,pass=********
mount error(2): No such file or directory
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
And when I do a dmesg, I get
[ 1480.044962] CIFS: Attempting to mount \\192.168.1.45\Music
[ 1480.081123] CIFS: VFS: Could not allocate crypto hmac(sha256)
[ 1480.207413] CIFS: VFS: Could not allocate crypto hmac(sha256)
[ 1480.245551] CIFS: VFS: Could not allocate crypto hmac(sha256)
[ 1480.279685] CIFS: VFS: Could not allocate crypto hmac(sha256)
[ 1480.313811] CIFS: VFS: Could not allocate crypto hmac(md5)
[ 1480.313872] CIFS: VFS: Error -2 during NTLMSSP authentication
[ 1480.313915] CIFS: VFS: \\192.168.1.45 Send error in SessSetup = -2
[ 1480.314105] CIFS: VFS: cifs_mount failed w/return code = -2
It's really frustrating. I can't see anything different from any of my other machines, which mount the disk fine; and it worked perfectly on the older version of piCorePlayer.
Just to confirm - here's a different linux machine on the same network, mounting the disk fine.
bensonm@lenovomint:~$ sudo mount -v -t cifs -o username=music,password="music",uid=bensonm,gid=be nsonm //192.168.1.45/Music /mnt/music
mount.cifs kernel mount options: ip=192.168.1.45,unc=\\192.168.1.45\Music,uid=1000, gid=1000,user=music,pass=********
Works fine - no errors. So whatever the issue is, it ain't my WD share - that's fine.
I've run out of ideas. I'd really appreciate some help.
Thanks.