[GH-ISSUE #1182] missing partition size #760

Open
opened 2026-03-02 16:01:16 +03:00 by kerem · 0 comments
Owner

Originally created by @irulvam on GitHub (May 17, 2024).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/1182

I need the partition size status to know the current capacity, so that my client can see if the disk is running out and can contact me to increase the disk

<?php echo lng('PartitionSize').': <span class="badge text-bg-light border-radius-0">'.fm_get_filesize(@disk_free_space($path)) .'</span> '.lng('FreeOf').' <span class="badge text-bg-light border-radius-0">'.fm_get_filesize(@disk_total_space($path)).'</span>'; ?>

Can you make an option to display the partition size?

Screenshot 2024-05-17 202857

Originally created by @irulvam on GitHub (May 17, 2024). Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/1182 I need the partition size status to know the current capacity, so that my client can see if the disk is running out and can contact me to increase the disk > `<?php echo lng('PartitionSize').': <span class="badge text-bg-light border-radius-0">'.fm_get_filesize(@disk_free_space($path)) .'</span> '.lng('FreeOf').' <span class="badge text-bg-light border-radius-0">'.fm_get_filesize(@disk_total_space($path)).'</span>'; ?>` Can you make an option to display the partition size? ![Screenshot 2024-05-17 202857](https://github.com/prasathmani/tinyfilemanager/assets/1930306/36526526-f1f8-4056-8736-1313a2a6f72b)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tinyfilemanager#760
No description provided.