hairy_mutley
Active Member
I have been using a RaspberryPi as a video server for my HDR-Fox-T2 for some time now.
The RPi has a 4Tb USB drive, is running OSMC and sharing the drive through samba.
The HDR has [ModSettings]/smb to support the samba connection, hence I have been able to select the 4Tb drive via USB to play files from it.
Recently (possibly following the December+January update on the RPi) this has stopped working. Now the HDR rarely offers the shared USB as an option.
If I telnet to the HDR, I can see that every few seconds, the mount point appears briefly in /media.
At the same interval /var/log/scanmounts.log shows...
So, it looks like the HDR end is working. The settings at the RPi end all seem to be as they were previously, but I am unsure how to debug that end.
Note that at my Windows 10 PC, the "Network Locations" shows the RPi in 2 places. A Samba4.2.14-Debian connection to the RPi which also does not work. The troubleshooter just suggest that the problem is at the other end). The connection that I have always used previously is a drive letter mount and this still works (but I don't know what connection mechanism this uses, I thought that it was samba).
Any suggestions on how to tackle this?
Equally, I would use nfs or any other share mechanism if I knew how to get it working.
The RPi has a 4Tb USB drive, is running OSMC and sharing the drive through samba.
The HDR has [ModSettings]/smb to support the samba connection, hence I have been able to select the 4Tb drive via USB to play files from it.
Recently (possibly following the December+January update on the RPi) this has stopped working. Now the HDR rarely offers the shared USB as an option.
If I telnet to the HDR, I can see that every few seconds, the mount point appears briefly in /media.
At the same interval /var/log/scanmounts.log shows...
Code:
Mount failed...
umount: can't forcibly umount /media/osmc_smb: Invalid argument
192.168.0.15 is on-line - attempting to mount osmc_smb
mount -t cifs //192.168.0.15/osmc /media/osmc_smb -o user=osmc,password=osmc,domain=WORKGROUP,unc=\\192.168.0.15\osmc
Note that at my Windows 10 PC, the "Network Locations" shows the RPi in 2 places. A Samba4.2.14-Debian connection to the RPi which also does not work. The troubleshooter just suggest that the problem is at the other end). The connection that I have always used previously is a drive letter mount and this still works (but I don't know what connection mechanism this uses, I thought that it was samba).
Any suggestions on how to tackle this?
Equally, I would use nfs or any other share mechanism if I knew how to get it working.