swap partition?


 
Thread Tools Search this Thread
Operating Systems Linux swap partition?
# 1  
Old 04-22-2004
swap partition?

What does a swap partition do exactly? I was messing arround with a linux machine at my school and i deleted the swap partition using fdisk and then rebooted the machine and it worked fine and wrote a swap partition back in...lol. Is it a nessary part of the OS to use that partition?
# 2  
Old 04-23-2004
I believe linux will use some space in / for swap if you delete the swap partition but I haven't tried it. Basically swap can be thought of as extra RAM, but on disk. Lets say you have 1 GB of RAM but you are running a database that needs 2 GB of RAM. You can use 1 GB of actual RAM and 1 GB of SWAP. Without going into to much of a discussion on swap space, typically you want to avoid using your swap space because it is a huge performance degradation to your system. Think of how fast RAM is compared to disk. If you are basically using a disk in place of RAM your system is going to run much slower.

When you use swap, the memory chunks (called pages) that are not in use are written to disk. When the application needs them again they are read from disk back to RAM and other pages are written to the disk if more RAM space is needed.

I hope that makes sense.
# 3  
Old 04-23-2004
so basicly swap is like virtual memory? I gotcha, when i installed Linux on my system i screwed everything up with my partition so i'm trying to fix everything up now and understand it all haha.
# 4  
Old 04-29-2004
You will also experience performances issues without swap partition or whit an unappropriate size.
Normally twice or 2 1/2 times the size of physical memory is a good formula for any use.
# 5  
Old 05-08-2004
Depends on your hardware and what kind of job you are going to apply on it. For home user, P4, 1024MB Ram, you don't have to have a swap partition. That's what I do on my P3 933Mhz and 1024MB Ram; however, I do have a swap partition for the system on my notebook ( 700Mhz, 512 MB).
# 6  
Old 05-08-2004
ok, haha i've got a celeron 400 with 256 pc 100 ram so i'll let your minds run wild with the possibilities i can use it for...lol some of my favs are paperweight and heater.
# 7  
Old 05-27-2004
swap is for multi-user environment, when there's context switch, data are swap out
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Shrink LVM partition & create new Linux Primary partition

Hello All, I have a Red Hat Linux 5.9 Server installed with one hard disk & 2 Partitions created on it as follows, /boot - Linux Partition & another is LVM - One VG & under that 5-6 Logical volumes(var,opt,home etc). Here my requirement is to take out 1GB of space from LVM ( Any logical... (5 Replies)
Discussion started by: gr8_usk
5 Replies

2. HP-UX

Could I mount a swap/dump partition on /tmp?

Hey Guys. Let show our disk-mapping structure on HP-UX B11.11 with df : # df /home (/dev/vg00/lvol5 ): 18979652 blocks 1224395 i /opt (/dev/vg00/lvol4 ): 120276192 blocks 1894100 i /var (/dev/vg00/lvol6 ): 19380328 blocks ... (3 Replies)
Discussion started by: aggadtech08
3 Replies

3. HP-UX

Swap device file and swap sapce

Hi I have an integrity machine rx7620 and rx8640 running hp-ux 11.31. I'm planning to fine tune the system: - I would like to know when does the memory swap space spill over to the device swap space? - And how much % of memory swap utilization should be specified (swap space device... (6 Replies)
Discussion started by: lamoul
6 Replies

4. UNIX for Dummies Questions & Answers

Size of swap partition during installation

Greetings. I've been into computers since the '80s, but this is my first attempt at Linux. I'm installing Debian Lenny on a PIII 733 with 10GB hard drive and 512MB Ram. I intend to use the machine primarily as a development server, with things like mySQL, Apache, php, etc. I don't really want... (22 Replies)
Discussion started by: fguy
22 Replies

5. Filesystems, Disks and Memory

Partition 1 swap not mounting ?

Hi, running mount, I get the following, no part1 swap as part1 swap has been created and is listed below. System works fine anyway. As I cannot unmount part1, what is a standard procedure to make part1 on. Jack ============= .. $ free total used free shared buffers cached Mem:... (2 Replies)
Discussion started by: jack2
2 Replies

6. Solaris

swap partition showing mounted in df -h

Dear All Anyone can help me what is the problem of swap partition? swap partition is showing mounted in df -h command output. Regards prakash (1 Reply)
Discussion started by: pshelke
1 Replies

7. Linux

How to give UUID to a swap partition?

Dear Folks Is there anyway to give a UUID to a swap partition? mkswap on CentOS 5 (util-linux-2.13-0.45.el5_1.1) appears to override this option ;-( # swapoff -a # mkswap -L swap1 /dev/sda3 Setting up swapspace version 1, size = 4293591 kB LABEL=swap1, no uuid And there's no... (3 Replies)
Discussion started by: Santi
3 Replies

8. UNIX for Dummies Questions & Answers

Linux/Windows Fat32 Swap partition.

I run a dual boot WinXP/Red Hat 8 system on my laptop. Since my hard drive is inherently small(laptop) I am trying to creat a swap partition for keeping mutually used files such as music/video etc... I have created a 2.5GB Fat32 partition with Partition Magic Pro and have windows recognizing the... (2 Replies)
Discussion started by: djtrippin
2 Replies

9. UNIX for Dummies Questions & Answers

Linux Swap Partition

How big do I set the swap partition when i'm setting up my hard drive to install RedHat. (Using Partition Magic) thanks! primal (2 Replies)
Discussion started by: primal
2 Replies

10. UNIX for Dummies Questions & Answers

Swap Partition Space

first of all, sorry about my english...I´m a spanish newbie to this marvelous OS and i have just a couple of doubts...u know? :-) 1) how big should my swap partition be if i installed debian 2.2r3 or FreeBSD 4.x on a AMD k7 1400Mhz with 512Mb of Random Access Memory? i heard that those OS... (1 Reply)
Discussion started by: I[X]ION
1 Replies
Login or Register to Ask a Question