Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
6 questions with no upvoted or accepted answers
2 votes
0 answers
3k views

NFS client (SFU in Windows 7) creates folders with 'x' bits set to false

I have a drive mounted on a Windows 7 64-bit machine from a VirtualBox Ubuntu VM via NFS. Whenever I try creating a folder from Windows, the folder is created with its executable bit set to false, ...
Klemen Slavič's user avatar
1 vote
0 answers
137 views

union-mount file system that actually deletes from all layers

Here's my use-case: I have roughly a dozen machines loosely clustered together, each with a few hundred GB partition that's currently not used. I would like to make a scratch partition so that users ...
zebediah49's user avatar
0 votes
0 answers
669 views

How to make AWS EFS work fast? (looks like a bug)

I am copying (by DataSync) from one EFS to another EFS (both Provisioned (1024 MiB/s)) at 14.57 MiB/s. Both systems are in the same subnet in the US. (Moreover, when I tried to change them back to ...
porton's user avatar
  • 321
0 votes
0 answers
102 views

Is there a way to create a multipart archive in multiple sessions?

I have a remote machine, where the space is very limited (~15GB free) I have an NFS share mounted on this VM, the size of the share is ~600GBs. The NFS share has lightning-fast access from this ...
NS Gopikrishnan's user avatar
0 votes
0 answers
441 views

Is there a way to keep two directories (on two servers) in sync with each other, truly?

I have two servers in AWS that we are using to store a software packages codebase that is accessed by the web application/server. /var/www/vhosts/application-dua/content/ This same folder structure ...
Barry Chapman's user avatar
0 votes
1 answer
1k views

Is there a race condition when two computers have the same remote directory mounted over NFS

I am seeing some very strange results in a filesystem where I have one machine that creates a directory in a mounted NFS filesystem, does some work it in, then makes a remote call to another machine ...
nathan's user avatar
  • 1