Skip to content
#

fuse

Here are 468 public repositories matching this topic...

seaweedfs
adg
adg commented Nov 16, 2018

On the Signup page, the first thing a new Upspin user sees, we provide a link to the Overview before diving into a discussion of the tools. The Overview document itself is long and certainly not required reading to get started with Upspin.

We should add a short overview of the system to the Signup page, perhaps including th

urielz
urielz commented Sep 28, 2017

Hey there,

just wanted to point out that on macOS opam install google-drive-ocamlfuse fails with:


∗  installed conf-gmp.1
[ERROR] The compilation of conf-gmp-powm-sec failed at "sh -exc cc -c $CFLAGS -I/usr/local/include test.c".

A workaround for this is to install gmp first like this:

env CFLAGS="-I/opt/local/include/" opam install conf-gmp-powm-sec.1

You

dokany
DDoSolitary
DDoSolitary commented Apr 10, 2020

I was a bit confused about the "delete on close" semantics on Windows and did some experiments on it. The result indicates that Dokan's current API doesn't accurately reflect its semantics.

  • If I call NtCreateFile on a file with DELETE permission and with the FILE_DELETE_ON_CLOSE flag set (let's call it h1)
    • If there's no other open handles, the file will be deleted once h1 g
winfsp
hasse69
hasse69 commented Oct 12, 2019

Bug Report

The create callback is called also for special files like S_IFIFO.
The special named FIFO file is still not created, instead a corresponding .lnk file pops up in the same directory.

$ mkfifo foobar

$ ls -l foobar*
-rwx------ 1 Hasse None 130 Oct 12 14:46 foobar.lnk*

The same happens if create is not implemented which forces a call to mknod instead.
Possi

harababurel
harababurel commented Jun 27, 2018

Google suggests enabling gzip compression before transferring files over the network:

In order to receive a gzip-encoded response you must do two things: Set an Accept-Encoding header, and modify your user agent to contain the string gzip. Here is an example of properly formed HTTP headers for enabling gzip compression:

Acc
oblivian
oblivian commented May 28, 2018

Hi,

I've been looking around for some documentation on best practices and intended use of gocryptfs.
E.g. is it intended for backups, cloud storage, both, etc?
I am looking for an alternative to ecryptfs for storing encrypted sensitive data in a u/p protected non-sensitive git repo. I.e. lots of non-sensitive code, but some sensitive config files...
And the gocryptfs.conf file, is it secret

gitqlt
gitqlt commented Feb 19, 2020

Expected Behavior

Leave the mountPoint directory mtime unchanged if no file operations are carried out in it

Actual Behavior

mountPoint directory timestamps are constantly changing

Steps to Reproduce the Problem

  1. $ cryfs wdir1.cry workdir1 (answer: yes yes yes ...)
  2. $ stat workdir1
  3. $ stat workdir1
    ...

Specifications

  • CryFS Version: 0.10.2+159.g87a253ad
dragon2611
dragon2611 commented Feb 1, 2020

Not sure if it's worth adding to the documentation but I found I had to add the following to the end of the fstab command otherwise the system would not boot cleanly.

,x-systemd.mount-timeout=30,_netdev

The line in fstab now looks like

mfsmount /mnt/mymnt fuse mfssubfolder=mydir,allow_other,x-systemd.mount-timeout=30,_netdev

I think it was trying to mount mooseFS before it had fini

gsurrel
gsurrel commented Apr 6, 2020

I have a panic with the two examples. I have installed fuse first with brew (with a reboot), then with the package provided on the website, but the behavior is the same:

Am I missing anything? I was following the readme at the project's root.

$ RUST_BACKTRACE=1 cargo run --example hello
    Finished dev [unoptimized + debuginfo] target(s) in 0.03s
     Running `target/debug/exa
mhogomchungu
mhogomchungu commented Apr 10, 2020

The documentation says what is below

   --askpass
     When set to true, ask for password even if a key file is used.
     password+keyfile provides even stronger security than one of them
     alone.

The when set to true implies you have to enter either --askpass true or --askpass false but both are wrong because this option takes no arguments therefore ther

LuisRodriguezLD
LuisRodriguezLD commented Jun 2, 2018

I really wish I could do it myself but I have no experience with C#.
Can we add a Open in Atom option in the menu?

Using the terminal I can open the project by using atom .
I tried doing it myself but when I compile the master branch I get like 6
Could not load file or assembly or one of its dependencies

Improve this page

Add a description, image, and links to the fuse 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 topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.