Changes between Version 3 and Version 4 of TipAndDoc/network/nfs


Ignore:
Timestamp:
Feb 23, 2011 11:52:39 PM (13 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/network/nfs

    v3 v4  
    44   * 良くまとまっているので、このページのみでほぼ構成できた。 
    55 * [http://masaoo.blogspot.com/2009/08/ubuntu-nfs.html まさおのブログ (表): Ubuntu で NFS サーバの設定をする] 
     6 
     7 * [http://fragments.g.hatena.ne.jp/hogem/20080924/1222266324 nfsのmountオプション - うまい棒の断片 - 断片部] 
     8 * [http://stackoverflow.com/questions/2680917/whats-sure-kill-when-talking-about-nfs-mount-option what's "sure kill" when talking about NFS mount option? - Stack Overflow] 
     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 >> 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.