Software :: Graphical Breakdown Of Disk Usage
Jan 16, 2010
The Disk Usage Analuser application in GNOME (baobab) only displays directories, not files. I think this is a huge deficiency that greatly reduces it's usefulness. Can anyone recommend an application (preferably GNOME/GTK) that's capable of providing a graphical break down of disk usage for the contents of a user's home directory with both directories and files sorted by the amount of space they take up? Like ncdu but with a GUI.
View 6 Replies
ADVERTISEMENT
Mar 15, 2010
I was trying to get the status of memory usage and disk usage using sigar in windows and ubuntu. done this in windows by just copying the sigar library into jdk library. But i was unable to do so in ubuntu. I've copied the library to java-6-sun library but still can't run the program.
View 14 Replies
View Related
Dec 10, 2010
I'm running into a problem where my system is running out of disk space on the root partition, but I can't figure out where the runaway usage is. I've had a stable system for a couple of years now, and it just ran out of space. I cleaned some files up to get the system workable again, but can't find the big usage area, and I'm getting conflicting results.For example, when I do a df it says I'm using 44GB out of 58 GB:
Code:
[root@Zion ~]# df -h
Filesystem Size Used Avail Use% Mounted on
[code]....
View 5 Replies
View Related
Feb 26, 2011
Some thing is using up a huge amount of my disk space about 10G and I can not determine what it is. When I look at my disk usage in system monitor it say I have used about 25G and when I scan the directory in disk usage analyzer the entire file system used is 15G.
View 1 Replies
View Related
Mar 26, 2010
what is the best disk space explorer utility for linux?
I want to see folder wise size graphically, which folder has taken how much disk space.
View 3 Replies
View Related
Sep 19, 2010
is it possible to install with just the very min of things, no GUI, etc so I can use it as a compact OS for an old Pentium2 system with a 10 GB hard drive? Should I have downloaded the server edition ISO for this? Is it possible to remove everything down to the bare min without the graphical junk from a Desktop CD disk install? Maybe I should use [URL]
View 2 Replies
View Related
Sep 3, 2010
when we use the df command it list the disk usage list for all mounted files ..
#df -h
/dev/sda4 47G 34G 11G 78% /
varrun 1009M 120K 1009M 1% /var/run
[code]....
View 1 Replies
View Related
Jun 13, 2011
Can anyone explain this output? I'm not sure what to make of it. 36% usage and no files??
root@host:/backups# ls -la
total 8
drwxr-xr-x 2 root root 4096 Mar 8 20:12 .
[code]....
View 3 Replies
View Related
May 20, 2010
Today, I need to talk about some strange problem that faces me in my Linux Server, the power goes down and my server goes off, but when the power returns the server powered on and it works, but some services are not working properly like:
SSH, HTTP
When I try to login remotelt via ssh client like putty it ask me for username but, it hangs after I put my username and not asking me for the password. The second error is related to my web-server which redirect me to Apache default page and when I go for the terminal to make restart for httpd service, here is the output :
> service httpd restart
Stopping httpd: [ OK ]
Starting httpd: [Thu May 20 10:51:15 2010] [error] (EAI 3)Temporary failure in name resolution: Could not resolve host name admin.abakhiet.info -- ignoring!
[Thu May 20 10:53:07 2010] [error] (EAI 3)Temporary failure in name resolution: Could not resolve host name [URL] -- ignoring!
[Thu May 20 10:53:07 2010] [warn] NameVirtualHost 196.202.58.94:0 has no VirtualHosts
[OK]
View 2 Replies
View Related
Apr 6, 2011
After installing Red Hat Enterprise Linux 5 (RHEL5) the system generates a kickstart script, one section of which is about the package groups installed. For example:
Code:
...
%packages
@admin-tools
@base
@base-x
@core
@editors
@ftp-server
@java
@server-cfg
@text-internet
...
Before using this kickstart script for another installation I'd like to know what packages are included in each group, how can I get this information? For example, how can I know the list of packages I will install by having the line: @java in the kickstart file? Any Red Hat documentation about it? I could not find any...
View 3 Replies
View Related
Mar 22, 2011
I need to install Fedora on 4GB SDHC card, so the space is limited.My question is what files (documents, manuals, temporary files, logs, unused packages etc) I can remove, without harming the system?So far I cleaned /tmp, /var/log, trash what else?
View 8 Replies
View Related
Jan 3, 2010
I realize bleachbit is supposed to "clean files", but my disk usage is at 11.8%. My disjk usage was at like 6.0%. How in the world did it jump so much? It doesnt appear to be right. The only thing I did not check were the Firefox checkboxes..
View 1 Replies
View Related
Feb 25, 2010
Is there a CLI version of the Disk Usage Analyzer?
View 2 Replies
View Related
Oct 29, 2010
I have benn using ubuntu on an old laptop to run a samba server and a torrent server and it has been working fine till a few days ago when it stopped letting me write any files to the disk, So i tried deleting some of the files i no longer needed to free up some space and the disk usage didnt decrease so i checked it out using the disk usage analyzer and it says its full but i know for sure its not.
View 9 Replies
View Related
Apr 3, 2011
How can i limit disk space usage for one user? Like.. User john123, you can only use 100mb of my harddisk. User jake155, you can only use 250mb of my harddisk.
View 1 Replies
View Related
Jan 9, 2010
The command time shows the time taken by a command to complete. Is there a command that shows the change in disk usage caused by a command? I would like to know how large a package is when I install it from source.
View 2 Replies
View Related
Mar 26, 2010
I am trying to get the total file size for certain files per directory.I am usingfind `pwd` /DirectoryPath -name '*.dta' -exec ls -l {} ; | awk '{ print $NF ": " $5 }' > /users/cergun/My Documents/dtafiles.txtbut this lists all the files in the directoriesI need the total per directory for all dta files.
View 1 Replies
View Related
May 27, 2009
I want to get the disk space usage of each user on the machine. I Have found the command -du but how can I consultate the usage per user? The only thing I can is to consultate the usage of maps...
View 3 Replies
View Related
Jul 31, 2010
i am facing problem of space usage by unknown file on /var partition.
[root@test var]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda2 20G 3.3G 16G 18% /
/dev/sda5 39G 36G 769M 98% /var
/dev/sda6 15G 4.7G 9.1G 34% /var/spool/squid
/dev/sda1 487M 16M 446M 4% /boot
tmpfs 1014M 0 1014M 0% /dev/shm
where as when I checked the using du -sh in its maximum utilization is about 5.9GB. i want to know the space being utilized by whom.
[root@test /]# du -sh /var
5.9G /var
View 5 Replies
View Related
Mar 25, 2010
I am trying to get the total file size for certain files per directory.
I am using
find `pwd` /DirectoryPath -name '*.dta' -exec ls -l {} ; | awk '{ print $NF ": " $5 }' > /users/cergun/My Documents/dtafiles.txt
but this lists all the files in the directories.
I need the total per directory for all dta files.
View 2 Replies
View Related
Mar 16, 2010
I am trying to get my head around my new server. I am using CENTOS 5.4 x86_64 with 300GB harddrive.
The 300 GB been partitioned with the following:
Device Size Used Available Percent Used Mount Point
/dev/md0 99M 18M 77M 19% /boot
/dev/md1 16G 8.7G 5.8G 61% /
/dev/md2 246G 40G 194G 18% /home
/dev/md3 4.8G 1.6G 3.0G 35% /var
/usr/tmpDSK 3.9G 432M 3.3G 12% /tmp
I have increased teh tmpDSK as it was getting full very quickly. My question is, what are these md0; md1, md2 and md3 are they harddrive partitions and as md1 is getting full will that have an impact on my sites.
View 8 Replies
View Related
Jan 24, 2011
how to check which process consuming a lot of HDD I/O ? Do You know any good command which can show me which process saving something big on the storage system ? "iostat" or maybe "ps" ? Would be great if somebody could past me here nice command.
View 3 Replies
View Related
Aug 31, 2010
I have a productive sever (very old, 1500 days without restart or software update, gentoo distro) and i have a weird disk usage there:
Code:
gentoo / # du -sk *|sort -n
0 sys
2 service
6 mnt
[Code]....
You see that on 'df' i have 67 GB on the disk and 2.6GB avaiable, but du is confirming only 33GB of usage. What uses the other 34GB ? I can't install fancy graphical disk usage programs there, is there any way I can find what is consuming the 34GB of disk using command line tools and standard linux programs? (like debugfs or something like that)
View 7 Replies
View Related
Jun 5, 2011
Few days back when I tried to install java application using software manager, I got the message that my software manager has broken down. Since then I was not able to install any of the applications either through terminal or the software manager. Luckily, I got another fresh copy of Linux Mint 10(Julia) installed on my laptop. Looking for some efficient method of installing the required applications(java and its associated applications) so that I do not face such problems again in the future.
View 5 Replies
View Related
Feb 23, 2010
I have two pc's that I've recently converted to Lenny boxes, and I've noticed that whenever there's a lot of disk IO, one of my cores (both pc's have dual core cpu's) jump to 100%. Is this normal? They're both amd64, and I think both of them should be using the AHCI SATA driver.
If you need any more information about my setup, let me know.
View 1 Replies
View Related
Aug 18, 2010
How do I get Ubuntu's "Disk Usage Analyzer" to show me the hidden files?
It tells me my home dir uses 3GB, but only accounts for 525MB (the results of du -shc *). Can I get it to show me the other files that are using the space?
View 4 Replies
View Related
Jan 12, 2010
I've got this problem. Disk usage analyzer says I have a 70.3GB HDD which is correct. However it says that 55.7GB is used even though disk usage analyzer shows me that I have only 21.4GB filled up with data (filesystem). What is taking up all the space then?Could someone help me with this issue? I have tried to search the forums with no satisfying result.Here is the disk usage analyzer output:And here is the df output from terminal:
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda1 73742752 58371236 11625564 84% /
udev 1026116 244 1025872 1% /dev
[code]....
View 9 Replies
View Related
Apr 21, 2010
well I went to wubi-installer, and installed Ubuntu, and I love it, I don't want to go back to windows 7, but anyways, I set Ubuntu to my D: Drive, (200GB Space) and I installed Steam (Steampowered.com) to get my games on Ubuntu. I installed all of my games, but here is a big problem, I can't figure out how to use more than 30GB on Ubuntu, it just doesn't work. I got GParted, and the D: drive is set to 195 GB (200, but Ubuntu used 5GB)
View 9 Replies
View Related
May 4, 2010
I upgraded from 9.10 to 10.04 without any visible issues. But after a few days system started to behave strange - first it shows the message that gnome-power-manager is not correctly installed on login screen. The it wasn't able to log in even - so I found that problem might be that it shows not enough space on the root partition.This is really strange for me - I do not have any special data there.
See what I have after df command:
/dev/sda2 9614148 8618864 506908 95% /
none 1024128 360 1023768 1% /dev
[code]...
View 9 Replies
View Related
Aug 19, 2010
I am running latest apache2 available in the lucid repos on my desktop. All packages are updated as of this moment. Now in the root of my web server I have placed several soft links that point to folders on another ext3/ntfs partitions on the same disk. When I try to download any large file (say above 500M)on this server using firefox, when the 'save' window appears, my desktop freezes, I notice very high cpu-ram-disk usage, even though I have not yet clicked on 'ok' to save the file. This issue is not present when the file size is small. Note that firefox and the webserver are running on the same computer.
Also I have tried nginx and lighttpd and the issue is present there as well. When I tried downloading the same files using Internet Explorer 6.0 using a XP VM the issue is not present. However on Windows as well using Firefox the issue recurs.
View 3 Replies
View Related