I would like to know if it's possible to display the current folder size (in MB or GB) in Nautilus at the status bar.
Here's a screenshot:
as you can see, (in this case) I have 7 items, and I have 125.7 GB left. I would like to display:
7 Items, Folder size: 412 MB, Free space: 125.7 GB
Is it possible? If so how?
The reason this information is not in the statusbar is probably because it requires a lot of disk reading to find the disk usage of a directory. Consider opening
/
. It'll have to recursively traverse the entire filesystem in order to find the disk usage. The ammount of free space on the other hand, is very quick to retrieve since each filesystem keeps track of this.Right click the folder in nautilus and select Properties. The Basic tab shows how many items and total size. Not on the bottom but the information is there.
It is not possible, and you would have to file a bug report requesting this feature.
I don't have answer from within Nautilus, but I do have a solution to the problem I was having. As newcomer to Linux I was looking for an answer to the same question and I'm really surprised that this feature isn't there.
I am running an SSD, but they're not cheap so I've only got 64 GB on my hard drive. I load Ubuntu and within days half the disk is gobbled up. I discover that my home folder is the culprit - but which sub-folders are the problem? Sure, I can expand the whole tree and check the properties of each file individually, but that will take me half the morning.
This link gives some very simple command line instructions that enable you to list all the files whose size lies between the range you specify in the directory you specify - so you can instantly find all the biggies.. But that may not be why you wanted the feature.
Anyway, here's the link http://www.unixtutorial.org/2008/03/find-large-files-and-directories/
No, this is impossible. You can view size manually by right-clicking a file or folder and choosing "Properties", and the size will be under the tab named "General".
Install dconf-tools (
sudo apt-get install dconf-tools
) Open dconf-editor as a user (don't usesudo
)Find:
and choose for
start-with-status-bar
.