On Wed, Nov 03, 1999 at 09:54:53PM -0600, Uncle Meat wrote: > On 03-Nov-99 Rick Knebel opined: > > Hi, > > When I installed I made a swap partition of 250 Megs, but it seems > > that linux is only showing 130 Megs. > > > > Is there a reason for this? > > Can I get linux to see all my swap space somehow? > > Because there is a limit for a single partition of 128M. If you want > more, break it into 2 parts, add an entry in fstab and it will add > both of them when you boot. Don't know what version is being discussed, but the 2.2.x are capable of 2G swap partitions. From mkswap man page: The old setup wastes most of this bitmap page, because zero bits denote bad blocks or blocks past the end of the swap space, and a simple integer suffices to indicate the size of the swap space, while the bad blocks, if any, can simply be listed. Nobody wants to use a swap space with hundreds of bad blocks. (I would not even use a swap space with 1 bad block.) In the new style swap area this is precisely what is done. The maximum useful size of a swap area now depends on the architecture. It is roughly 2GB on i386, PPC, m68k, ARM, 1GB on sparc, 512MB on mips, 128GB on alpha and 3TB on sparc64. -- Hal B [EMAIL PROTECTED] -- Linux helps those who help themselves -- To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject.