wiki.xw3.org

Welcome to the xw3 Wiki! Powered by hanez

User Tools

Site Tools


nfs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
nfs [2025-03-23] – removed - external edit (Unknown date) 127.0.0.1nfs [2025-03-23] (current) – ↷ Page moved from user:nfs to nfs hanez
Line 1: Line 1:
 +====== NFS ======
  
 +===== In case of problems =====
 +
 +Try this on your server and remount on the client:
 +
 +<code># To free pagecache
 +echo 1 > /proc/sys/vm/drop_caches
 +
 +# To free dentries and inodes
 +echo 2 > /proc/sys/vm/drop_caches
 +
 +# To free pagecache, dentries and inodes
 +echo 3 > /proc/sys/vm/drop_caches</code>
 +
 +Source: [[https://unix.stackexchange.com/questions/433051/mount-nfs-stale-file-handle-error-cannot-umount]]