<div><span class="gmail_quote">On 24/01/2008, <b class="gmail_sendername">Harry Devine</b> &lt;<a href="mailto:lifter89@comcast.net">lifter89@comcast.net</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">I&#39;m entering:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mount 192.168.1.101:/music /mnt/music<br><br>Any ideas?&nbsp;&nbsp;I&#39;d really like to not have files duplicated on 2 machines.
<br><br>Thanks,<br>Harry<br><br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div>
<div><br>XP doesn&#39;t come with an NFS server (there are third party ones around, but they aren&#39;t free).&nbsp; You want:</div>
<blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
<div>smbmount //192.168.1.101/music /mnt/music</div></blockquote>
<div dir="ltr">It will then prompt for a password (empty password will probably work).&nbsp; Setting that up as an on-boot mount is a little harder but definitely possible.</div>
<div dir="ltr">&nbsp;</div>
<div dir="ltr">&nbsp;</div>
<div dir="ltr">Andy</div>