From owner-freebsd-current@FreeBSD.ORG Fri Jul 19 17:07:55 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3A394BC9; Fri, 19 Jul 2013 17:07:55 +0000 (UTC) (envelope-from vsityz@gmail.com) Received: from mail-ea0-x22b.google.com (mail-ea0-x22b.google.com [IPv6:2a00:1450:4013:c01::22b]) by mx1.freebsd.org (Postfix) with ESMTP id A00346AE; Fri, 19 Jul 2013 17:07:54 +0000 (UTC) Received: by mail-ea0-f171.google.com with SMTP id m14so2517340eaj.2 for ; Fri, 19 Jul 2013 10:07:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=pIRsyD1l9z1f/dZ9c/MrbDCpI6zA20gsjh5k2GjhsFE=; b=BTZc1fcA2wnuRk1WYAo/7oq0/CDJm3pMq+G/4qGUU1XB3l+ll6Bw+5U2bn7HTILHIf 1BOBfH3e+sk4A3594A//yooQXl9nnQ6D8PSjhaj8xRnRrXmfUpv/Y7lAmi4/1h40uJCF xTrpyd4xFkbMvaT5bMl89n1jrsWbqrrpYuzlon3t4Ja+bcXodjAjM/MIG9nVUdW2USbT O2CANAfZ5XEX02huHGekoszP7nJnXZqwyDRrq//CjaQ2pBdoVmiaMgT4E7psStxLaKcc W+m29elcIn/bIOVIsLB97S42W17xcy+GyVD6DqHIxVXz2JV2AM3ZC7Bj0AMYhauyh8S6 k+BQ== X-Received: by 10.14.179.133 with SMTP id h5mr16921670eem.46.1374253673781; Fri, 19 Jul 2013 10:07:53 -0700 (PDT) Received: from scorpion.kiev.ua ([46.247.187.173]) by mx.google.com with ESMTPSA id bj46sm28822645eeb.13.2013.07.19.10.07.51 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 19 Jul 2013 10:07:53 -0700 (PDT) Message-ID: <51E97265.8040507@gmail.com> Date: Fri, 19 Jul 2013 20:07:49 +0300 From: Alexander Panyushkin User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130519 Thunderbird/17.0.6 MIME-Version: 1.0 To: Pedro Giffuni Subject: Re: FUSE not work. References: <51E94F09.4020109@FreeBSD.org> <51E95B4D.4030104@gmail.com> <51E96C84.3000209@FreeBSD.org> In-Reply-To: <51E96C84.3000209@FreeBSD.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: FreeBSD Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Jul 2013 17:07:55 -0000 19.07.2013 19:42, Pedro Giffuni пишет: > (re-posting since the original response didn't make it through) > > On 19.07.2013 10:29, Alexander Panyushkin wrote: >> 19.07.2013 17:36, Pedro Giffuni пишет: >>> Hello; >>> >>> The internal data structures in the FUSE kernel module have been >>> updated to be more compatible with MacFUSE and the linux FUSE. >>> >>> This basically means you have to rebuild your fuse modules >>> (including NTFS). >>> >>> We should not really update the FUSE_KERNEL_MINOR_VERSION yet. >>> I will add a note to UPDATING. >>> >>> Pedro. >> >> >> >> Unfortunately the port is not build in FreeBSD 10 >> >> >> ===>>> Starting build for sysutils/fusefs-kmod <<<=== >> > > fusefs-kmod is not needed on -current. I meant you have to rebuild > and reinstall fusefs-* ; in particular fusesfs-libs and ntfs. > > Since this is a ports issue I will not update the UPDATING file. > > Developers that need to know should use __FreeBSD_version > 1000038 as a reference. > I rebuild sysutils/fusefs-ntfs with Clang and GCC, but this has no effect. sysctl kern.osreldate kern.osreldate: 1000037 ntfs-3g /dev/ad10s1 /mnt/ntfs_0 mount ... /dev/fuse on /mnt/ntfs_0 (fusefs, local, synchronous) ls -la /mnt/ntfs_0 unique: 18, opcode: GETATTR (3), nodeid: 1, insize: 40, pid: 47053 getattr / unique: 18, success, outsize: 112 fuse: writing device: Invalid argument ls: /mnt/ntfs_0: Input/output error