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.
This commit is contained in:
Brooks Davis
2022-11-01 23:53:38 +00:00
committed by George Melikov
parent 56afbc77ef
commit ccb9d2a17f

View File

@@ -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