[Bug 291027] mount(8) may produce invalid fstab(5) output

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 15 Nov 2025 09:55:51 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291027

--- Comment #1 from Markus Stoff <markus@stoffdv.at> ---
Sorry for the copy and paste error in the how to reproduce section. It should
of course read:

How to reproduce:

  # zfs create 'tank/test with spaces'
  # mount -p
  tank/test with spaces  /tank/test with spaces zfs     rw,noatime,nfsv4acls   
0 0

Expected:

  # zfs create 'tank/test with spaces'
  # mount -p
  tank/test\swith\sspaces /tank/test\swith\sspaces zfs  rw,noatime,nfsv4acls   
0 0

-- 
You are receiving this mail because:
You are the assignee for the bug.