Remote Filesysemts, Network filesystems
those include: nfs, webdav, sshfs, openafs, coda, etc etc... Usefull stuff for nfs: mount options: rsize=8192,wsize=8192 ( default is 1024 and makes nfs slow, but is required for old nfsv2 servers ) soft (soft If an NFS file operation has a major timeout then report an I/O error to the calling program. The default is to continue retrying NFS file operations indefinitely.), hard is very very very bad when your nfs server dies ( or if network dies )
intr If an NFS file operation has a major timeout and it is hard mounted, then allow signals to interupt the file operation and cause it to return EINTR to the calling program. The default is to not allow file operations to be interrupted.
retry=n The number of minutes to retry an NFS mount operation in the foreground or background before giving up. The default value is 10000 minutes, which is roughly one week.http://www.fs.net/
| Remote Filesysemts, Network filesystems | | 2004.03.01-12:34.00
