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:
committed by
George Melikov
parent
56afbc77ef
commit
ccb9d2a17f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user