To set up your BlackArmor server as a media server:
1. In the menu bar, select Media, then click Media Service.
2. Beside Service, select Enable.
PNPIII - trying to get NAS mounted for LMS - SUCCESS!!
- offbeatdave
- Posts: 1050
- Joined: Wed Mar 09, 2011 10:43 pm
Re: PNPIII - trying to get NAS mounted for LMS
Sorry for trying to eliminate the obvious, but is the NAS actually set up as a Media Server:
"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!
- offbeatdave
- Posts: 1050
- Joined: Wed Mar 09, 2011 10:43 pm
Re: PNPIII - trying to get NAS mounted for LMS
In addition to the above:
Setup
1. Access the management page of the BlackArmor.
Get the IP address from the LCD of your BlackArmor.
Open a web browser and enter the IP.
2. Ensure the share you want to access is setup for NFS.
Go to the Network section and then to Shares.
If NFS is enabled for a particular share, there will be a green checkmark on it.
If it is not, check on the modify and make sure to check the NFS box.
3. Setup the NFS Service
Go to the Network section and then to Services.
Under NFS Service, ensure that it is set to Enable.
Make sure to enter the IP Addresses of your Linux computers.
When adding them, do it one at a time, clicking Add each time.
Click Submit once you are finished.
"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!
- offbeatdave
- Posts: 1050
- Joined: Wed Mar 09, 2011 10:43 pm
Re: PNPIII - trying to get NAS mounted for LMS
Also try
or whatever the translated version is as the share name.DataVolume/Music
"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!
- offbeatdave
- Posts: 1050
- Joined: Wed Mar 09, 2011 10:43 pm
Re: PNPIII - trying to get NAS mounted for LMS
Other than that I'm not sure what else to suggest. It's got to be the way the share is set up.
"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
should i try your earlier suggestion again:
of course 'dir' has to be 'ls' I just learned..mount -t cifs //192.168.0.13/Muzeik /Muzeik -o username=Joggler,password=Joggler
If there is no error message, then type dir /Muzeik - you should see the music files
- offbeatdave
- Posts: 1050
- Joined: Wed Mar 09, 2011 10:43 pm
Re: PNPIII - trying to get NAS mounted for LMS
Try
assuming password and user are Joggler and Joggler (in the correct case)mount -t cifs //192.168.0.13/Muzeik /media/media/media-server1 -o username=Joggler,password=Joggler
"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 can't recall if the mount command works.
Confirm the stuff offbeatdave mentioned - we just need to discover where Muzeik is located.
Confirm the stuff offbeatdave mentioned - we just need to discover where Muzeik is located.
Re: PNPIII - trying to get NAS mounted for LMS
From my NAS:
tried both options:
they both return the same thing..
So no login should be required; all is public.. let's see what that does.Folder Share Permissions
Share Information
Name Muziek
Description Muziekbestanden
Volume DATA
Services Enable CIFS Enable FTP Enable NFS
Public Access Enable
NFS Access Full Access Read Only
tried both options:
Code: Select all
# mount -t cifs //192.168.0.13/Muziek /media/media/media-server1 -o username=Joggler,password=Joggler
# mount -t cifs //192.168.0.13/Muziek /media/media/media-server1 -o
-sh: mount: not found
#
- offbeatdave
- Posts: 1050
- Joined: Wed Mar 09, 2011 10:43 pm
Re: PNPIII - trying to get NAS mounted for LMS
type
and post what it says.
Code: Select all
mount
"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
by the way,shouldn't it be
.... /media-share1" ???? instead of media-server1?
EDIT:
mount returns this:
.... /media-share1" ???? instead of media-server1?
EDIT:
mount returns this:
Code: Select all
# mount
rootfs on / type rootfs (rw)
/dev/root on / type ext3 (rw,relatime,barrier=1,data=ordered)
none on /proc type proc (rw,relatime)
none on /sys type sysfs (rw,relatime)
none on /tmp type tmpfs (rw,relatime)
none on /dev type tmpfs (rw,relatime)
none on /dev/pts type devpts (rw,relatime)
usbfs on /proc/bus/usb type usbfs (rw,relatime)
devshm on /dev/shm type tmpfs (rw,relatime)
/dev/mmcblk0p4 on /media type ext3 (rw,relatime,data=ordered)
none on /dev/mqueue type mqueue (rw,relatime)
#
Re: PNPIII - trying to get NAS mounted for LMS
Try:
mount -t cifs //192.168.0.13/DATA/Muziek /media/media/media-share1 -o username=Joggler,password=Joggler
mount -t cifs //192.168.0.13/DATA/Muziek /media/media/media-share1 -o username=Joggler,password=Joggler
- offbeatdave
- Posts: 1050
- Joined: Wed Mar 09, 2011 10:43 pm
Re: PNPIII - trying to get NAS mounted for LMS
Oops. Yeah.Error wrote:by the way,shouldn't it be
.... /media-share1" ???? instead of media-server1?
"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
"mount: not found" 

