[19. April 2013] A-400 Advanced Network Setup now available | [11 Jan. 2013] Customize your A-400 Home Screen

Firmware: A-400 [13 May 2013] | C-300 [30 Nov. 2012] | A-300 [30 Nov. 2012] | C-200 [21 Jan. 2013] | A-200/A-210 [10 Aug. 2012]

Just got your NMT | WIKI has the answers | Search the forum | Forum Rules/Policy | Firmware & Official NMT News | Popcornhour manuals



User(s) browsing this thread: 1 Guest(s)
Post Reply 
Mount multiple network shares
04-11-2010, 02:50 PM
Post: #121
RE: Mount multiple network shares
another +1
Find all posts by this user
Add Thank You Quote this message in a reply
04-12-2010, 07:58 AM
Post: #122
RE: Mount multiple network shares
In case anyone is interested there are links in my Signature which I used to create my multiple auto mounting shares.

Please note that I am a noobie at this but this is what worked for me. I do believe this method requires an internal hard drive of some sort in order to run the start_app.sh file. You might be able to run it off a USB stick but I am not sure.

Hope this helps you all. The nice thing about this method is that when it is set up you don't have to go to the network are at all. All the shares show up as folders on the hard drive (Or the USB drive if it will work with that?)

Carl.

xml examples:
http://www.hdd-player.de/umc/wiki2/index.php/User_Guide

PCH C200 (Set to 10/100), Synology NAS CS407 (4 X 2TB WD Black)
PCH A-400 , Synology NAS DS1512+ (4 X 3TB WD Red)
Boxee Box, MediaGate 800HD (Remember those?)

Gigabit Wired Network, Onkyo TX-NR1008, Samsung 58C8000 Plasma
Oppo BDP83, Samsung BD-C6900, BoxeeBox

Music Collection
Movie Collection
Find all posts by this user
Add Thank You Quote this message in a reply
05-02-2010, 03:14 PM
Post: #123
RE: Mount multiple network shares
Dodgy +1 per Omertrons suggestion. NMT - please fix the simultaneous multiple network drive issue. I preinvested in 3 big network file servers before I bought the A200 and am feeling a bit cheated right now that I cannot use a single instance of YAMJ to interface with all my movies. If you guys can't provide a fix fairly soon I'm faced with the disappointing option of gutting my new equipment and refitting the drives into USB connected cases.
Find all posts by this user
Add Thank You Quote this message in a reply
05-02-2010, 06:50 PM (This post was last modified: 05-02-2010 07:00 PM by jctcom.)
Post: #124
RE: Mount multiple network shares
(03-20-2009 07:08 AM)halfelite Wrote:  It only mounts a share when needs as the power and mem it uses it a lot. I understand no option to auto mount a share. But people that use yamj and the likes are not people looking for a plug and play option. They have already started changing how the pch operates. yamj doesnt come standard so why should the pch support it. the pch does mount a drive when clicks from gaya as intended. You are trying to add something that wasnt intended.

Its already nice that we can use yamj and other use apps. But we cant expect them to work 100% and have full support from pch.

I guess the point that most people are trying to make here is why wasn't it intended. It's just stupidity to think that people aren't going to want to install a jukebox that would need that kind of functionality since people have been doing that (Installing Jukeboxes) since the first NMT's were capable of it???

Carl.
(04-28-2009 05:33 PM)kraftwerk2020 Wrote:  I have not done this on the PCH since I don't have a hard drive in mine, but the "normal" mount syntax for nfs would look like this:

/bin/mount -t nfs 192.168.178.27:/Filme /opt/sybhttpd/localhost.drives/NETWORK_SHARE/Filme

You could also play with the mount options, assuming the files are large you could use tcp and up the buffer sizes with -o soft,intr,rsize=16384,wsize=16384,tcp

Hello. Is there a similar option command for SAMBA mounts that would increase the buffer size?

Carl.

xml examples:
http://www.hdd-player.de/umc/wiki2/index.php/User_Guide

PCH C200 (Set to 10/100), Synology NAS CS407 (4 X 2TB WD Black)
PCH A-400 , Synology NAS DS1512+ (4 X 3TB WD Red)
Boxee Box, MediaGate 800HD (Remember those?)

