fuse
Here are 468 public repositories matching this topic...
command used
sshfs [email protected]:/ ~/danny -ovolname=Dan -o defer_permissions
shubhams-MacBook-Pro:~ shubham$ uname -a
Darwin shubhams-MacBook-Pro.local 18.2.0 Darwin Kernel Version 18.2.0: Fri Oct 5 19:41:49 PDT 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
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
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
NtCreateFileon a file withDELETEpermission and with theFILE_DELETE_ON_CLOSEflag set (let's call ith1)- If there's no other open handles, the file will be deleted once
h1g
- If there's no other open handles, the file will be deleted once
Is there some documentation or user guide for this project?
I've just spent half an hour figuring out how to mount with goofys inside a docker container -- it's not a big deal, of course, but I'd like to write it down, so that others can figure it out faster.
-
Updated
Jun 26, 2020 - C++
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
gzip compression
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-Encodingheader, and modify your user agent to contain the string gzip. Here is an example of properly formed HTTP headers for enabling gzip compression:
Acc
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
Index at Readme.md
General description
Please add an index to the Readme.md,
then it would be much easier to find the different sections fast.
Expected behavior
To find the relevant section after 20 seconds
Actual behavior
I need to scroll endless down
Sorry for that not program relevant request, i just had problems searching in the Readme
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
- $
cryfs wdir1.cry workdir1(answer: yes yes yes ...) - $
stat workdir1 - $
stat workdir1
...
Specifications
- CryFS Version: 0.10.2+159.g87a253ad
-
Updated
Feb 12, 2019 - Go
-
Updated
Apr 20, 2017 - Go
-
Updated
Jun 7, 2020 - C++
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
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/exaThe 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
-
Updated
Jun 25, 2020 - Go
infinit user pull
Remotely deleted identity for user "bushbaby123".
not sure if it actually deleted the user, but this does not sound correct
v0.8.0
Docker Swarm Service
-
Updated
Apr 19, 2020 - Rust
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.
Add this topic to your repo
To associate your repository with the fuse topic, visit your repo's landing page and select "manage topics."

Sponsors SeaweedFS via Patreon https://www.patreon.com/seaweedfs
Describe the bug
README#Installation-guide Step 3 contains command:
go get github.com/chrislusf/seaweedfs/weedIt builds weed here without compiler errors, but
weedbinary panicing same as in #1058 :