[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)
Thread Closed 
How to: Setup automount for your shares
11-24-2008, 11:37 AM
Post: #46
RE: How to: Setup automount for your shares
i have try 2 get winbolic 2 merge my shares into 1 but still no succes after i try automount i really think this is a true setback of the media tanks i know it works at least i did

Find all posts by this user
01-03-2009, 08:28 PM
Post: #47
RE: How to: Setup automount for your shares
(10-20-2008 02:25 PM)m69bv3 Wrote:  It's seems perfect, and your shares aren't mounted after the boot?

Hi, I have the same problem as others, I have 2 shares and only the last one defined is mounted....

any solution to this problem already?

Thanks
Spot
Find all posts by this user
01-10-2009, 03:17 AM (This post was last modified: 01-10-2009 03:30 AM by rdavis3.)
Post: #48
RE: How to: Setup automount for your shares
All,
Does anyone know if the next firmware release will have an option for setting automount on network shares? I saw the first post requesting the development team look into this, but didn't see anything in the recent RC's. I believe this is definitely a needed feature because a lot of people use UPnP servers with network shares. I have read the fix on this post and am happy that m69bv3 took the time to write this script, but I think Syabas should include this feature.
Thanks,
Rob
Find all posts by this user
01-18-2009, 10:03 PM
Post: #49
RE: How to: Setup automount for your shares
The current beta firmware (RC3) appears to have broken this script because no more info can be found in /tmp/netshare.

This also means that Legion's MediaFinder will most likely also be broken.

I also found that the start.cgi index.htm replacement will suffer the same thing, and this will affect the Sleek theme.
Find all posts by this user
01-28-2009, 05:34 AM
Post: #50
RE: How to: Setup automount for your shares
(01-18-2009 10:03 PM)garp99 Wrote:  The current beta firmware (RC3) appears to have broken this script because no more info can be found in /tmp/netshare.

This also means that Legion's MediaFinder will most likely also be broken.

I also found that the start.cgi index.htm replacement will suffer the same thing, and this will affect the Sleek theme.

Thanks for the beta firmware info. I am currently using this automount method and it works perfectly for me. I will have to hold off updating to the new firmware until a work around can be found.
Find all posts by this user
01-28-2009, 06:33 AM
Post: #51
RE: How to: Setup automount for your shares
(01-18-2009 10:03 PM)garp99 Wrote:  The current beta firmware (RC3) appears to have broken this script because no more info can be found in /tmp/netshare.

This also means that Legion's MediaFinder will most likely also be broken.

I also found that the start.cgi index.htm replacement will suffer the same thing, and this will affect the Sleek theme.

It appears I was mistaken about the first two statements -- the problem I encountered was for other reasons.

The last line still holds true about broken start.cgi -- search thread for more info.
Find all posts by this user
02-03-2009, 12:43 PM
Post: #52
RE: How to: Setup automount for your shares
Did any of you guys ever try Dave.t's script for autmounting all shares? Is that something that could just be tossed into _start.ah?
Find all posts by this user
02-04-2009, 01:02 AM
Post: #53
RE: How to: Setup automount for your shares
(02-03-2009 12:43 PM)excal Wrote:  Did any of you guys ever try Dave.t's script for autmounting all shares? Is that something that could just be tossed into _start.ah?

Read post #38 and #39

I haven't tried it in the latest firmware but believe the same problem exists.

I don't think Dave t's is much different in how it handles it.
Find all posts by this user
02-24-2009, 10:58 PM
Post: #54
RE: How to: Setup automount for your shares
Maybe it'll be useful

This script remounts all NFS partitions with rsize & wsize = 8192
I achived more stable work over NFS (over WiFi) with these values
This script must be executed after automount.sh

remount_nfs.sh:
Quote:#!/bin/sh
#
/bin/mount | grep nfs | /usr/bin/cut -f 1,3 -d " " | while read line; do
dev=`echo $line | cut -f 1 -d " "`
mpoint=`echo $line | cut -f 2 -d " "`
/bin/umount $mpoint
/bin/mount $dev -o rw,vers=3,rsize=8192,wsize=8192,soft,nolock,udp $mpoint
done
Find all posts by this user
04-24-2009, 01:31 AM
Post: #55
RE: How to: Setup automount for your shares
OK - so before I try this ....does this work with the latest A110 firmware please ?

if it does - can some one summarize the steps

TIA - Stephen
Find all posts by this user
04-24-2009, 07:19 AM
Post: #56
RE: How to: Setup automount for your shares
Look at mono-wrapper as that also mounts your shares, part of CSI:-
http://www.networkedmediatank.com/showth...494&page=1

A400: SSD+SD Card(Apps), HDMI A300: USB(Apps), HDMI C200: USB(Apps), BD SH-B083L(SB01), HDMI
CAT6 Wired Network: TV TX-P42G20, HP ProCurve 1400-8G, Netgear GS-608/605, Synology CS407
Find all posts by this user
05-25-2009, 07:19 PM (This post was last modified: 05-25-2009 09:59 PM by mrmrmrmr.)
Post: #57
RE: How to: Setup automount for your shares
I installed the script for automounting.
It works as expected.
But now when I start the PCH, each time I get the screen which shows options (video, music, photo, files) for the last mounted network share as starting point.
How can I prevent that ?

I want to see the main source window at startup.
Find all posts by this user
Thread Closed 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
Lightbulb How to mount multiple shares without CSI Kir 2 4,296 12-26-2010 09:09 AM
Last Post: garp99
  Setup Windows 2008 NFS for Streaming with A-100 - Guide nkarnold 16 30,498 12-21-2009 09:02 AM
Last Post: chris57
  HowTo Setup Harmony Remote for use with PCH-A100 journey4712 62 45,470 04-20-2009 08:34 PM
Last Post: woutersa
  How to: Setup link to your share for jukebox m69bv3 8 16,857 04-16-2009 03:50 PM
Last Post: sorcer1
Thumbsup NFS shares on Mac OS X (Leopard) bortoni 5 23,194 02-22-2009 06:09 PM
Last Post: Nille

Forum Jump: