Skip to content
#

filesystem

Here are 2,280 public repositories matching this topic...

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
gluster-ant
gluster-ant commented Mar 12, 2020

URL: https://bugzilla.redhat.com/1379982
Creator: ndevos at redhat
Time: 20160928T10:44:57

Description of problem:
http://review.gluster.org/14701 adds new public functions for gfapi applications that want to receive upcall events. These functions are sparsely documented, which need to improve.

Version-Release number of selected component (if applicable):
mainline (+backports)

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

nicolasmure
nicolasmure commented Jan 12, 2018
Package amazonwebservices/aws-sdk-for-php is abandoned, you should avoid using it. Use aws/aws-sdk-php instead.
Package microsoft/azure-storage is abandoned, you should avoid using it. Use microsoft/azure-storage-blob, microsoft/azure-storage-table, microsoft/azure-storage-queue, microsoft/azure-storage-file instead.
  • For microsoft/azure-storage, see #558 . BC should be droppe
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

A simple fast, easy use distributed file system written by golang(similar fastdfs).go-fastdfs 是一个简单的分布式文件系统(私有云存储),具有无中心、高性能,高可靠,免维护等优点,支持断点续传,分块上传,小文件合并,自动同步,自动修复。

  • Updated May 15, 2020
  • Go
rumpeltux
rumpeltux commented Dec 12, 2019

Thanks for the interesting project!
I came here looking for a filesystem that I could use in my MCU.
This project seemed to be what I was looking for. Note that I use a SDHC card for datastorage.

Only after integrating littlefs in my code and experimenting I learned that the project is not a good fit because:

  • littlefs is probably not design for large files (per some bug reports, e.g. #188
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

tareefdev
tareefdev commented Dec 18, 2018

I was looking for a files tagging solution on Linux platform and ended up with two options, this great tool and attr.

I feel they are similar in both purpose and usage, e.g setting a tag
tmsu tag test.md art
setfattr -n user.tag -v "art" test.md

Also to search for a file has a tag I could use tmsu files or other tools available for attr like Recoll

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

Improve this page

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

Learn more

You can’t perform that action at this time.