Gigabit Wired Network, Onkyo TX-NR1008, Samsung 58C8000 Plasma
Oppo BDP83, Samsung BD-C6900, BoxeeBox

Music Collection
Movie Collection
Find all posts by this user
Add Thank You Quote this message in a reply
08-04-2010, 07:44 AM
Post: #125
RE: Mount multiple network shares
(11-26-2008 02:10 PM)jtrosky Wrote:  Omertron - this is how I use multiple NAS drives using NFS with my two Buffalo Linkstation Live NAS devies...

I created the following directories on the PCH hard drive:

/mnt/LSLive-500GB
/mnt/LSLive-1TB

Then, I just mount the NFS filesystems from the NAS devices directly to these directories on the PCH... This way, I don't need to figure out the ever changing (and too confusing) structure of the PCH paths! By doing it this way, I can have both NAS devices mounted all of the time.

I also modified the /share/start_app.sh startup script to mount these at boot-time as well. So, they are ALWAYS mounted and available. I added these lines to the end of my "start_app.sh" script:

Code:
/bin/mount -o ro,nolock,tcp 192.168.1.105:/mnt/disk1/share /mnt/LSLive-500GB
/bin/mount -o ro,nolock,tcp 192.168.1.106:/mnt/disk1/share /mnt/LSLive-1TB

My YAMJ libraries.xml file then looks like this:

Code:
<libraries>
  <library>
      <path>l:/divx/</path>
      <nmtpath>file:///mnt/LSLive-500GB/Divx/</nmtpath>
      <exclude name="sample,tmp/,temp/"/>
  </library>
  <library>
      <path>m:/divx/</path>
      <nmtpath>file:///mnt/LSLive-1TB/Divx/</nmtpath>
      <exclude name="sample,tmp/,temp/"/>
  </library>
</libraries>

This works great and I don't have to go nuts trying to figure out the new Syabas path formats everytime a new firmware is released!

Hope that helps! Let me know if you have any questions...


can you help me please?

http://www.networkedmediatank.com/showth...?tid=42816

... The start app.sh were can i find him?? or is that a file on the NMT internal hard disk? I don't use a internal hard disk.
Find all posts by this user
Add Thank You Quote this message in a reply
12-29-2010, 03:28 PM (This post was last modified: 12-29-2010 10:09 PM by dvbuljan.)
Post: #126
RE: Mount multiple network shares
+1
Incredible this is not the standard feature in NMT?!
I'm the ex owner of Dune and this was not an issue on it. I had a unified index (Zappiti) from e several sources and everything played without a problem. These two players have same Sigma chip and both use linux, so why is this a problem for PCH?

(I followed the cm0s guide and now it's working OK. Thanks!
Shame that users must use imagination and wits to enable something that should have been there in the first place.)
Find all posts by this user
Add Thank You Quote this message in a reply
01-15-2011, 02:57 PM
Post: #127
RE: Mount multiple network shares
*Bump!*

And now, I, too, must add my "+1" to the list.

Silly me has spent two days trying to get two drives from a stand-alone server to mount so I can get multiple instances of YAMJ to work. (Yes, I need separate instances of YAMJ.) I should have searched these forums in the first instance. Rolleyes

