File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ TOTAL_SWAP_RAW=$(free | grep Swap | awk '{ print $2 }')
267267TOTAL_SWAP=$( format_size " $TOTAL_SWAP_RAW " )
268268echo -e " Swap : $TOTAL_SWAP "
269269# total disk size is calculated by adding all partitions of the types listed below (after the -t flags)
270- TOTAL_DISK_RAW=$( df -t simfs -t ext2 -t ext3 -t ext4 -t btrfs -t xfs -t vfat -t ntfs -t swap --total 2> /dev/null | grep total | awk ' { print $2 }' )
270+ TOTAL_DISK_RAW=$( df -t simfs -t ext2 -t ext3 -t ext4 -t btrfs -t xfs -t vfat -t exfat -t ntfs -t swap --total 2> /dev/null | grep total | awk ' { print $2 }' )
271271TOTAL_DISK=$( format_size " $TOTAL_DISK_RAW " )
272272echo -e " Disk : $TOTAL_DISK "
273273DISTRO=$( grep ' PRETTY_NAME' /etc/os-release | cut -d ' "' -f 2 )
You can’t perform that action at this time.
0 commit comments