Linux Move swap space from one location to another location

by on February 27, 2007 · 0 comments· last updated at February 27, 2007

Q. How do I move swap space from one location / partition to another location under Fedora Core Linux server?

A. Swap partition or file used by most modern operating systems. This space on a disk in which the system can write portions of memory to. Usually this is a dedicated partition, but it may also be a swapfile.

There is no command or method exists that allows you to move swap space from one location to another. You can turnoff current swap space with swapoff command in the original location.
# swapoff /dev/device

Next create a new swap space with mkswap. Just follow these instructions for adding a swap space.



You should follow me on twitter here or grab rss feed to keep track of new changes.

Featured Articles:

{ 0 comments… add one now }

Leave a Comment

You can use these HTML tags and attributes for your code and commands: <strong> <em> <ol> <li> <u> <ul> <kbd> <blockquote> <pre> <a href="" title="">

Tagged as:

Previous Faq:

Next Faq: