Date: Thu, 19 Dec 2024 17:26:19 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 283420] mount -p doesn't display correctly unionfs mounts Message-ID: <bug-283420-227@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D283420 Bug ID: 283420 Summary: mount -p doesn't display correctly unionfs mounts Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: bin Assignee: bugs@FreeBSD.org Reporter: olivier@freebsd.org mount -p (displaying in fstab format) is buggy with unionfs mounts. How to reproduce: $ mkdir -p /tmp/jails/usr/local $ mount -t unionfs -o below -o noatime /usr/local /tmp/jails/testing/usr/lo= cal $ mount | grep unionfs <below>:/usr/local on /tmp/jails/usr/local (unionfs, NFS exported, local, noatime, nfsv4acls) $ $ mount -p | grep unionfs /u /tmp/jails/usr/local unionfs rw,noatime,nfsv4acl= s=20=20=20 0 0 =3D> It is displaying "/u" in place of "/usr/local". --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-283420-227>