clean-up finished

This commit is contained in:
2025-08-10 13:10:26 +02:00
parent 72a260c65f
commit 5900dfb217

View File

@@ -50,7 +50,7 @@ pub fn get_disk_utitlization() -> Result<(f64, f64, f64, f64), Box<dyn Error>> {
let disks = Disks::new_with_refreshed_list();
for disk in disks.list() {
// Ignoriere CD-ROMs und kleine Systempartitionen
// Ignoriere kleine Systempartitionen
println!(
"Disk_Name: {:?}, Disk_Kind: {}, Total: {}, Available: {}",