diff --git a/src/mount/mount-tool.c b/src/mount/mount-tool.c index 53c1102267..3e19d4bbe5 100644 --- a/src/mount/mount-tool.c +++ b/src/mount/mount-tool.c @@ -1438,7 +1438,7 @@ static int list_devices(void) { if (r < 0) return log_error_errno(r, "Failed to add property match: %m"); - table = table_new("NODE", "PATH", "MODEL", "WWN", "TYPE", "LABEL", "UUID"); + table = table_new("NODE", "PATH", "MODEL", "WWN", "FSTYPE", "LABEL", "UUID"); if (!table) return log_oom();