FUSE access und mounts (input/output error)

  • Hallo,


    ich habe über verschiedenste Wege versucht, ein FUSE Filesystem zu mounten. Das schlägt über jede nur erdenkliche Art fehl. Ein Mount ist möglich, das Zielverzeichnis (der Mount) ist jedoch nicht lesbar und wird direkt über die Ausgabe von "input/output error" quittiert.


    Wenn ich mir ein strace des ls Kommandos anschaue, sieht das wie folgt aus:



    Code
    lstat64("./mnt", 0x7fe54f48) = -1 EIO (Input/output error)
    write(2, "ls: ./mnt: Input/output error\n", 30ls: ./mnt: Input/output error
    ) = 30
  • Seems that there's a problem with the used "stat.h"...


    Is it possible to include a newer stat which provides the symbol 'AT_SYMLINK_NOFOLLOW'?
    And a newer version of libfuse? A version around 2.9.0 would solve soooo many issues...


    Thanks!
    Sascha