FUSE curlftpfs write problem after upgrading to 10.0-RELEASE

Ronald Klop ronald-lists at klop.ws
Tue Jun 3 08:26:43 UTC 2014


On Tue, 03 Jun 2014 06:04:13 +0200, Maxxie Root <aztcom2013 at gmail.com>  
wrote:

> Hello!
>
> I've  got a problem with FUSE (particularly fusefs-curlftpfs) - cannot
> write files, it fails with "Operation not supported"
> On 9.2 it worked well

Are you using the fuse module from ports or from freebsd itself? In 10.0  
the fuse kernel module is included.

Ronald.


>
> Here is brief information:
>
> # uname -a
> FreeBSD testbsd 10.0-RELEASE-p3 FreeBSD 10.0-RELEASE-p3 #0: Tue May 13  
> 18:26:10 UTC 2014      
> root at amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386
>
> # kldload fuse
> fuse-freebsd: version 0.4.4, FUSE ABI 7.8
>
> # kldstat
> Id Refs Address    Size     Name
>  1    8 0xc0400000 1276c0c  kernel
>  2    1 0xc5e70000 12000    ipfw.ko
>  3    1 0xc5f1c000 2000     blank_saver.ko
>  4    1 0xc6029000 d000     fuse.ko
>
> # curlftpfs -V
> curlftpfs 0.9.2 libcurl/7.36.0 fuse/2.9
>
> # curlftpfs -s ftp://user:password@ftpserver /mnt/fuseftp
>
> # mount | grep fuse
> /dev/fuse on /mnt/fuseftp (fusefs, local, synchronous)
>
> # ls -la /mnt/fuseftp
> total 12
> drwxrwxrwt  2 root  wheel  512 Jun  3 10:12 .
> drwxrwxrwt  3 root  wheel  512 Jan 17 08:51 ..
> -rw-r--r--  1 root  wheel  990 Oct 25  2013 readtest.txt
>
> # file /mnt/fuseftp/readtest.txt
> /mnt/fuseftp/readtest.txt: ASCII text, with CRLF line terminators
>
> # dd if=/mnt/fuseftp/readtest.txt of=/dev/null
> 1+1 records in
> 1+1 records out
> 990 bytes transferred in 0.000154 secs (6427803 bytes/sec)
>
> # touch /mnt/fuseftp/writetest.txt
> touch: /mnt/fuseftp/writetest.txt: Operation not supported
>
> # dd if=/dev/null of=/mnt/fuseftp/writetest.txt count=1024
> dd: /mnt/fuseftp/writetest.txt: Operation not supported
>
> Any suggestions?
> Thanks
>
> //Max
>
> _______________________________________________
> freebsd-fs at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-fs
> To unsubscribe, send any mail to "freebsd-fs-unsubscribe at freebsd.org"


More information about the freebsd-fs mailing list