From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Thu, 14 Dec 2023 14:48:04 +0000 (+0100) Subject: doc: Reference geom(4) for FreeBSD users X-Git-Tag: fio-3.37~79^2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=a8ce8eb3651b59205b647702be8c9237e9542401;p=fio.git doc: Reference geom(4) for FreeBSD users On FreeBSD, write access to Rank 1 geom providers is disabled by default. However, it can be enabled with the `kern.geom.debugflags` sysctl as documented in geom(4). Point users to that manual page for smoother experience. Signed-off-by: Mateusz Piotrowski 0mp@FreeBSD.org --- diff --git a/HOWTO.rst b/HOWTO.rst index d173702b..847c0356 100644 --- a/HOWTO.rst +++ b/HOWTO.rst @@ -801,7 +801,7 @@ Target file/device On Windows, disk devices are accessed as :file:`\\\\.\\PhysicalDrive0` for the first device, :file:`\\\\.\\PhysicalDrive1` for the second etc. - Note: Windows and FreeBSD prevent write access to areas + Note: Windows and FreeBSD (refer to geom(4)) prevent write access to areas of the disk containing in-use data (e.g. filesystems). The filename "`-`" is a reserved name, meaning *stdin* or *stdout*. Which