|
|
ru.linux- RU.LINUX --------------------------------------------------------------------- From : Alexander Lubyagin 2:5056/16.70 08 Jan 2005 14:10:38 To : Kirill Frolov Subject : nfs -- server failure -- ? --------------------------------------------------------------------------------
06 Jan 05 01:17, you wrote to all:
KF> Hикак не понимаю. До чего же баго-неуязвимый этот линуховый nfs --
KF> после падения и перезагрузки файлового сервера на клиентской машине
KF> "зависшие" приложения развисаются и как ни в чём не бывало работают
KF> дальше! :-O
man mount
/Mount options for nfs
-------
....
Especially useful options include
rsize=8192,wsize=8192
This will make your nfs connection much faster
than with the default buffer size of 1024. (NFSv2
does not work with larger values of rsize and wsize.)
hard The program accessing a file on a NFS mounted file
system will hang when the server crashes. The process
cannot be interrupted or killed unless you also
specify intr. When the NFS server is back online the
program will continue undisturbed from where it was.
This is probably what you want.
soft This option allows the kernel to time out if the nfs
server is not responding for some time. The time
can be specified with timeo=time. This option
might be useful if your nfs server sometimes doesn't
respond or will be rebooted while some process tries
to get a file from the server. Usually it just
causes lots of trouble.
nolock Do not use locking. Do not start lockd.
-------
--- GoldED+/LNX Debian
* Origin: KOSC/Kirov Open Source Community (2:5056/16.70)
Вернуться к списку тем, сортированных по: возрастание даты уменьшение даты тема автор
Архивное /ru.linux/333941dfb24c.html, оценка из 5, голосов 10
|