Date: Wed, 22 May 2019 10:36:34 -0700 From: Johannes Lundberg <johalun@FreeBSD.org> To: FreeBSD Current <freebsd-current@freebsd.org> Subject: Weirdness when writing to pseudofs file Message-ID: <6ec62e4d-9f93-ffe1-646c-3846c9308334@FreeBSD.org>
next in thread | raw e-mail | index | archive | help
Hi I'm fiddling with lindebugfs, which is based on pseudofs. When writing to a file, this works: # echo 1 >> /path/to/file but this does not: # echo 1 > /path/to/file "Operation not supported." is returned before the pseudofs code is even entered. Is this expected behavior? (if so, why?) Thanks in advance /Johannes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6ec62e4d-9f93-ffe1-646c-3846c9308334>