I have a respi setup for downloaidng and am having a real taks trying to mount the Drive connected to the TV Live unit.
Keep getting the error “cifs filesystem not supported” I have spent the last 3 hours on google, even tried loading on BRads firmware which it will not detect anyway, and seeing as its brand new my preference would be to not have to fiddle anymore than I have too.
Is it even possible to mount the drive on linux so that I can write to its folders?
Tried manual mounts
mount -t cifs //192.168.0.15/Movies_Series /mnt/External -o user=,password=,workgroup=WORKGROUP
You’ve got “Movies_Series.” That looks like a folder name, not a volume name, but of course I could be wrong.
Try this on your linux box:
smbtree
and post the output of your WD’s.
It’ll look something like this:
/home/tony> smbtree
Enter tony's password: <---- just hit ENTER here.
WORKGROUP
\\WDTVLIVEHUBLR WDTV LIVE
\\WDTVLIVEHUBLR\IPC$ IPC Service (WDTV LIVE)
\\WDTVLIVEHUBLR\WDTVLiveHub WDTVLiveHub
\\WDTVLIVEHUB WDTV LIVE
\\WDTVLIVEHUB\IPC$ IPC Service (WDTV LIVE)
\\WDTVLIVEHUB\PATRIOT PATRIOT
\\WDTVLIVEHUB\WDTVLiveHub WDTVLiveHub
[snip]
AS I mentioned in post 5, I was going to try renaming it to get rid of the underscore and see if it makes a difference.
However I have more recently discovered that I am int he worng place, turns out I have the new WD TV Live Streaming, you would not expect that to make a difference, but the guys over at wdlxtv pointed it out as my firmware 1.12.14 is not for the live but the live streaming.
As mentioned in Post 5, I was going to rename it, in the unlikely event that its volume name was causign toruble, so I did adjust my string for the new volume name.
Thanks for the help guys, managed to work it out, seems to be a problem in the latest kernel update.
THe timming was just perfect, I ran a system update yesterday got the WDTV today, never had a chance or reason to check if the cifs wa still working with the windows shares.
Fortunely thanks to a past problemw ith upgrading and ntfs I made clone backups of the Pi before each update attempt as for soem reason the ntfs driver cracked and a my 640gb turned into a 14gb, int he mount only, thankfully. Rolled back to yesterdays update and cifs is all good again.