Jon, The drive is probably using Windows Networking ie samba/cifs compliant. Have you tried mounting it with cifs ie - "sudo mount -t cifs //192.168.0.3/ /media/fnd/ -o username=username,password=password,file_mode=0777,dir_mode=0777"
It might be easier than using curlftpfs Regards Dan Fish On Fri, 2010-02-19 at 13:29 +0000, Jon Reynolds wrote: > Hi, > > I have a (dodgey) Freecom Network Drive which seems to mount fine in XP > using 'Map network drive' just entering the IP-addy/SHARE. > > Just cannot get this to mount in Ubuntu (well Xubuntu) so have been > trying to mount it using curlftpfs, as I can access it via ftp no > problem. > > When I run: > > sudo curlftpfs -o user="username:password" 192.168.0.3:2222 /media/fnd/ > > it seems to go ok, as it returns to the command prompt with no error > messages, but I cannot 'cd' into /media/fnd > > bash: cd: /media/fnd: Permission denied > > ls -l reveals: > > j...@jonr-laptop:/media$ ls -l > ls: cannot access fnd: Permission denied > total 8 > lrwxrwxrwx 1 root root 6 2009-12-02 22:13 cdrom -> cdrom0 > drwxr-xr-x 2 root root 4096 2009-12-02 22:13 cdrom0 > drwxr-xr-x 2 root root 4096 2009-12-02 22:13 cdrom1 > d????????? ? ? ? ? ? fnd > > am not sure what is going on here... > > Can anyone advise? > > Thanks, > > Jon Reynolds > -- [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk https://wiki.ubuntu.com/UKTeam/
