From ce4e5f8cd967b79edd16ec06f1507d2578449af9 Mon Sep 17 00:00:00 2001 From: awokd <34515595+awokd@users.noreply.github.com> Date: Tue, 30 Jan 2018 12:40:50 +0000 Subject: [PATCH] mention discard mount option nothing 4.0 specific --- common-tasks/tips-and-tricks.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common-tasks/tips-and-tricks.md b/common-tasks/tips-and-tricks.md index 668d38fb..0ecc6486 100644 --- a/common-tasks/tips-and-tricks.md +++ b/common-tasks/tips-and-tricks.md @@ -58,4 +58,5 @@ Trim for standalone AppVMs --------------------- The `qvm-trim-template` command is not available for a standalone AppVM. -It is still possible to trim the AppVM disks by using the `fstrim --all` command from the appvm +It is still possible to trim the AppVM disks by using the `fstrim --all` command from the appvm. +Note you may need to add the `discard` option to the mount line in `/etc/fstab` inside the standalone AppVM before this will work as expected.