Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jul 2013 08:29:26 +0300
From:      Alexander Panyushkin <vsityz@gmail.com>
To:        freebsd-current@freebsd.org
Subject:   FUSE not work.
Message-ID:  <51E8CEB6.3020900@gmail.com>

next in thread | raw e-mail | index | archive | help
There is a problem after mount NTFS, fuse not work.

uname -a
FreeBSD scorpion.kiev.ua 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Thu Jul 
18 22:23:54 EEST 2013 root@scorpion.kiev.ua:/usr/obj/usr/src/sys/Kernel  
amd64

kldstat | grep fuse
16    1 0xffffffff81e26000 8b3f     fuse.ko

ntfs-3g -o debug /dev/ada0s1 /mnt/ntfs_0
FUSE library version: 2.9.2
nullpath_ok: 0
nopath: 0
utime_omit_ok: 0
Version 2012.1.15 external FUSE 29
Mounted /dev/ada0s1 (Read-Write, label "Install", NTFS 3.1)
Cmdline options: debug
Mount options: allow_other,nonempty,relatime,fsname=/dev/ada0s1
Ownership and permissions disabled, configuration type 1
unique: 1, opcode: INIT (26), nodeid: 0, insize: 56, pid: 2092
INIT: 7.8
flags=0x00000000
max_readahead=0x00010000
    INIT: 7.19
    flags=0x00000050
    max_readahead=0x00010000
    max_write=0x00020000
    max_background=0
    congestion_threshold=0

ls -la /mnt/ntfs_0
unique: 2, opcode: GETATTR (3), nodeid: 1, insize: 40, pid: 2096
getattr /
    unique: 2, success, outsize: 112
ls: /mnt/ntfs_0: Input/output error
fuse: writing device: Invalid argument
    unique: 1, success, outsize: 40

ls -la /mnt
unique: 3, opcode: GETATTR (3), nodeid: 1, insize: 40, pid: 2097
getattr /
    unique: 3, success, outsize: 112
fuse: writing device: Invalid argument
ls: ntfs_0: Input/output error





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?51E8CEB6.3020900>