(06-12-2015, 04:10 AM)Diablo925 Wrote: its only show the free Space on on the sda /var/sentora/hostdata/ is placeI just solved the problem by reinstalling ubuntu with a customized partition . Thanks for your help .
PHP Code:$maximum = self::$diskquota;
$used = self::$diskspace;
if ($maximum == 0) {
if (sys_versions::ShowOSPlatformVersion() != 'Windows') {
// We'll specify the full path to the hsoted directory to ensure that NFS mounts etc are taken into account.
$free = disk_free_space(ctrl_options::GetOption('hosted_dir'));
} else {
// On Windows we'll check the disk (partition) that is configured for the 'hostdata' directory.
$free = disk_free_space(substr(ctrl_options::GetOption('hosted_dir'), 0, 2));
}
Total disk space wrong
|
|
« Next Oldest | Next Newest »
|
Messages In This Thread |
Total disk space wrong - by sanoop - 06-12-2015, 03:52 AM
RE: Total disk space wrong - by Diablo925 - 06-12-2015, 04:10 AM
RE: Total disk space wrong - by sanoop - 06-12-2015, 02:09 PM
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Increase disk space by adding volume only, it is okay? | 7rdoq | 10 | 698 |
11-06-2024, 07:27 AM Last Post: TGates |
|
Excessive disk usage | testing | 11 | 28 ,217 |
12-15-2018, 11:27 PM Last Post: rsthomas |
|
Disk Quota Issues | JSmith | 5 | 14 ,093 |
11-16-2018, 12:39 AM Last Post: nibaldo |
Users browsing this thread: 1 Guest(s)