You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great work here but found that if disk mounts have long names, the case of LVM's the output is zero.
In order to fix the correct output I add '--portability' to the df command in disk.php.
From Man Page:
-P' --portability'
Use the POSIX output format. This is like the default format
except for the following:
1. The information about each filesystem is always printed on
exactly one line; a mount device is never put on a line by
itself. This means that if the mount device name is more
than 20 characters long (e.g., for some network mounts), the
columns are misaligned.
2. The labels in the header output line are changed to conform
to POSIX.
The text was updated successfully, but these errors were encountered:
Great work here but found that if disk mounts have long names, the case of LVM's the output is zero.
In order to fix the correct output I add '--portability' to the df command in disk.php.
From Man Page:
-P'
--portability'Use the POSIX output format. This is like the default format
except for the following:
The text was updated successfully, but these errors were encountered: