Monday, April 20, 2026

Re: NFS Portmap: RPC: Program not registered

On 2026-04-19 8:06:57, Lloyd wrote: > in /etc/fstab with the following mount options: > server:/export/shared /mnt nfs rw,nodev,nosuid,soft,intr 0 0 > > Any advice to keep unreliable NFS mounts from halting boot would be appreciated! Add "bg" to the options. ex: server:/export/shared /mnt nfs rw,nodev,nosuid,soft,intr,bg 0 0 option bg is the same as -b in mount_nfs, see man mount_nfs.

No comments:

Post a Comment