<br><br><div class="gmail_quote">On Tue, Feb 15, 2011 at 9:36 PM, Anthony Rooney <span dir="ltr">&lt;<a href="mailto:rooneyo@iinet.net.au">rooneyo@iinet.net.au</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im"><br>
<br>
&gt; -----Original Message-----<br>
&gt; From: <a href="mailto:mythtv-users-bounces@mythtv.org">mythtv-users-bounces@mythtv.org</a> [mailto:<a href="mailto:mythtv-users-">mythtv-users-</a><br>
</div><div class="im">&gt; <a href="mailto:bounces@mythtv.org">bounces@mythtv.org</a>] On Behalf Of jedi<br>
&gt; Sent: Wednesday, 2 February 2011 12:11 AM<br>
&gt; To: Discussion about MythTV<br>
</div><div><div></div><div class="h5">&gt; Subject: Re: [mythtv-users] How do you point to a remote folder<br>
&gt;<br>
&gt; On Tue, Feb 01, 2011 at 11:53:51PM +1030, Anthony Rooney wrote:<br>
&gt; &gt; Raymond<br>
&gt; &gt;<br>
&gt; &gt; What syntax do you use to point to a location on another network PC<br>
&gt; &gt; with Myth Video?<br>
&gt; &gt;<br>
&gt; &gt; For example if I had video files stored on another PC on my LAN named<br>
&gt; &gt; Capture in a folder named Movies how do I define this in Myth Video?<br>
&gt;<br>
&gt;      You mount that remote folder as a part of the local filesystem and<br>
treat it<br>
&gt; like any other local folder.<br>
&gt;<br>
&gt; [deletia]<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; mythtv-users mailing list<br>
&gt; <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
&gt; <a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
<br>
</div></div>On advice from this forum I sought to mount the remote folder using CIFS as<br>
I was told that this was better than using SAMBA.<br>
<br>
I sought to mount the remote folder MusicFilms, which resides on a Win7<br>
machine named POSSUM mapped to my  MythTv box file system at the location<br>
/mnt/MusicFilms<br>
<br>
I added the following to my fstab file having created a .credentials in my<br>
home folder with my windows user name and password:<br>
<br>
<br>
 //possum/MusicFilms    /mnt/MusicFilms cifs<br>
rw,uid=anthony,gid=workgroup,fmask=0117,dmask=0007,noauto,cred=/home/anthony<br>
/.credentials<br>
<br>
I also tried the following line to see if I could mount using SAMBA which I<br>
know is running on the machine<br>
# //possum/MusicFilms   /mnt/MusicFilms smbfs   guest   0       0<br>
<br></blockquote><div><br>Have you tried mounting from the command line? It may give you some useful feedback<br><br>mount -t cifs //possum/MusicFilms /mnt/MusicFilms <br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

Note via the Ubuntu &quot;Places&quot; file system interface I can browse and connect<br>
to this share and mount it without any problem however I have no way of<br>
making the mapping persistent.<br>
<br>
I would be interested in knowing where in the Linux file system does it<br>
place the remote folder if I user the Network interface of Ubuntu and browse<br>
to the remote folder and chose Mount from the dropdown command list?  A<br>
representation of the remote folder appears on the desktop however it does<br>
not appear in the file system inside the Desktop folder.<br></blockquote><div><br><br>~/.gvfs<br><br> <br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<br>
It looks like I have something wrong with the syntax however I do not have<br>
any boot errors requiring me to skip like I got with previous attempts.<br>
<br>
Thanks<br>
<br>
<br>
Anthony<br>
<div class="im"><br>
<br>
<br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
</div><a href="http://mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/mailman/listinfo/mythtv-users</a><br>
</blockquote></div><br>