PNPIII - trying to get NAS mounted for LMS - SUCCESS!!
Re: PNPIII - trying to get NAS mounted for LMS
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
well i DO have a reaction of putty:
off for some running now.. Will try OffbeatDaves code as well
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
#
Re: PNPIII - trying to get NAS mounted for LMS
Eh?!
Did you do
ls /media/TEST
Did you do
ls /media/TEST
Re: PNPIII - trying to get NAS mounted for LMS
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...
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
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.
You have to do the commands again, since a mount is not permanent.
Last edited by castalla on Fri Nov 01, 2013 11:17 pm, edited 1 time in total.
Re: PNPIII - trying to get NAS mounted for LMS
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
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
The last example you give - does it just get stuck? No hash prompt?
Re: PNPIII - trying to get NAS mounted for LMS
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
/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
The command prompt just doesn't come back. Even after half an hour.castalla wrote:The last example you give - does it just get stuck? No hash prompt?
Re: PNPIII - trying to get NAS mounted for LMS
well at least this 2 options do return my promptcastalla 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

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
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)?
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
Can you do
lsmod
at the prompt
and report the output?
lsmod
at the prompt
and report the output?
Re: PNPIII - trying to get NAS mounted for LMS
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
/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
Last edited by castalla on Sat Nov 02, 2013 8:08 pm, edited 1 time in total.
- offbeatdave
- Posts: 1050
- Joined: Wed Mar 09, 2011 10:43 pm
Re: PNPIII - trying to get NAS mounted for LMS
Not seen a report back yet.castalla wrote:
Maybe Offbeatdave has a suggestion - did you try his exact code (given earlier)?
"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
yes I did report back, with your code I didn't get my prompt back but there was also no error code.offbeatdave wrote:Not seen a report back yet.castalla wrote:
Maybe Offbeatdave has a suggestion - did you try his exact code (given earlier)?
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
Some Jogglers seem more prone to locking up.
Can you give us the lsmod output?
Please try the ext3 code .... ???
Can you give us the lsmod output?
Please try the ext3 code .... ???
- offbeatdave
- Posts: 1050
- Joined: Wed Mar 09, 2011 10:43 pm
Re: PNPIII - trying to get NAS mounted for LMS
Sorry, I must have missed it/can't see it. Can you copy and paste the output from the relevant post above.Error wrote:yes I did report back, with your code I didn't get my prompt back but there was also no error code.offbeatdave wrote:Not seen a report back yet.castalla wrote:
Maybe Offbeatdave has a suggestion - did you try his exact code (given earlier)?
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??
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.
"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
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!!
thanks for all the input and help Castalla and Dave!!
Re: PNPIII - trying to get NAS mounted for LMS
Thanks for the update!
Re: PNPIII - trying to get NAS mounted for LMS
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?
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?