Changes between Version 4 and Version 5 of TipAndDoc/network/nfs
- Timestamp:
- Mar 22, 2011 6:21:56 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TipAndDoc/network/nfs
v4 v5 9 9 > I think it means kill -9, though please note that you are reading a quite old howto (as most other TLDP howtos, I think) from 2002 year, and regarding NFS mount options hard,intr are already default and 10 10 >> The intr / nointr mount option is deprecated after kernel 2.6.25. Only SIGKILL can interrupt a pending NFS operation on these kernels, and if specified, this mount option is ignored to provide backwards compatibility with older kernels. 11 12 * [http://archive.linux.or.jp/JF/JFdocs/NFS-HOWTO/performance.html NFS の性能を最適化する]