sorting of filesystem
daniejstriata opened this issue · 1 comments
daniejstriata commented
How are the file systems sorted now? Should it not be by id or use% by default? Also, should / not be on top by default in my example?
┌──┬─────┬──────────────┬────┬────┬────┬─────────┬─────┬────┬─────────────────────────────────────────┐
│id│ dev │ filesystem │disk│type│used│ use% │avail│size│mount point │
├──┼─────┼──────────────┼────┼────┼────┼─────────┼─────┼────┼─────────────────────────────────────────┤
│49│259:2│/dev/nvme3n1 │SSD │xfs │9.0G│28% █▍ │ 23G│32G │/var/lib/zabbix-mysql-data │
│38│259:4│/dev/nvme0n1p1│SSD │xfs │9.4G│44% ██▎ │ 12G│21G │/ │
│42│259:1│/dev/nvme2n1 │SSD │xfs │1.8G│34% █▊ │ 3.5G│5.4G│/var/lib │
│48│259:0│/dev/nvme1n1 │SSD │xfs │ 35M│ 3% ▏ │ 1.0G│1.1G│/var/lib/volumes │
└──┴─────┴──────────────┴────┴────┴────┴─────────┴─────┴────┴─────────────────────────────────────────┘
Canop commented
Filesystems are sorted by size. Most usually this makes the one you're interested into near the top.