PNPIII - trying to get NAS mounted for LMS - SUCCESS!!
Re: PNPIII - trying to get NAS mounted for LMS
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
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
"no such file or address" x2 

Re: PNPIII - trying to get NAS mounted for LMS
Out of ideas! Sorry.
We're stuck unless some busybox expert has a suggestion.
We're stuck unless some busybox expert has a suggestion.
Re: PNPIII - trying to get NAS mounted for LMS
oh damn.. I copied your code and you misspelled muziek.. will try later..
Re: PNPIII - trying to get NAS mounted for LMS
Blinkin' Dutch, eh?!!!
Hope it works.
Hope it works.
- offbeatdave
- Posts: 1050
- Joined: Wed Mar 09, 2011 10:43 pm
Re: PNPIII - trying to get NAS mounted for LMS
Even if you have done it before, please try the exact following in PnP III (assuming you still have the directory /media/TEST)
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
Code: Select all
mount -t cifs //192.168.0.13/Muziek /media/TEST/ -o ro,user=Joggler,password=Joggler,_netdev
Code: Select all
ls /media/TEST
"EVERY DAY I'M JOGGLERING!"
Jogglering since Dec '09;
Tinkering with Jogglers since Feb '10 thanks to PMJ, Jogtools, PnP & sqpOS;
Gave something back Feb '12 to Apr '14 with PnP Mk II & PnP III;
Finally 'completed' PnP III Apr '15!
Jogglering since Dec '09;
Tinkering with Jogglers since Feb '10 thanks to PMJ, Jogtools, PnP & sqpOS;
Gave something back Feb '12 to Apr '14 with PnP Mk II & PnP III;
Finally 'completed' PnP III Apr '15!
Re: PNPIII - trying to get NAS mounted for LMS
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 ....
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
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...
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
Hmmm.
When you used //192.168.0.13\\Muziek did you get an error message?
When you used //192.168.0.13\\Muziek did you get an error message?
Re: PNPIII - trying to get NAS mounted for LMS
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
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.
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.
- offbeatdave
- Posts: 1050
- Joined: Wed Mar 09, 2011 10:43 pm
Re: PNPIII - trying to get NAS mounted for LMS
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!
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!
"EVERY DAY I'M JOGGLERING!"
Jogglering since Dec '09;
Tinkering with Jogglers since Feb '10 thanks to PMJ, Jogtools, PnP & sqpOS;
Gave something back Feb '12 to Apr '14 with PnP Mk II & PnP III;
Finally 'completed' PnP III Apr '15!
Jogglering since Dec '09;
Tinkering with Jogglers since Feb '10 thanks to PMJ, Jogtools, PnP & sqpOS;
Gave something back Feb '12 to Apr '14 with PnP Mk II & PnP III;
Finally 'completed' PnP III Apr '15!
Re: PNPIII - trying to get NAS mounted for LMS
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..
A router with unpowered harddisk is even cheaper in terms of power usage..
Re: PNPIII - trying to get NAS mounted for LMS
[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)
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?
Code: Select all
mount -t cifs //192.168.0.13/Muziek /media/TEST/ -o ro,user=Joggler,password=Joggler,_netdev
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
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
You should be able to get the prompt back with ctrl-z or ctrl-c
Re: PNPIII - trying to get NAS mounted for LMS
I tested all the options but neither one of them returns my prompt...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!
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
I don't get the prompt back with either -z or -c... strange?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
Re: PNPIII - trying to get NAS mounted for LMS
Sometimes you have to enter the ctrl + z several times.
Did you try the /bin/busybox.new mount .... code ?
Did you try the /bin/busybox.new mount .... code ?
Re: PNPIII - trying to get NAS mounted for LMS
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
I think we've reached the end of the road then - sadly.
Maybe it's a timeout issue ...
Maybe it's a timeout issue ...