Welcome to the community, @reticentrobot It’s great to see your first post here.
The “clean” look of GNOME’s Nautilus can be a bit of a shock when you’re used to the information-rich File Explorer in Windows. Since you want a dedicated visual bar for your media drives without the clutter of Baobab, here are the most effective workarounds currently used:
1. The System Monitor “File Systems” Tab (Closest to Windows)
This is actually the most accurate “GUI” way to see exactly what you showed in your screenshot (a list of drives with usage bars).
- Open System Monitor.
- Switch to the File Systems tab.
It will list every mounted drive (including your movies and TV shows partitions) with a dedicated percentage bar.
2. Using “Duf” for a Visual CLI
Many users on Ask Ubuntu recommend duf because it provides a clean, colored, and organized table that looks much better than the standard df command.
Install: sudo apt install duf
Run: Just type duf in the terminal.
It groups local devices and network mounts separately with clear visual bars.
3. File Manager Alternative: Nemo
If you find Nautilus too restrictive, many Ubuntu users switch to Nemo (the file manager from Cinnamon). Nemo still supports a persistent status bar that shows “Free Space” at all times at the bottom of the window.
Install: sudo apt install nemo
Once installed, go to Edit > Preferences > Display and ensure “Show status bar” is checked.
4. GNOME Extension: Removable Drive Menu
Since you are dealing with multiple media drives, this extension puts an icon in your top bar that, when clicked, shows all drives and their remaining capacity in a clean dropdown menu