Re: mount_nfs a FreeBSD-set-minimal context (main is the example): only exists as rescue/mount_nfs not as sbin/mount_nfs

From: Lexi Winter <ivy_at_freebsd.org>
Date: Tue, 30 Jun 2026 17:12:26 UTC
Mark Millard wrote in <9ca69be5-c0ac-4e8f-948e-8502d272d053@yahoo.com>:
> mount_nfs happened to be the only /rescue/mount_* that was not also a
> /sbin/mount_* . /lib/libutil.so.10 is present. (Even
> /usr/lib/librpcsvc.so.5 is present, not that it is used for mount_nfs.)
> It seemed odd for mount_nfs to only be for rescue activities --or to use
> /rescue/mount_nfs as a /sbin/mount_nfs replacement.
 
you shouldn't use /rescue/mount_nfs as a replacement for /sbin/mount_nfs.
use /sbin/mount_nfs, which is in the FreeBSD-nfs package.