<div><span class="gmail_quote">On 24/01/2008, <b class="gmail_sendername">Harry Devine</b> <<a href="mailto:lifter89@comcast.net">lifter89@comcast.net</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">I'm entering:<br><br> mount 192.168.1.101:/music /mnt/music<br><br>Any ideas? I'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't come with an NFS server (there are third party ones around, but they aren't free). 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). Setting that up as an on-boot mount is a little harder but definitely possible.</div>
<div dir="ltr"> </div>
<div dir="ltr"> </div>
<div dir="ltr">Andy</div>