Date: Tue, 3 Jun 2014 11:04:13 +0700 From: Maxxie Root <aztcom2013@gmail.com> To: freebsd-fs@freebsd.org Subject: FUSE curlftpfs write problem after upgrading to 10.0-RELEASE Message-ID: <299712548.20140603110413@gmail.com>
next in thread | raw e-mail | index | archive | help
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 Here is brief information: # uname -a FreeBSD testbsd 10.0-RELEASE-p3 FreeBSD 10.0-RELEASE-p3 #0: Tue May 13 18:2= 6:10 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/G= ENERIC 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=3D/mnt/fuseftp/readtest.txt of=3D/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=3D/dev/null of=3D/mnt/fuseftp/writetest.txt count=3D1024 dd: /mnt/fuseftp/writetest.txt: Operation not supported Any suggestions? Thanks //Max
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?299712548.20140603110413>