On Mon, 17 Apr 2000, James Montz wrote: > I have a Linux 6.1 server running. I setup 4 swap partitions, each just > over 64MB. But the system only recognizes the first swap partition. > > sda5 (recognized) > sda6 > sda7 > sda8 > > each partition is just over 64MB. fdisk lists them all (ID: 82 Linux Swap) > > I have the following in /etc/fstab > > /dev/sda5 swap swap defaults 0 0 > /dev/sda6 swap swap defaults 0 0 > /dev/sda7 swap swap defaults 0 0 > /dev/sda8 swap swap defaults 0 0 > > As I said, when running top, the system only show I have 64,220K of swap. > When I should have 256,000K. > > Any suggestions? Thanks in advance. > > ____________________ > James C. Montz > Network Specialist > Northwest Internet Services > You might try: $ cat /proc/swaps and see what it shows. Not that this will help you much, but maybe top only lists the first swap partition even though they are all being used? Steve -- Steve Feehan Phone: 785-532-6350x44 System Administrator Fax: 785-532-7533 Computing and Information Science ICQ: 9751775 Kansas State University http://www.cis.ksu.edu/~steve/ -- To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject.