Re: PNPIII - trying to get NAS mounted for LMS
well it didn't matteroffbeatdave wrote:Oops. Yeah.Error wrote:by the way,shouldn't it be
.... /media-share1" ???? instead of media-server1?

I'm going to bed.. cant take it anymore..

Thanks for all your help guys!! I really appreciate it!
maybe I'll replace the NAS....... who knows.. I just HAVE to get it working the way I want it to!
Re: PNPIII - trying to get NAS mounted for LMS
Sleep well!
I'll ask around to see if we can figure this out ....
I'll ask around to see if we can figure this out ....
Re: PNPIII - trying to get NAS mounted for LMS
by the way, a stick in NTFS format isn't recognised by Joggler is it? Because FAT32 shrinks the volume too much to my liking...
Re: PNPIII - trying to get NAS mounted for LMS
hm didn't catch this reply, sorry.offbeatdave wrote:Sorry for trying to eliminate the obvious, but is the NAS actually set up as a Media Server:
To set up your BlackArmor server as a media server:
1. In the menu bar, select Media, then click Media Service.
2. Beside Service, select Enable.
answer is yes, my kids can access music and videos off the server via the (samsung) TV.
Re: PNPIII - trying to get NAS mounted for LMS
I added the IP of the Joggler, submitted it, succesful.offbeatdave wrote:In addition to the above:
Setup
1. Access the management page of the BlackArmor.
Get the IP address from the LCD of your BlackArmor.
Open a web browser and enter the IP.
2. Ensure the share you want to access is setup for NFS.
Go to the Network section and then to Shares.
If NFS is enabled for a particular share, there will be a green checkmark on it.
If it is not, check on the modify and make sure to check the NFS box.
3. Setup the NFS Service
Go to the Network section and then to Services.
Under NFS Service, ensure that it is set to Enable.
Make sure to enter the IP Addresses of your Linux computers.
When adding them, do it one at a time, clicking Add each time.
Click Submit once you are finished.
Then turned to Joggler webserver right away (of course) but didn't succeed yet
- offbeatdave
- Posts: 1050
- Joined: Wed Mar 09, 2011 10:43 pm
Re: PNPIII - trying to get NAS mounted for LMS
Code: Select all
/bin/busybox.new mount -t cifs //$NAMEPC/$NAMESHARE /media/media/$MOUNTPOINT/ -o ro,user=$USER,password=$PASSWORD,_netdev
"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
Shouldn't it be :
/bin/busybox.new/mount -t cifs //$NAMEPC/$NAMESHARE /media/media/$MOUNTPOINT/ -o ro,user=$USER,password=$PASSWORD,_netdev
???
/bin/busybox.new/mount -t cifs //$NAMEPC/$NAMESHARE /media/media/$MOUNTPOINT/ -o ro,user=$USER,password=$PASSWORD,_netdev
???