Sai Teja Suram
Sai Teja Suram
> Whilst doing some new work I got stuck implementing a new provider, independent of goofys, because it is in the internal package. what do you mean by a new...
I think this is a goofys bug. After a quick scan, I **think** the bug is this goofys sends HeadBlob("") to s3 when xattrs are being fetched on the root...
Can you try `cp --sparse=never a b` (On os-x `gcp --sparse=never a b`)
Yes, sparse files are not supported
> The following steps work for me on Fedora 32 to use FUSE in a Docker container without `--privileged` or `--cap-add SYS_ADMIN`: > > * Patch the seccomp profile to...