From ccb9d2a17f428c4c594ed935985d2f4f2a0ad268 Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Tue, 1 Nov 2022 23:53:38 +0000 Subject: [PATCH] Mention that fdescfs needs to be mounted Some tests require access to /dev/fs/3 which requires a proper /dev/fd with fdescfs not just symlinks to fd's 0-2. --- docs/Getting Started/FreeBSD.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/Getting Started/FreeBSD.rst b/docs/Getting Started/FreeBSD.rst index a7b5354..6e118b7 100644 --- a/docs/Getting Started/FreeBSD.rst +++ b/docs/Getting Started/FreeBSD.rst @@ -128,4 +128,15 @@ Though not required, ``WITHOUT_ZFS`` is a useful build option in FreeBSD to avoid building and installing the legacy zfs tools and kmod - see ``src.conf(5)``. +Some tests require fdescfs to be mount on /dev/fd. This can be done +temporarily with: +:: + + mount -t fdescfs fdescfs /dev/fd + +or an entry can be added to /etc/fstab. +:: + + fdescfs /dev/fd fdescfs rw 0 0 + .. |ZoF-logo| image:: /_static/img/logo/zof-logo.png