summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xbin/mnts2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mnts b/bin/mnts
index cbf534c..a7ad5c0 100755
--- a/bin/mnts
+++ b/bin/mnts
@@ -48,7 +48,7 @@ handle() {
 	done
 }
 
-lsblk -fJ |
+lsblk -flJ |
 	jq -r '.. | select(.uuid?!="" and .name?) | select((.name | test("hibiki|nvme") | not) and .fstype?) | [ .name, .label, .mountpoints[0] // "" ] | @tsv' |
 	awk -F'\t' '{printf "/dev/%-10s\t%-15s\t%s\n", $1, $2, $3;}' |
 	menu --list=8 |