Web Hosting Talk







View Full Version : disk usage on virtouzo


newk
01-20-2005, 06:40 PM
hi,

i have vps on virtouzo.

my vps already consumed 98% disk usage
my html files and personal files are just less than 1MB.

1. what folder should i look to, to free up space?

2. in windows theres temp folder where its safe to delete files there.
in linux which files/directory should i delete to free up space?

thanks

RyanD
01-20-2005, 06:42 PM
/tmp, /var/tmp, /dev/shm

run the command "df -h" to see how much space is available and used on each partition. that should help you narrow down your search.

BF-Gary
01-20-2005, 06:48 PM
Also look for any extra .rpm and tar.gz files that were used for setup.

newk
03-06-2005, 04:20 AM
is it safe to delete
/usr/lib/rpm folder?

i need to make some space,
how will i know what applications are installed in my system?

FHDave
03-06-2005, 04:28 AM
Virtuozzo VPS only has one partision on each VPS. Thus df -h will only show one partition only, e.g.:

bash-2.05b# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/vzfs 3.0G 49M 2.9G 2% /
bash-2.05b#

newk
03-08-2005, 01:47 PM
whats the equivalent command in hsphere complete for the disk usage in cpanel, where it lists the directory sizes ?