Difference between revisions of "Sharing from Windows 7"

From WikiDLXTV
Jump to: navigation, search
Line 35: Line 35:
 
Ref:
 
Ref:
 
*[http://forum.wdlxtv.com/viewtopic.php?f=3&t=812#p5653 http://forum.wdlxtv.com/viewtopic.php?f=3&t=812#p5653]
 
*[http://forum.wdlxtv.com/viewtopic.php?f=3&t=812#p5653 http://forum.wdlxtv.com/viewtopic.php?f=3&t=812#p5653]
*[http://www.cyberciti.biz/tips/ubuntu-linux-nfs-client-configuration-to-mount-nfs-share.html http://www.cyberciti.biz/tips/ubuntu-linux-nfs-client-configuration-to-mount-nfs-share.html]
+
*[http://www.cyberciti.biz/tips/ubuntu-linux-nfs-client-configuration-to-mount-nfs-share.html Ubuntu Linux: NFS Client Configuration To Mount NFS Share]
 
*[http://b-rad.cc/1041/wdlxtv-live-tips-1-mounting-nfs-under-network-shares/#more-1041 WDLXTV-LIVE Tips #1: Mounting NFS under ‘Network Shares’]
 
*[http://b-rad.cc/1041/wdlxtv-live-tips-1-mounting-nfs-under-network-shares/#more-1041 WDLXTV-LIVE Tips #1: Mounting NFS under ‘Network Shares’]
 
*[http://forum.wdlxtv.com/viewtopic.php?f=31&t=582 SOLVED Setting up NFS Shares using Windows 7]
 
*[http://forum.wdlxtv.com/viewtopic.php?f=31&t=582 SOLVED Setting up NFS Shares using Windows 7]

Revision as of 05:50, 13 July 2010

A quick how-to with NFS share and xmount

1) Installed haneWIN NFS Server onto Windows 7 (http://www.hanewin.net/nfs-e.htm)

2) Configured (and run as Administrator) haneWIN NFS Server with the following share

F:\Scottie\Videos\BluRay -readonly -public -name:NFSMovies (This folder is where my media is stored)

3) Restart Server in haneWIN NFS - under 'Exports' tab /NFSMovies is now shown - in theory this folder is now accessible via NFS to any device that suppports NFS ***Make sure to forward/open ports 111, 1058, and 2049 in your router for both UDP and TCP. These are required for access to the NFS share***

4) xmount command in my case is

xmount 192.168.1.65:/NFSMovies Movies nfs

where IP is the address of your Win7 machine, "NFSMovies" is the name of your hanewin NFS share, and "Movies" is the name you wish WDTV to display.

That's it. Power cycle your WDTV and you should be ready to go.

Most of this info is cobbled together from different posts around the form. Credit to those where due.

(you might have to turn down you firewall to get it working, I had to anyway)

Test on WDTV:

display available exports on remote NFS server (the one you just set up)

$ showmount  -e  <NFS-Server-IP>
<shareLocation>        <clientIP>(<permissions>)

clientIP can be a list and should include the IP of your wdtv, or the IP block its in.

mount export

$ xmount  "<NFS-Server-IP>:<shareLocation>"  "<shareLabel>"  nfs 


If you have a Gen 1 WDTV (original WDLXTV) you *must* use nfs.app.bin. NFS capability is built in to WDLXTV-G2 and WDLXTV-Live


Ref:


Notes:

  • haneWIN is a popular paid for option.
  • WinNFSd does not work well. The WDTV Live throws up errors complaining about Port Maps not being available.
  • FreeNFS is available on sf.net but this has not been tested yet.