This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Total disk space wrong
#3
RE: Total disk space wrong
(06-12-2015, 04:10 AM)Diablo925 Wrote: its only show the free Space on on the sda /var/sentora/hostdata/ is place


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'), 02)); 
 
            
I just solved the problem by reinstalling ubuntu with a customized partition . Thanks for your help .
Reply
Thanks given by:


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
Excessive disk usage testing 11 25 ,239 12-15-2018, 11:27 PM
Last Post: rsthomas
Disk Quota Issues JSmith 5 13 ,001 11-16-2018, 12:39 AM
Last Post: nibaldo
Sentora shows only 50gb space out of 600gb CJsent 3 8 ,073 11-24-2017, 08:57 PM
Last Post: Me.B

Forum Jump:


Users browsing this thread: 1 Guest(s)