Page 14 of 15

Re: PNPIII - trying to get NAS mounted for LMS

Posted: Thu Oct 31, 2013 8:59 pm
by Error
well now i'm thinking of trying another NAS, maybe swapping the discs.. But not sure if it works..?

Re: PNPIII - trying to get NAS mounted for LMS

Posted: Thu Oct 31, 2013 9:00 pm
by Error
well i DO have a reaction of putty:

Code: Select all

login as: joggler
joggler@192.168.0.12's password:
# mount -t cifs //192.168.0.13\\Muziek /media/TEST -o user=Joggler,password=Joggler
[1] + Stopped                    mount -t cifs //192.168.0.13\Muziek /media/TEST -o user=Joggler,password=Joggler
#

off for some running now.. Will try OffbeatDaves code as well

Re: PNPIII - trying to get NAS mounted for LMS

Posted: Thu Oct 31, 2013 9:06 pm
by castalla
Eh?!

Did you do

ls /media/TEST

Re: PNPIII - trying to get NAS mounted for LMS

Posted: Fri Nov 01, 2013 10:33 pm
by Error
No, I forgot. But when I set the Joggler up tonight to go and do ls /media/TEST it got stuck at the O2 logo at the starting screen.
I don't know why the hell that is. The thing seems to have a will of its own.. It definately seems to dislike frequent powerups...
I just reflashed it again to be completely clean, and Telnet is now busy telnetting PNPIII on it.

On the NAS I changed the name of the folder from Muziek to Music. I should off course nog make any difference but hey, you never know...

Re: PNPIII - trying to get NAS mounted for LMS

Posted: Fri Nov 01, 2013 10:57 pm
by castalla
Just remember to change the mount command to the new folder Music!

You have to do the commands again, since a mount is not permanent.

Re: PNPIII - trying to get NAS mounted for LMS

Posted: Fri Nov 01, 2013 11:06 pm
by Error

Code: Select all

login as: joggler
joggler@192.168.0.12's password:
# ls
bin         efi         lost+found  proc        tmp
boot        etc         media       root        updates
cfg         lib         mnt         sbin        usr
dev         linuxrc     openpeak    sys         var
# mkdir TEST
# ls
TEST        dev         linuxrc     openpeak    sys         var
bin         efi         lost+found  proc        tmp
boot        etc         media       root        updates
cfg         lib         mnt         sbin        usr
# /bin/busybox.new mount -t cifs //192.168.0.13\\Music /media/TEST -o user=Joggler,password=Joggler
mount: mounting //192.168.0.13\Music on /media/TEST failed: No such file or directory
# ls /media/TEST
ls: /media/TEST: No such file or directory
# mkdir /media/TEST
# /bin/busybox.new mount -t cifs //192.168.0.13\\Music /media/TEST -o user=Joggler,password=Joggler
It doesn't make any difference.
Also, mounting the network share via PNPIII webpage just results in "turning-wheel" again..

I still don't get why UPnP can play media from my NAS. Why is that then? Why does that see the NAS and why cant LMS?

Re: PNPIII - trying to get NAS mounted for LMS

Posted: Fri Nov 01, 2013 11:19 pm
by castalla
The last example you give - does it just get stuck? No hash prompt?

Re: PNPIII - trying to get NAS mounted for LMS

Posted: Fri Nov 01, 2013 11:23 pm
by castalla
Try also:

/bin/busybox.new mount -t cifs //192.168.0.13\Music /media/TEST -o user=Joggler,password=Joggler

and

/bin/busybox.new mount -t cifs //192.168.0.13/Music /media/TEST -o user=Joggler,password=Joggler

Re: PNPIII - trying to get NAS mounted for LMS

Posted: Fri Nov 01, 2013 11:26 pm
by Error
castalla wrote:The last example you give - does it just get stuck? No hash prompt?
The command prompt just doesn't come back. Even after half an hour.

Re: PNPIII - trying to get NAS mounted for LMS

Posted: Fri Nov 01, 2013 11:27 pm
by Error
castalla wrote:Try also:

/bin/busybox.new mount -t cifs //192.168.0.13\Music /media/TEST -o user=Joggler,password=Joggler

and

