From owner-freebsd-fs@FreeBSD.ORG Tue Jun 3 08:26:43 2014 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 597FD3B7 for ; Tue, 3 Jun 2014 08:26:43 +0000 (UTC) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.81]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1AB9F2C8E for ; Tue, 3 Jun 2014 08:26:42 +0000 (UTC) Received: from smtp.greenhost.nl ([213.108.104.138]) by smarthost1.greenhost.nl with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1Wrk3L-0001Fy-DP for freebsd-fs@freebsd.org; Tue, 03 Jun 2014 10:26:39 +0200 Content-Type: text/plain; charset=iso-8859-15; format=flowed; delsp=yes To: freebsd-fs@freebsd.org Subject: Re: FUSE curlftpfs write problem after upgrading to 10.0-RELEASE References: <299712548.20140603110413@gmail.com> Date: Tue, 03 Jun 2014 10:26:37 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ronald Klop" Message-ID: In-Reply-To: <299712548.20140603110413@gmail.com> User-Agent: Opera Mail/12.17 (Win32) X-Authenticated-As-Hash: 398f5522cb258ce43cb679602f8cfe8b62a256d1 X-Virus-Scanned: by clamav at smarthost1.samage.net X-Spam-Level: -- X-Spam-Score: -2.9 X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED, BAYES_00 autolearn=disabled version=3.3.1 X-Scan-Signature: 6afe0509a8fa736d7bae96a824aab2db X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2014 08:26:43 -0000 On Tue, 03 Jun 2014 06:04:13 +0200, Maxxie Root 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@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@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-fs > To unsubscribe, send any mail to "freebsd-fs-unsubscribe@freebsd.org"