The Wayback Machine - https://web.archive.org/web/20210318055419/https://github.com/topics/fuse-filesystem
Skip to content
#

fuse-filesystem

Here are 251 public repositories matching this topic...

zanna-37
zanna-37 commented Mar 14, 2021

What is the problem you are having with rclone?

ncdu reports a wrong number for file count when that number is large enough to require a suffix.

I'm not an expert in go, but I suspect the problem resides in the file /cmd/ncdu/ncdu.go at row 376.

In particular, we are using the SizeSuffix(...) that are (in my opinion) intended for file size. Therefore it will use the 1024 multip

HannesRadner
HannesRadner commented Jan 15, 2021

first issue
I downloaded the current master and tried to compile it for
Kernel version: Linux version 5.10.7-gentoo (xxx@linuxServer) (gcc (Gentoo 9.3.0-r2 p4) 9.3.0, GNU ld (Gentoo 2.34 p6) 2.34.0)

it failed with

arch/arch_info.c:52:10: fatal error: sys/sysctl.h: No such file or directory
52 | #include <sys/sysctl.h>
| ^~~~~~~~~~~~~~
compilation terminated.

to mak

Improve this page

Add a description, image, and links to the fuse-filesystem topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the fuse-filesystem topic, visit your repo's landing page and select "manage topics."

Learn more