Date: Fri, 08 May 2026 06:11:41 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 295096] mount fail on remount with tmpfs with extra args Message-ID: <bug-295096-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295096 Bug ID: 295096 Summary: mount fail on remount with tmpfs with extra args Product: Base System Version: 15.0-STABLE Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: bin Assignee: bugs@FreeBSD.org Reporter: rozhuk.im@gmail.com Command sequence does not work: mkdir -p /tmp/1234567 mount -o rw -o nomtime -o pgread -o size=10m -o mode=0777 -o noexec -o nosuid -o inodes=128k -t tmpfs tmpfs /tmp/1234567 mount -u -o ro /tmp/1234567 mount: tmpfs: mount option <pgread> is unknown: Operation not supported ... mount: tmpfs: mount option <mode> is unknown: Operation not supported ... mount: tmpfs: mount option <inodes> is unknown: Operation not supported ... Only mount -o rw -o nomtime -o size=10m -o noexec -o nosuid -t tmpfs tmpfs /tmp/1234567 wokrs. Can it be fixed? -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-295096-227>
