From db1219b843a79e639c4a1947ff3cf68bd5f13862 Mon Sep 17 00:00:00 2001 From: Marcin Szychowski Date: Tue, 9 Jun 2020 18:06:15 +0200 Subject: [PATCH] Fixing minor typo (#26) Co-authored-by: Marcin Szychowski --- docs/Project and Community/FAQ.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Project and Community/FAQ.rst b/docs/Project and Community/FAQ.rst index def929e..4001026 100644 --- a/docs/Project and Community/FAQ.rst +++ b/docs/Project and Community/FAQ.rst @@ -563,7 +563,7 @@ ZVOL used space larger than expected the kernel to specify to zfs which blocks are unused. | Executing a ``fstrim`` command before a snapshot is taken will ensure a minimum snapshot size. -| Adding the ``discard`` option for the mounted ZVOL in ``\etc\fstab`` +| Adding the ``discard`` option for the mounted ZVOL in ``/etc/fstab`` effectively enables the Linux kernel to issue the trim commands continuously, without the need to execute fstrim on-demand.