If this is your first visit, be sure to
check out the FAQ. You will have to register
before you can post. To start viewing messages,
select the forum that you want to visit from the selection below.
If you have copied text output that contains formatting (colors, highlighting, etc.), please do not enclose it in QUOTE or CODE tags. Just right-click your mouse and choose "Paste Without Formatting" or similar (Paste as plain text).
Don't feel silly. It's a perfectly normal and valid question.
The answers:
- If you're the command-line type of fellow, you can check for free disk space using
Code:
df -h
Take note that this only scans mounted partitions
- there are GUI options available. My favorite is Filelight, which gives you a sort of pie chart representation of disk usage. But it's more comprehensive than the simple pie chart that Windows uses. Filelight can be found in the universe repository.
- another GUI option is kdf or KDiskFree. It's what MEPIS uses to not only show free/used disk space, but also to mount/unmount some partitions (those that don't require root privileges).
Comment