Page 13 of 15
Re: PNPIII - trying to get NAS mounted for LMS
Posted: Fri Oct 25, 2013 5:37 pm
by castalla
Sheesh!
Try this:
/bin/busybox.new mount -t cifs //192.168.0.13\\Musiek /media/TEST -o user=Joggler,password=Joggler
and if this fails, then
mount -t cifs //192.168.0.13\\Musiek /media/TEST -o user=Joggler,password=Joggler
Re: PNPIII - trying to get NAS mounted for LMS
Posted: Fri Oct 25, 2013 7:12 pm
by Error
"no such file or address" x2

Re: PNPIII - trying to get NAS mounted for LMS
Posted: Fri Oct 25, 2013 7:17 pm
by castalla
Out of ideas! Sorry.
We're stuck unless some busybox expert has a suggestion.
Re: PNPIII - trying to get NAS mounted for LMS
Posted: Fri Oct 25, 2013 7:23 pm
by Error
oh damn.. I copied your code and you misspelled muziek.. will try later..
Re: PNPIII - trying to get NAS mounted for LMS
Posted: Fri Oct 25, 2013 7:30 pm
by castalla
Blinkin' Dutch, eh?!!!
Hope it works.
Re: PNPIII - trying to get NAS mounted for LMS
Posted: Fri Oct 25, 2013 10:37 pm
by offbeatdave
Even if you have done it before, please try the exact following in PnP III (assuming you still have the directory /media/TEST)
Code: Select all
mount -t cifs //192.168.0.13/Muziek /media/TEST/ -o ro,user=Joggler,password=Joggler,_netdev
making sure the / are the correct way and not missed out, spaces are in the correct place and all cases for usernames and passwords are correct for what you have set up and report back what the output is. If it just returns a #, type
Re: PNPIII - trying to get NAS mounted for LMS
Posted: Fri Oct 25, 2013 11:07 pm
by castalla
Try offbeatdave's suggestion BUT also try the code I gave.
I forgot - you have to use ls NOT dir to show the folder contents.
* I'm suggesting the //192.168.0.13\\Muziek route because somebody elsewhere reported success using that ....
Re: PNPIII - trying to get NAS mounted for LMS
Posted: Wed Oct 30, 2013 10:23 pm
by Error
Well, I tried all your suggestions but none works. Unfortunately.
I'm thinking of replacing the Seagate for another NAS. I now think of swapping the disk into another brand. But which NAS is confirmed working with PNPIII? Don't want to experience the same behaviour twice...
Re: PNPIII - trying to get NAS mounted for LMS
Posted: Wed Oct 30, 2013 11:30 pm
by castalla
Hmmm.
When you used //192.168.0.13\\Muziek did you get an error message?
Re: PNPIII - trying to get NAS mounted for LMS
Posted: Wed Oct 30, 2013 11:34 pm
by Error
Hmm I can't recall and the thing is now lying torn apart as I'm going to build it into the wall.. any suggestions on a nas?
Re: PNPIII - trying to get NAS mounted for LMS
Posted: Wed Oct 30, 2013 11:43 pm
by castalla
Not really. I have a router which has a usb port which turns it into a media server - works 100%.
I ask because you reported previously a message saying no such file or address - but that was using the mispelling. I had a hope it might work because the message was relatively intelligible.
Re: PNPIII - trying to get NAS mounted for LMS
Posted: Thu Oct 31, 2013 11:04 am
by offbeatdave
I would have liked to have seen the output from this too and from my suggestion 3 or 4 posts above this one.
Hey ho.
My router (Linksys x3000) has a USB port with a 1TB unpowered portable drive attached which works 100% too, not that that is any help!
Re: PNPIII - trying to get NAS mounted for LMS
Posted: Thu Oct 31, 2013 2:04 pm
by Error
OK tonight I will try the options again and post the code!
A router with unpowered harddisk is even cheaper in terms of power usage..
Re: PNPIII - trying to get NAS mounted for LMS
Posted: Thu Oct 31, 2013 8:00 pm
by Error
[quote="offbeatdave"]Even if you have done it before, please try the exact following in PnP III (assuming you still have the directory /media/TEST)
Code: Select all
mount -t cifs //192.168.0.13/Muziek /media/TEST/ -o ro,user=Joggler,password=Joggler,_netdev
I just entered this code again. It doesn't return an error but neither does it return my "#"
First I tested via ls /media that TEST does exist.
How long should I wait before getting the # back?
Re: PNPIII - trying to get NAS mounted for LMS
Posted: Thu Oct 31, 2013 8:05 pm
by castalla
It should return relatively quickly (compare the time it took with SqPos).
You should be able to get the prompt back with ctrl-z or ctrl-c
Re: PNPIII - trying to get NAS mounted for LMS
Posted: Thu Oct 31, 2013 8:21 pm
by Error
offbeatdave wrote:I would have liked to have seen the output from this too and from my suggestion 3 or 4 posts above this one.
Hey ho.
My router (Linksys x3000) has a USB port with a 1TB unpowered portable drive attached which works 100% too, not that that is any help!
I tested all the options but neither one of them returns my prompt...
So I don't know what to do now... other than trying to test with another nas?
edit: It means that I didn't get any error code or -message.
Re: PNPIII - trying to get NAS mounted for LMS
Posted: Thu Oct 31, 2013 8:35 pm
by Error
castalla wrote:It should return relatively quickly (compare the time it took with SqPos).
You should be able to get the prompt back with ctrl-z or ctrl-c
I don't get the prompt back with either -z or -c... strange?
Re: PNPIII - trying to get NAS mounted for LMS
Posted: Thu Oct 31, 2013 8:46 pm
by castalla
Sometimes you have to enter the ctrl + z several times.
Did you try the /bin/busybox.new mount .... code ?
Re: PNPIII - trying to get NAS mounted for LMS
Posted: Thu Oct 31, 2013 8:49 pm
by Error
you mean your first comment on this page? Yes I did, it ate my prompt as well

Re: PNPIII - trying to get NAS mounted for LMS
Posted: Thu Oct 31, 2013 8:56 pm
by castalla
I think we've reached the end of the road then - sadly.
Maybe it's a timeout issue ...