Hi, when i try to access a file via NFS and the network interface shuts down,
while accessing this file, my process blocks.
After starting up the network again, my process seems to keep on reading where it stopped.
Are there any drawbacks? How much time can the network shutdown take until problems occure (ie. TCP connections with Keep Alive can be idle for about 2hrs and a few minutes)?
Are there some dependencies on mount flags? I use:
Code:
/etc/fstab:
HOST:/vol /mnt/dir nfs defaults 0 0