Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 May 2026 09:12:21 +0300
From:      Rozhuk Ivan <rozhuk.im@gmail.com>
To:        freebsd-hackers@freebsd.org, freebsd-current@freebsd.org
Cc:        Rozhuk Ivan <Rozhuk.IM@gmail.com>
Subject:   Remount does not work, does it ok?
Message-ID:  <20260508091221.4a7b4147@rimwks.local>

index | next in thread | raw e-mail

Hi!

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?



PS: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295096


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20260508091221.4a7b4147>