helloSystem / Utilities

Utilities written in PyQt5, meant for use with helloSystem
BSD 2-Clause "Simplified" License
28 stars 29 forks source link

Make notifications show which disk partition #221

Open louies0623 opened 12 months ago

louies0623 commented 12 months ago

image Need to clearly display which disk volume to know which is almost full.

probonopd commented 12 months ago

How can it be more clear? The volume called data-, mounted at /media/data- is full.

louies0623 commented 12 months ago

I wish it had the disk code that appears like in the box This way will know which partition is the problem. diskutil-list-find-disk-id-identifier-mac

272209287-f667fd76-11cc-488f-ac9e-d151e002d7c4

Hierosme commented 11 months ago

Processes.app is not the best of the world but can show you with GUI which disk partition it is .... Disk Usage Tabe and use you Mouse Wheel for high speed strap.

In fact /media/data- is a mount point and not directally a disk/volume. In that case a good option is to use Disk Free command line like df -h.

probonopd commented 11 months ago

Disk related stuff should go into Disk Utility.