nfs

  1. teremalex

    Another ZFS NFS question

    Hello everyone, I've looked through all the questions about ZFS share through NFS and did not found any solution of my problem. I am creating ZFS share on freeBSD14 and then trying to mount it on MacOS. So here is the /etc/rc.conf hostname="zfscheck" ifconfig_em0="DHCP" sshd_enable="YES"...
  2. JamesElstone

    A way to mount a specific path on an NFS server, based on hostname...

    For example: mount_nfs server:/$(hostname)/usr_local /usr/local But in /etc/fstab, or some other late mounting file system point in the rc system? (FYI: Not mounting / via NFS, but usr/local to a specific exported mountpoint). Not sure how to approach this, any one any ideas please? Kind...
  3. S

    Solved How to mount NFS file systems as non-root user?

    Hello, I'm new to FreeBSD. I'm trying allow non-root users to be able to freely mount NFS filesystems, but I'm not sure what I'm missing? Mounting physical media is working well, but the moment I try to mount an NFS disk it throws an error. I'm both new to FreeBSD and NFS filesystems, so I'm...
  4. F

    Solved Unable to connect to Ubuntu Linux hosted NFS share from FreeBSD VM guest

    I have a NFS share exported from a Ubuntu Linux system, with the /exports looking as follows: /nfs/directory 192.168.21.239(rw,sync,no_subtree_check) then confirm the export is being shared with showmount -e 192.168.21.2 from the FreeBSD VM guest and finally try to mount with mount -vvv -t nfs...
  5. Freedom

    bhyve Homelab hypervisor and NFS setup pattern

    Hi, I am setting up a very simple FreeBSD hypervisor in my homelab mainly for learning purpose as I am new to FreeBSD, Bhyve and ZFS. - The host is pretty small: 12Gb of RAM and 500Gb of disk - I opted for a very simple setup for now: ZFS with one disk and one zpool (zroot). - I use vm-bhyve -...
  6. decuser

    mounting zfs over nfs

    I have set up an nfs share on my local home network as follows: zfs list prime/ark 12.8G 883G 12.8G /ark vipw - change my user to 1000 to match linux vigr - change my group to 1000 to match linux recursively chown the zfs mount point to my user and group...
  7. degauss4

    ZFS Copying a large amount of data using rsync over NFS vs SSH

    Hello everyone, I am running a homemade NAS server (consumer hardware with a lot of storage), and I am migrating my data that was all on an external USB disks. I tried out many methods and tests before running a production environment (including installing a base 14.1-RELEASE). Currently I am...
  8. X

    NFS mounting issue - identifier removed

    Hi, I have a TrueNas server that is sharing some directories over NFSv3 - I am trying to mount them on another FreeBSD 14 server. If I mount them manually there are no errors initially, but as soon as I have entered a directory and then try to go back I get the error "Identifier removed". In...
  9. S

    Issue with NFS mount

    Hi Community, The directory /iso from the FreeBSD server has been mounted to a Rhel server. I mounted the directory about a month and a half ago. It has been working. Yesterday I created a new directory /share and wanted to replace /iso with /share. I removed /iso from /etc/exports file and...
  10. M

    NFS connection not possible

    Hello forum users, I use FreeBSD 14.1. The system runs an XFCE desktop. I would like to use Thunar to access an NFS share from my NAS server. Unfortunately, I get the following error message with Thunar: Permission denied: "This computer may not be authorized or a privileged port is expected."...
  11. M

    ZFS zfs sharenfs property ignored when mounting encrypted datasets

    Hi, I'm on 14.0-RELEASE and wondering if that is intended behaviour. I have an encrypted dataset with "sharenfs" property set (and indeed intent to share once mounted) but after loading the key and mounting, the dataset is not automatically exported (/etc/zfs/exports is empty) so I have to issue...
  12. W

    practical to nfs share /usr/local ?

    I have some bhyve guests running FreeBSD. As the guest disk sizes are fix and cannot grow (true?) I'd like to keep them small and nfs mount as much as possible from the host. I wonder now if it is possible and practical to save some guest disk space by nfs mounting /usr/local from the bhyve...
  13. nathanpc

    NFS exports with wildcard domains

    Hello, I have a very simple automated system at home where all my servers and computers get assigned domains based on their type (for example all workstations follow the hostname.ws.lan naming convention, servers are hostname.srv.lan, etc.). Since I already have this domain-based organization...
  14. Sparkee

    encrypt NFS in transit

    Has anyone worked on encrypting NFS via transit? Goal: have the traffic between the NFS server and client encrypted.
  15. D

    PF NFSv4 vs PF

    Hello Friends, I'm kinda new on FreeBSD firewall and i'm having some issues setting up a NFSv4 file server with a PF firewall. Every time I enable my firewall I get dropped from NFSv4. My pf.conf is very simple and it looks its working for both SSH and SMB but not for NFS: block in all pass...
  16. cbunn

    NFS issues with macOS clients

    I've been running a FreeBSD NAS for a long time now with ZFS filesystems shared via NFS. In the past, macOS had no issues connecting, though the default when using Finder was NFSv3. Good enough for me. But I've recently upgraded from Mojave (10.14) to Ventura (13.2) and have been having trouble...
  17. spmzt

    gssd can't work as nfs client with -h flag (PNFS+KRB)

    Hi, I have setup a PNFS server (NFSv4 only) with kerberos (heimdal) and I have a problem with gssd. I want to use kerberos on PNFS MDS as a NFS client to its PNFS DSs and as a NFS Server to its NFS clients which is connect to the PNFS MDS itself. But let's break down the problem. I can not use...
  18. M

    FreeBSD 13.1 : ZFS NFS : .zfs/snapshot : Stale file handle

    Hi, since upgrading to 13.1-RELEASE of FreeBSD I can't anymore access to .zfs/snapshot folder over NFS. On Ubuntu or Debian client when I tried to acces do .zfs/snapshot I obtain : Stale file handle medic:/home/user1 on /home/user1 type nfs...
  19. A

    Discard/Trim is not working on NFS4.2 server (FreeBSD 13.1)

    Hello As one may know NFS version 4.2 supports discards (trim). It was acknowledged to work on many Linux distros - RHEL 7, Opensuse 15, ovios etc. In FreeBSD version 13 (13.1 in my case) we also have NFS server ver 4.2 but discards doesn't work. Is it a bug or? p.s. I'm not the only one...
  20. B

    NFSv4 File Contents not Updating Automatically

    I have some NFS shares exported on my server (13.1-RELEASE), and one of them exports my code to my workstation. I primarily use the vscode package for editing my code. My workstation is also running FreeBSD. I was using 14.0-CURRENT earlier, but as a moderator pointed out, issues such as that...
Back
Top