From a08014149770be08e4ed26f8bb6300d0b8127110 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 2 Mar 2018 09:38:58 +0100 Subject: [PATCH] Report: use findmnt instead of mount much easier to parse visually while keeping the same amount of information Signed-off-by: Thomas Lamprecht --- PVE/Report.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/Report.pm b/PVE/Report.pm index 906c489e..0083d28f 100644 --- a/PVE/Report.pm +++ b/PVE/Report.pm @@ -26,7 +26,7 @@ my $report_def = { 'cat /etc/pve/storage.cfg', 'pvesm status', 'cat /etc/fstab', - 'mount', + 'findmnt --ascii', 'df --human', ], 'virtual guests' => [