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

All Questions

Tagged with
1 vote
1 answer
1k views

Why NFS shows 100% but actual disk usage is some MB only

We have an issue with one of the NFS as its showing 94% usage as per df but actually some 10 BM only used. # df -h |grep lv-new-1401 cbjserver:/f04780/lv-new-1401 10G 9.4G 650M 94% /var/lib/...
Gineesh's user avatar
  • 111
10 votes
1 answer
6k views

How do you declare a bind mount in NixOS?

I'm trying to declare a bind mount in my NixOS configuration. I'm trying the configuration snippet below, but it sends the OS into recovery mode when I test it out (using nixos-rebuild test). To be ...
kevlar1818's user avatar
4 votes
1 answer
1k views

How to mount with 'strictatime'

I have tried this: # mount -o strictatime someip:/fs/share /mnt/mymount After that, when I run mount or cat /proc/mounts, it doesn't show the strictatime for the mount point. Why?
RaGa__M's user avatar
  • 143
0 votes
1 answer
2k views

Overlay with read only NFS and writable NFS

i use a PXE Boot with mounting a read only NFS Share. Now i like to overlay this with another RW NFS Share. How would I do this?
Rene's user avatar
  • 5
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