User(s) browsing this thread: 1 Guest(s)
|
How to: Setup link to your share for jukebox
|
|
09-23-2008, 05:54 PM
(This post was last modified: 02-22-2009 08:30 PM by chris57.)
|
|||
|
|||
|
How to: Setup link to your share for jukebox
Hi,
In this tutorial I will try to Make link to Network Clear to all. Target Users: NMT user using any kind of "Jukebox" and need to set a direct link to a persitent share on the NMT. knowledge required: Nothing but English and common sense! Theory: You want to configure a direct link to a share configured on the NMT for your favorite Jukebox. You will need:
Assuming your NMT is on, go to "Network Share" under "Setup". Click "Add" button. Then provide a share name, whatever you want but write it down. In the rest of this tutorial we will call this share name "mysharename" After, you need to provide an "url" link to your share, like:
Add credential if required to access to your share. At the end click on "Add" button. Your share is now created and accessible from "Source" menu. Browse it to test the configuration. You must see your files as expected. Now the more "technical" part. To understand the behavior of share handling on NMT I will generalize some points. Sorry for purists I know it's may be wrong but I want to KISS! So on Linux, Unix, *ix OS file system is a little bit different from Windows. The is no concept of drives like "C:" or "D:". Unix world works in a different way: Quote:All files accessible in a Unix system are arranged in one big tree, the file hierarchy, rooted at /. These files can be spread out over several devices. The mount command serves to attach the file system found on some device to the big file tree. So, your internal hard drive, your USB key, your network shares needs to be mounted somewhere in this "big" tree in order to be used by the NMT. A mount point isn't really a "folder" is more a link to another place but transparent for the user/applications. If you take a deeper look inside the NMT file system are mounted in: Code: /opt/sybhttpd/localhost.drivesThere is two categories of file systems:
Hard drives are mounted under: Code: /opt/sybhttpd/localhost.drives/HARD_DISKUnder this you find your folder "Music, Photo, Video, etc.." Network shares are mounted under: Code: /opt/sybhttpd/localhost.drives/NETWORK_SHARESo back to our case, remember you have previously created a share called "mysharename". So you will found a "folder" under "/opt/sybhttpd/localhost.drives/NETWORK_SHARE" of the same name of your share: Code: file:///opt/sybhttpd/localhost.drives/NETWORK_SHARE/mysharenameFinal point: The link to use is "file:///opt/sybhttpd/localhost.drives/NETWORK_SHARE/mysharename" whatever your share is SMB or NFS, just the name matter! Share name is case sensitive! NB: But there is a limitation! Since a mount point is a "link", there is a target behind! (simple) But in NMT the shares aren't "linked" at startup. There are linked the first time you browse them manually after started. Since the shares aren"t "linked" you will not be able to use the link build in this tutorial. So before using your jukebox you must enter manually on your share from "Source" menu. In a future tutorial I will explain how to "link" shares on startup. I hope it's help someone. Feel free to correct me and to give me advices! Exemples: 1> Your share name is "Movie", so your link is "file:///opt/sybhttpd/localhost.drives/NETWORK_SHARE/Movie" and a direct link to a file: Code: file:///opt/sybhttpd/localhost.drives/NETWORK_SHARE/Movie/toto.avi2> Your share name is "TvShows", so your link is "file:///opt/sybhttpd/localhost.drives/NETWORK_SHARE/TvShows" and a direct link to a file under the "Prison break" directory: Code: file:///opt/sybhttpd/localhost.drives/NETWORK_SHARE/TvShows/Prison break/Prison.Break.S04E05.aviSorry for my english, I'm French! 'xcuse my English I'm French! How to: Setup link to your shares for Jukebox |
|||
1 user says Thank You to m69bv3 for this post |
|
09-23-2008, 06:08 PM
|
|||
|
|||
|
RE: How to: Setup link to your share for jukebox
Excellent effort. Green repo for you.
Media tank:A-100 & C-200 TV:Panasonic TH-50PY800MT (HDMI) Audio:Logitech Z-5500 (Coaxial) |
|||
|
10-11-2008, 09:21 AM
|
|||
|
|||
| RE: How to: Setup link to your share for jukebox | |||
|
10-11-2008, 09:19 PM
|
|||
|
|||
|
RE: How to: Setup link to your share for jukebox
I love this how to. It will help a lot of folks that are noobs. we need more how to: like this, but this one would have saved hours of frustration for me when i got my pch a110.
I am really interested to know how you mount links at start up. i am having a hard time understanding/making it work (the script that was done in the skin thread) Great job. |
|||
|
10-12-2008, 05:36 PM
(This post was last modified: 10-12-2008 05:37 PM by m69bv3.)
|
|||
|
|||
|
RE: How to: Setup link to your share for jukebox
Thanks all!
I'm quite busy theses days! I will try to post a new tutorial for automount shares next week end! 'xcuse my English I'm French! How to: Setup link to your shares for Jukebox |
|||
|
10-13-2008, 10:57 AM
|
|||
|
|||
|
RE: How to: Setup link to your share for jukebox
I'd love to get this working but I'm having no luck.
I want to link to index.htm which is on my HARD_DISK in the Video folder. I've tried a few different ways but it's no go. I tried it with username nmt and password 1234, but that didn't work. I tried setting up a network share first and then using the sub-folder, but that didn't work. I keep getting an "unknown filesystem" message. Can you help? Thanks in advance. |
|||
|
10-17-2008, 07:14 PM
|
|||
|
|||
RE: How to: Setup link to your share for jukebox
(10-13-2008 10:57 AM)tyreless Wrote: I'd love to get this working but I'm having no luck. Assuming your "index.htm" is at the root of your hard drive, the link should be: Code: file:///opt/sybhttpd/localhost.drives/HARD_DISK/index.htm'xcuse my English I'm French! How to: Setup link to your shares for Jukebox |
|||
|
02-22-2009, 06:58 PM
|
|||
|
|||
|
RE: How to: Setup link to your share for jukebox
Please update the first post as smb://yourserver/yoursharedfolder/ is not a valid path. smb://yourserver/yoursharedfolder is the correct way (no trailing slash) of entering a network share.
/Anders |
|||
|
04-16-2009, 03:50 PM
|
|||
|
|||
RE: How to: Setup link to your share for jukebox
(09-23-2008 05:54 PM)m69bv3 Wrote: Since a mount point is a "link", there is a target behind! (simple) Hello, There is a firmware to fix it ? |
|||
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads... | |||||
| Thread: | Author | Replies: | Views: | Last Post | |
| HOWTO: Mount NMT share on Windows Mobile | mkkm | 0 | 2,695 |
12-25-2010 02:53 PM Last Post: mkkm |
|
| Setup Windows 2008 NFS for Streaming with A-100 - Guide | nkarnold | 16 | 30,475 |
12-21-2009 09:02 AM Last Post: chris57 |
|
| How to: Setup automount for your shares | m69bv3 | 56 | 43,877 |
05-25-2009 07:19 PM Last Post: mrmrmrmr |
|
| HowTo Setup Harmony Remote for use with PCH-A100 | journey4712 | 62 | 45,444 |
04-20-2009 08:34 PM Last Post: woutersa |
|

Twitter
Facebook
NMT Wiki
Search
Member List
Help
A-400 [13 May 2013]




![[+]](images/collapse_collapsed.gif)



