The disk drive for /nfspath is not ready yet or not presentand found this error in syslog like this:
Continue to wait; or Press S to skip mounting or M for manual recovery
mountall: mount /nfspath [617] terminated with status 32Ater search a bit we can avoid to wait when boot by edit fstab and put "nobootwait" option after line
mount.nfs: Failed to resolve server nfsserver: Temporary failure in name resolution
Before:
nfsserver:/nfsserverpath /nfspath nfs bg,vers=3,tcp,hard,intrAfter:
nfsserver:/nfsserverpath /nfspath nfs bg,vers=3,tcp,hard,intr,nobootwait
ref:findincity
No comments:
Post a Comment