From a8ce8eb3651b59205b647702be8c9237e9542401 Mon Sep 17 00:00:00 2001 From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Thu, 14 Dec 2023 15:48:04 +0100 Subject: [PATCH] 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 --- HOWTO.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1