Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I've partitioned my HDD and set aside 10 GB as Linux and 0.5 GB as Linux Swap, using the ext3 file system. I use slackware 9.1 ...my problem is that the swap space doesn't seem to be used at all...when i run a disk usage command it says 0% of the linux swap space is being utilised...I have 768MB of DDR ram on an Athlon XP 1900...im very sure that ive selected the right choices during installationa nd have also turned swapon
and another question..ive seen a program on the corner of teh screen in a couple of screenshots of fluxbox and blackbox...it displays all kinds of info lik CPU usage and HDD space...does anyone know what it is? can i download it for KDE?
You should be happy your swap isn't being used, that means your RAM is doing an excellent job. Its not at all common that your swap will ever get used, its just that fallback type of thing to have just in case, etc.
thanks for the quick reply everyone, tahnks naijin for Gkrellm..sorry that was a typo...my swap space is not ext3 its linux swap...yeah i guess ure right that i should be happy that my swap space is not being used, and my ram is doing a good job...
anyway
mount:
/dev/hda2 on / type ext3 (rw)
/dev/hda1 on /win-c type vfat (rw)
/dev/hdb1 on /win-d type vfat (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
proc on /proc type proc (rw)
usbfs on /proc/bus/usb type usbfs (rw)
Zero or minimal swap usage is actually a good thing. Swap only comes into play if you exhaust your physical memory, which is undesirable. Assuming that you've got >= 256Mg RAM, you probably would use swap only lightly. Personally, I suggest making the swap partition no larger than 256 Mg. -- J.W.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.