/bin/busybox.new mount -t cifs //192.168.0.13/Music /media/TEST -o user=Joggler,password=Joggler
well at least this 2 options do return my prompt :D

Code: Select all

login as: joggler
joggler@192.168.0.12's password:
# /bin/busybox.new mount -t cifs //192.168.0.13\Music /media/TEST -o user=Joggler,password=Joggler
mount: mounting //192.168.0.13Music on /media/TEST failed
# /bin/busybox.new mount -t cifs //192.168.0.13/Music /media/TEST -o user=Joggler,password=Joggler
mount: mounting //192.168.0.13/Music on /media/TEST failed: No such device or address
#

Re: PNPIII - trying to get NAS mounted for LMS

Posted: Fri Nov 01, 2013 11:37 pm
by castalla
I really think we've exhausted all the possibilities.

There's evidently an incompatabilty between the the busybox mount and the Seagate - we know it works with the standard linux mount, and upnp, so it probably is down to busybox.

Maybe Offbeatdave has a suggestion - did you try his exact code (given earlier)?

Re: PNPIII - trying to get NAS mounted for LMS

Posted: Fri Nov 01, 2013 11:41 pm
by castalla
Can you do

lsmod

at the prompt

and report the output?

Re: PNPIII - trying to get NAS mounted for LMS

Posted: Fri Nov 01, 2013 11:51 pm
by castalla
As a very long shot - can you try:

/bin/busybox.new mount -t ext3 //192.168.0.13/Music /media/TEST -o user=Joggler,password=Joggler

and

/bin/busybox.new mount -t nfs //192.168.0.13/Music /media/TEST -o user=Joggler,password=Joggler

Re: PNPIII - trying to get NAS mounted for LMS

Posted: Sat Nov 02, 2013 1:32 pm
by offbeatdave
castalla wrote:
Maybe Offbeatdave has a suggestion - did you try his exact code (given earlier)?
Not seen a report back yet.

Re: PNPIII - trying to get NAS mounted for LMS

Posted: Sat Nov 02, 2013 3:32 pm
by Error
offbeatdave wrote:
castalla wrote:
Maybe Offbeatdave has a suggestion - did you try his exact code (given earlier)?
Not seen a report back yet.
yes I did report back, with your code I didn't get my prompt back but there was also no error code.

yesterday I pulled the plug on the joggler, put out back in today and again it got stock@ o2 logo... is the flash memory erased when certain amount of time without power??

Re: PNPIII - trying to get NAS mounted for LMS

Posted: Sat Nov 02, 2013 3:47 pm
by castalla
Some Jogglers seem more prone to locking up.

Can you give us the lsmod output?

Please try the ext3 code .... ???

Re: PNPIII - trying to get NAS mounted for LMS

Posted: Sat Nov 02, 2013 7:10 pm
by offbeatdave
Error wrote:
offbeatdave wrote:
castalla wrote:
Maybe Offbeatdave has a suggestion - did you try his exact code (given earlier)?
Not seen a report back yet.
yes I did report back, with your code I didn't get my prompt back but there was also no error code.

yesterday I pulled the plug on the joggler, put out back in today and again it got stock@ o2 logo... is the flash memory erased when certain amount of time without power??
Sorry, I must have missed it/can't see it. Can you copy and paste the output from the relevant post above.

Edit. Ahha. Seen it. The lack of # suggests it's attempting to work and is almost the correct format of the command. Try without the ro command and see what happens.

Re: PNPIII - trying to get NAS mounted for LMS

Posted: Thu Nov 28, 2013 10:14 pm
by Error
I've given up on this NAS. Maybe in the near future I will try another NAS but for the time being I use an usb stick..
thanks for all the input and help Castalla and Dave!!

Re: PNPIII - trying to get NAS mounted for LMS

Posted: Thu Nov 28, 2013 11:36 pm
by castalla
Thanks for the update!

Re: PNPIII - trying to get NAS mounted for LMS

Posted: Sun Dec 01, 2013 8:54 am
by Error
the least I could do after all the hulp I got...

Yesterday I bought a 32gb USB stick and I am now copying all my Music to it..

When I put two sticks in the hub, then how do I see the second one? Not via /mnt right?

I also tried an usb case with a 2,5" SATA harddisk in it but I couldn't get it seen.. strange as the disk uses 5v?