PDA

View Full Version : Disk Usage



prashantbhushan
01-10-2007, 10:33 PM
Hi ,
I am not getting how the disk space usage is calculated.
On of my client's mailing is on DA Server. Site is on another server.
It is showing the disk usage as 393.7MB whereas i have allotted 25MB.

Total Disk Usage (meg) : 393.7 MB
Allotted : 25 MB

Email Disk Usage : 2.76 MB

I have checked all the mail accounts it is not using more than 2.76 MB.

eymbo
01-11-2007, 01:52 AM
Please run "cat /etc/fstab" without the quotes in SSH under root.

prashantbhushan
01-11-2007, 03:08 AM
# This file is edited by fstab-sync - see 'man fstab-sync' for details
LABEL=/ / ext3 defaults,usrquota,grpquota 1 1
LABEL=/backup /backup ext3 defaults 1 2
LABEL=/boot /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /dev/shm tmpfs defaults 0 0
none /proc proc defaults 0 0
none /sys sysfs defaults 0 0
LABEL=SWAP-sda2 swap swap defaults 0 0
/dev/hdc /media/cdrom auto pamconsole,exec,noauto,managed 0 0
/dev/fd0 /media/floppy auto pamconsole,exec,noauto,managed 0 0




Originally posted by eymbo
Please run "cat /etc/fstab" without the quotes in SSH under root.