Re: PNPIII - trying to get NAS mounted for LMS
Posted: Sun Oct 13, 2013 9:01 pm
No idea on dacs - there's a dac thread on the forum somewhere - best ask there if it's compatible.
Forum for users of the O2 Joggler
https://www.jogglerwiki.com/forum/
For me using Ethernet has a few advantages.Error wrote:Is there any advantage to connect the Joggler wired compared to wireless?
Sqp boots.castalla wrote:@error
------------------------------------------------------------------------------------------------------------
If you are prepared to test it out. We need to see if the problem is at the Seagate ....
The quickest way to test this would be to use the SqpOS on usb method. This will boot the Joggler to a version which uses a standard linux where we can test the mount command. Doing this will leave the PnP in place. Everthing runs from the usb stick.
If you want to try this: write the image to a usb stick - http://birdslikewires.co.uk/download/jo ... 109.img.gz . Extract the .img file and write to usb.
Restart the Joggler with the new usb in place - it will boot to the SqpOS - go to Settings and set up the wifi AND then Settings > Advanced > Additional Features to enable SSH login.
rest wrote: Don't bother with any other settings at this point.
Check that you can PuTTY login - joggler + joggler. Once you have terminal access, simply type:
sudo mkdir /srv/TEST
If you can confirm you have access, then we can try out a mount of the NAS again using the normal mount syntax:
sudo mount -t cifs //192.168.0.13/Muziek /srv/TEST -o user=Joggler,password=Joggler
Wait for prompt
if it doesn't work, then do
sudo mount -vvv -t cifs //192.168.0.13/Muziek /srv/TEST -o user=Joggler,password=Joggler
This should return the various steps it tries to mount - maybe there's a clue there?
Code: Select all
login as: joggler
joggler@192.168.0.12's password:
Linux joggler 3.2.36jog2 #1 SMP Fri Jan 4 13:06:06 GMT 2013 i686 GNU/Linux
Ubuntu 10.04.4 LTS
Welcome to SqueezePlay OS v1.09!
http://birdslikewires.co.uk/sqpos
Last login: Sat Jan 1 00:27:44 2005
joggler@joggler:~$ sudo mkdir /srv/TEST
joggler@joggler:~$ sudo mount -t cifs //192.168.0.13/Muziek /srv/TEST -o user=Joggler,password=Joggler
joggler@joggler:~$
joggler@joggler:~$
Code: Select all
login as: joggler
joggler@192.168.0.12's password:
Linux joggler 3.2.36jog2 #1 SMP Fri Jan 4 13:06:06 GMT 2013 i686 GNU/Linux
Ubuntu 10.04.4 LTS
Welcome to SqueezePlay OS v1.09!
http://birdslikewires.co.uk/sqpos
Last login: Sat Jan 1 00:27:44 2005
joggler@joggler:~$ sudo mkdir /srv/TEST
joggler@joggler:~$ sudo mount -t cifs //192.168.0.13/Muziek /srv/TEST -o user=Joggler,password=Joggler
joggler@joggler:~$
joggler@joggler:~$ ^C
joggler@joggler:~$ dir /srv/TEST
Adagio Flying\ Colors Pakarina
Alanis\ Morissette Hammerfall Pianisten-cd
Alice\ Deejay HB Porcupine\ Tree
Avantasia Helmut\ Lotti Queen
Avenged\ Sevenfold Herman\ Boon Red\ Hot\ Chili\ Peppers
Beethoven Hongaarse\ dansen Rhapsody
Blackmore's\ Night Jan\ Mulder Roxette
Bloodgood Jan\ Vayne Sinterklaas\ Liedjes
Celtic\ Woman Jennifer Spirit
Delirious K3 Spock's\ Beard
Divers Kings\ of\ Leon The\ Flower\ Kings
Dragonforce Lord\ of\ the\ dance Top\ van\ 1998\ -\ 2002
Dream\ Theater Marco\ Borsato Transatlantic
Edenbridge Matthijn\ Buwalda Ukkie\ Liedjes
Ennio\ Morricone Michael\ W.Smith Within\ Temptation
Enya Neal\ Morse Z-christelijk
Era Nightwish
Evanescence Ok\202\ 4\ kids\ -\ diversen
joggler@joggler:~$
Code: Select all
login as: joggler
joggler@192.168.0.12's password:
# mkdir /media/TEST
# /bin/busybox.new mount -t cifs //yourNASaddrress\Musiek /media/TEST -o user=Joggler,password=Joggler
mount: mounting //yourNASaddrressMusiek on /media/TEST failed
# /bin/busybox.new mount -t cifs //192.168.0.13\Muziek /media/TEST -o user=Joggler,password=Joggler
mount: mounting //192.168.0.13Muziek on /media/TEST failed
# /bin/busybox.new mount -t cifs //192.168.0.13/Muziek /media/TEST -o user=Joggler,password=Joggler
mount: mounting //192.168.0.13/Muziek on /media/TEST failed: Invalid argument
# /bin/busybox.new mount -t cifs //192.168.0.13\Muziek /media/TEST -o user=Joggler,password=Joggler
mount: mounting //192.168.0.13Muziek on /media/TEST failed
# ls /media/TEST
# /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: Invalid argument
# /bin/busybox.new mount -t cifs //192.168.0.13\Public\Music /media/TEST -o user=Joggler,password=Joggler
mount: mounting //192.168.0.13PublicMusic on /media/TEST failed
#