Jaroslav Vrbicky wrote: > Hi, > >> way, way too little. you should get 512MB or maybe even 1GB and increase >> the swap to a gig or two .. you don't have to have 2xram swap, more is >> fine (especially when you have so little ram) > > That's what i was afraid of... My bad. I didn't expect the box to be > that much busy. I've installed it more than year ago and there were no > such expectations for the future. ;-) > > The question now is: > How can I increase size of swap partition (i will also add more RAM) > without loosing data ? There is available free space on the disk:
simple, start fdisk, create a new partition of 2GB and set its type to linux swap, run swapon /dev/hdaX and add it to /etc/fstab for future reboots btw, 4GB is the maximum size for a single swap partition, as far as I can recall.. any more, and swapon will give you errors (I could be wrong though) -- Morten :wq _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
