So, a Pi4 box is a server (192.168.66.40), a FreeBSD 13.0 laptop is a client (192.168.66.24).
As far I understood, mount Samba is absolutely impossible? Because mount_smbfs still doesn't know what is SMB2+ ? (I don't want to use smbclient, really).
OK, let's try NFS. No way too. It just hangs telling me:
Here is /etc/exports from my Pi4:
Here is part of my /etc/rc.conf (tried in different combinations):
Here is a command I tried (also tried srv/ftp, /ftp, ftp, and options -o nfsv2/3/4,nolockd):
NFS... the native unix way to share files... hmm...
So, all I have - The Handbook with non-working guides and ancient internet articles. Do folks are still using the network capabilities of the network OS?
Another two unix-like boxes (Arch and Debian) mount both Samba and NFS like a charm.
Another bunch of hours with no luck at basic OS functioning.
Another desire to format the drive and forget about this NightmareOS forever.
UPD. The Pi server is on Raspbian. The laptop client is on FreeBSD.
As far I understood, mount Samba is absolutely impossible? Because mount_smbfs still doesn't know what is SMB2+ ? (I don't want to use smbclient, really).
OK, let's try NFS. No way too. It just hangs telling me:
[tcp] 192.168.66.40:/ftp: RPCMNT: clnt_create: RPC: Remote system error - Operation timed out
Here is /etc/exports from my Pi4:
Code:
/srv/nfs 192.168.66.0/24(mp,fsid=0,no_subtree_check,all_squash)
/srv/nfs/bak 192.168.66.0/24(no_subtree_check,all_squash)
/srv/nfs/pub 192.168.66.0/24(rw,insecure,async,no_subtree_check)
/srv/ftp 192.168.66.0/24(nohide,no_subtree_check,all_squash)
Code:
nfs_client_enable="YES"
nfs_client_flags="-n 4"
rpc_lockd_enable="YES"
rpc_statd_enable="YES"
# mount -t nfs 192.168.66.40:/srv/ftp /net/nfs/ftp
NFS... the native unix way to share files... hmm...
So, all I have - The Handbook with non-working guides and ancient internet articles. Do folks are still using the network capabilities of the network OS?
Another two unix-like boxes (Arch and Debian) mount both Samba and NFS like a charm.
Another bunch of hours with no luck at basic OS functioning.
Another desire to format the drive and forget about this NightmareOS forever.
UPD. The Pi server is on Raspbian. The laptop client is on FreeBSD.
Last edited: