On 2026-04-20 21:10:48, Lloyd wrote:
> I would thus expect this to be in the mount_nfs(8) man page but it
> doesn't seem to be there. Neither are soft and interruptible mounts.
>
> The flags are all documented as passed on the command line, but the
> abbreviations used in /etc/fstab are eluding me. Is it staring me in
> the face somewhere or is this a legit gap in the NFS man pages?
The flags can be passed via fstab too.
This is documented in "man mount" at bottom of "-o options"
For example the -b (bg) can be specified as:
> server:/export/shared /mnt nfs rw,nodev,nosuid,soft,intr,bg 0 0
server:/export/shared /mnt nfs rw,nodev,nosuid,soft,intr,-b 0 0
I agree it would be nice if the option words were in the mount_nfs manpage.
flag option
-2 nfsv2
-3 nfsv3
-b bg
-c conn
-d dumbtimer
-i intr
-l rdirplus
-s soft
-T tcp
-U mntudp
resvport
That last one doesn't have a matching flag (that I can see).