#
### NFS Client ####
nfs_client_enable="YES"
nfs_client_flags="-n 4"
rpc_lockd_enable="YES"
rpc_statd_enable="YES"
#
failok
flag for the remote mount.Not sure what you mean.... I'm using an mfsBSD iso. When I try to mount an NFS share I get:-For NFS no packages needed. (iSCSI either)
Setup remote drive machine as NFS server with desired remote drive directory as export.
Setup mfsBSD as NFS client.
Code:# ### NFS Client #### nfs_client_enable="YES" nfs_client_flags="-n 4" rpc_lockd_enable="YES" rpc_statd_enable="YES" #
Set mfsBSD /etc/fstab to mount remote NFS Server export at bootup.
You will want to use the thefailok
flag for the remote mount.
That way if it can't find the remote drive it will not crash the client machine.
Looks like I've been trying to figure this out for a while, but couldn't figure out how to add the required options to build mfsBSD.You will have to rebuild the kernel with these options and copy over the mfbsd image.![]()
tcp: Netconfig database not found
I'm trying to mount an NFS share when PXE booting mfsBSD. Any idea what's missing? I do realise that mfsBSD is a minimal installation of FreeBSD, but if I knew what was required to run an NFS client, maybe I could add it.forums.freebsd.org
mount -o nfsv4 <nfs-server-ip>:/ /mnt/d1
mount <nfs-server-ip>:/dir /mnt/d1
showmount -e <nfs-server-ip>
show? How does on the server the /etc/exports file look (eventually redact domain names and/or IP's)?It is present.I already had the impression mfsbsd uses the default kernel which normally has NFS.
T-deamon you have the file /etc/netconfig ?
% ls /etc/net*
/etc/netconfig /etc/netstart /etc/network.subr /etc/networks
I tried to PXE boot mfsbsd-mini-13.1-RELEASE-amd64.iso but I get numerous errors which I'm unable to capture, although most mention various 'screen*' files. mini-12.2 works fine using the same PXE entry.It is present.
Regular 13.1-RELEASE
Code:% ls /etc/net* /etc/netconfig /etc/netstart /etc/network.subr /etc/networks
mfsbsd 13.1
View attachment 14947