Reading this, and the "Why the PCH only mounts one share" threads, I have a better understanding of the problem (and why it wasn't me failing to setup the shares correctly) - and by problem I mean the argument of a "self-inflicted limitation" by Syabas not to allow multiple shares to be mounted simultaneously.

However, as users we don't actually need the PCH to mount the drives simultaneously. After all, we can only watch one video - or listen to one audio file - at a time on the PCH.

What we need is for third party apps (such as YAMJ) to be able to mount a drive on call in the same way the built-in browser does it. And it shouldn't matter whether the drive is a USB external drive directly connected to the PCH or a drive connected via NETWORK_SHARE. Implement that, and make the "How-to" public for the developers of the various third party apps (such as YAMJ), and you'd have a workable solution.

Yeah, I understand it's probably easier said than done. Smile And I said it because I'm feeling n00bish and thought it might sound like I was thinking outside the box. Big Grin

NMT: Popcorn A110 with 2Tb Seagate ST2000DL003 internal HDD
TVs: Sony FullHD 46" LCD & NeoniQ FullHD 32" LCD
http://members.iinet.net.au/~spinner
Visit this user's website Find all posts by this user
Add Thank You Quote this message in a reply
03-02-2011, 02:53 PM
Post: #128
RE: Mount multiple network shares
+1 for me as well
Find all posts by this user
Add Thank You Quote this message in a reply
03-07-2011, 10:48 PM
Post: #129
RE: Mount multiple network shares
(11-26-2008 02:10 PM)jtrosky Wrote:  Omertron - this is how I use multiple NAS drives using NFS with my two Buffalo Linkstation Live NAS devies...

I created the following directories on the PCH hard drive:

/mnt/LSLive-500GB
/mnt/LSLive-1TB

Then, I just mount the NFS filesystems from the NAS devices directly to these directories on the PCH... This way, I don't need to figure out the ever changing (and too confusing) structure of the PCH paths! By doing it this way, I can have both NAS devices mounted all of the time.

I also modified the /share/start_app.sh startup script to mount these at boot-time as well. So, they are ALWAYS mounted and available. I added these lines to the end of my "start_app.sh" script:

Code:
/bin/mount -o ro,nolock,tcp 192.168.1.105:/mnt/disk1/share /mnt/LSLive-500GB
/bin/mount -o ro,nolock,tcp 192.168.1.106:/mnt/disk1/share /mnt/LSLive-1TB

My YAMJ libraries.xml file then looks like this:

Code:
<libraries>
  <library>
      <path>l:/divx/</path>
      <nmtpath>file:///mnt/LSLive-500GB/Divx/</nmtpath>
      <exclude name="sample,tmp/,temp/"/>
  </library>
  <library>
      <path>m:/divx/</path>
      <nmtpath>file:///mnt/LSLive-1TB/Divx/</nmtpath>
      <exclude name="sample,tmp/,temp/"/>
  </library>
</libraries>

This works great and I don't have to go nuts trying to figure out the new Syabas path formats everytime a new firmware is released!

Hope that helps! Let me know if you have any questions...

what if I do not install the lundman shell?
Is there any other script to do the mounts ?

If this message was usefull for you please thank me.

If you have found me or my programs usefull please click on my reputation and let me know... I have a reputation to hold up
Find all posts by this user
Add Thank You Quote this message in a reply
12-08-2011, 09:08 PM
Post: #130
RE: Mount multiple network shares
+1
This is a MUST!

Multiple Network Shares for PCH
Find all posts by this user
Add Thank You Quote this message in a reply
04-23-2012, 03:47 AM
Post: #131
RE: Mount multiple network shares
+1 !!!!!!

Yeah, I've noticed very late after using Oversight.

A100 with 60GB internal HD with Oversight 2.0testing-R2231 with Telnetd1.14.1; Ipad2 (iOS 6.1.3); Synology NAS DS1010+; Woxter iCube 750
Find all posts by this user
Add Thank You Quote this message in a reply
09-16-2012, 01:29 PM
Post: #132
RE: Mount multiple network shares
Hi,
another +1 for this must_have_feature

regards,
hugo
Find all posts by this user
Add Thank You Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  [Bug] A110 Network card issues (failing?) dotslasher 3 1,719 01-15-2012 11:55 AM
Last Post: Bazrah
  Multiple FTP-user accounts AlramEast 4 2,336 12-27-2011 08:44 PM
Last Post: dc11ab
  [Bug] A110 network chip down bobbya110 2 1,471 09-17-2011 06:54 PM
Last Post: bobbya110
  request for support of multiple srt subtitles files poppierre 204 74,954 09-16-2011 09:31 AM
Last Post: bakkman
  Network Problems LouisCypher 0 1,096 06-04-2011 03:32 PM
Last Post: LouisCypher
Music Audio (i.e. CD) iso wont play (does not mount) MANOTTAS 0 1,450 05-24-2011 05:29 PM
Last Post: MANOTTAS
  [A 110] 1080p mkv no more correctly playing over network elche99 2 1,834 05-05-2011 05:43 AM
Last Post: steagle
  Files played over network fast forward JonathanEngr 1 1,333 03-28-2011 12:09 AM
Last Post: JonathanEngr
  can't play anything over the network [A100] boomshnka 0 1,165 03-06-2011 10:16 PM
Last Post: boomshnka
  How do I delete a bad network share ricocarlos 2 1,438 01-29-2011 07:58 PM
Last Post: ricocarlos

Forum Jump: