As Dan says its possible with cifs. have a look at my post here when I was using Xubuntu, it might help<br><br><a href="http://ubuntuforums.org/showthread.php?t=915939">http://ubuntuforums.org/showthread.php?t=915939</a><br>
<br>Mark<br><br><div class="gmail_quote">On 19 February 2010 14:04, Dan Fish <span dir="ltr">&lt;<a href="mailto:dan@fishms.org">dan@fishms.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Jon,<br>
The drive is probably using Windows Networking ie samba/cifs compliant.<br>
Have you tried mounting it with cifs ie -<br>
&quot;sudo mount -t cifs //<a href="http://192.168.0.3/" target="_blank">192.168.0.3/</a> /media/fnd/ -o<br>
username=username,password=password,file_mode=0777,dir_mode=0777&quot;<br>
<br>
It might be easier than using curlftpfs<br>
<br>
Regards<br>
<font color="#888888">Dan Fish<br>
</font><div><div></div><div class="h5"><br>
<br>
On Fri, 2010-02-19 at 13:29 +0000, Jon Reynolds wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; I have a (dodgey) Freecom Network Drive which seems to mount fine in XP<br>
&gt; using &#39;Map network drive&#39; just entering the IP-addy/SHARE.<br>
&gt;<br>
&gt; Just cannot get this to mount in Ubuntu (well Xubuntu) so have been<br>
&gt; trying to mount it using curlftpfs, as I can access it via ftp no<br>
&gt; problem.<br>
&gt;<br>
&gt; When I run:<br>
&gt;<br>
&gt;     sudo curlftpfs -o user=&quot;username:password&quot; <a href="http://192.168.0.3:2222" target="_blank">192.168.0.3:2222</a> /media/fnd/<br>
&gt;<br>
&gt; it seems to go ok, as it returns to the command prompt with no error<br>
&gt; messages, but I cannot &#39;cd&#39; into /media/fnd<br>
&gt;<br>
&gt;     bash: cd: /media/fnd: Permission denied<br>
&gt;<br>
&gt; ls -l reveals:<br>
&gt;<br>
&gt;     jonr@jonr-laptop:/media$ ls -l<br>
&gt;     ls: cannot access fnd: Permission denied<br>
&gt;     total 8<br>
&gt;     lrwxrwxrwx 1 root root    6 2009-12-02 22:13 cdrom -&gt; cdrom0<br>
&gt;     drwxr-xr-x 2 root root 4096 2009-12-02 22:13 cdrom0<br>
&gt;     drwxr-xr-x 2 root root 4096 2009-12-02 22:13 cdrom1<br>
&gt;     d????????? ? ?    ?       ?                ? fnd<br>
&gt;<br>
&gt; am not sure what is going on here...<br>
&gt;<br>
&gt; Can anyone advise?<br>
&gt;<br>
&gt; Thanks,<br>
&gt;<br>
&gt; Jon Reynolds<br>
&gt;<br>
<br>
<br>
<br>
--<br>
<a href="mailto:ubuntu-uk@lists.ubuntu.com">ubuntu-uk@lists.ubuntu.com</a><br>
<a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk</a><br>
<a href="https://wiki.ubuntu.com/UKTeam/" target="_blank">https://wiki.ubuntu.com/UKTeam/</a><br>
</div></div></blockquote></div><br>