LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   Telling Linux what to use as its swap partition (https://www.linuxquestions.org/questions/fedora-35/telling-linux-what-to-use-as-its-swap-partition-272663/)

timelord726 01-01-2005 03:42 PM

Telling Linux what to use as its swap partition
 
How can I get Linux to recognize its swap partition? Somehow, the information became lost, and it does not realize it has a 1 GB swap partition set aside for it. This is bad, because setup will not let me upgrade to Fedora Core 3 without a swap partition. I have one, but my Core 3 Test 1 install does not recognize it anymore. Little help anyone?

Thanks!

SlackerLX 01-01-2005 04:14 PM

First of all swap partition must be formated as swap hextype is 82
Secondly you enable it by typing "swapon"
Just an example:
$mkswap /dev/hda2
$swapon /dev/hda2

michaelk 01-01-2005 04:16 PM

First do you know what partition your swap should be? Log in as root and enter the follow command:
fdisk -l (that is a small L)

Check the /etc/fstab file and see if it matches. Look for
/dev/hdxy swap swap defaults 0 0 (or similar). Where xy is the drive a partition ID.

Look at the output of the free command. If total swap space is 0 then it isn't activated.
To activate swap
swapon /dev/hdxy (again replace xy with the ide of thepartition)

If your getting errors activating the drive then you can reformat swap with the command.
mkswap /dev/hdxy

The try a swapon command again. Check the output of the free command to see if everything is working.

timelord726 01-01-2005 04:32 PM

Thanks guys. Three problems.

First: No fdisk.
[root@pcp04376218pcs danny]# fdisk -l
bash: fdisk: command not found

I found the swap partition anyway, though. It's /dev/hdf6.

Second and third: No swapon or mkswap either.
[root@pcp04376218pcs danny]# swapon /dev/hdf6
bash: swapon: command not found
[root@pcp04376218pcs danny]# mkswap /dev/hdf6
bash: mkswap: command not found

Any pointers?

Thanks!

P.S. Running Fedora Core 3 Test 1, as mentioned above.

SlackerLX 01-01-2005 04:36 PM

Please, be sure that you enter commands like "fdisk" or "cfdisk" as superuser, in fact, CFDISK is easier to use
$su
<PW>
$cfdisk

timelord726 01-01-2005 04:40 PM

I am logged in as root. fdisk, cfdisk, swapon, and mkswap all come up with command not found errors.

SlackerLX 01-01-2005 04:46 PM

Easy solution is, of course, LiveCD, which has all options you need for lowformatting

timelord726 01-01-2005 05:01 PM

Is there another way to go through with this without LiveCD? Alternatively, how do I get LiveCD? (Alternate solution would be more appreciated.)

SlackerLX 01-01-2005 05:06 PM

OK. First answer to second question. Any distro as well as LiveCD my be downloaded free at http://distrowatch.com
Second, let us try again, shall we:
CTRL+ALT+F1
$login
<PW>
$cfdisk

syg00 01-01-2005 05:07 PM

Quote:

Originally posted by timelord726
I am logged in as root. fdisk, cfdisk, swapon, and mkswap all come up with command not found errors.
Sounds like you don't have your path set correctly.
Try /sbin/swapon /dev/????
fdisk and mkswap should also be in /sbin

SlackerLX 01-01-2005 05:10 PM

syg00 may be also right in this case.
Try what he wrote....:)

misc 01-01-2005 07:18 PM

Ah, come on, please. Log in as root correctly. That means, use su --login or the two short-forms su -l or su -, but don't use just "su". It's not enough. Then run:

parted /dev/hda print

timelord726 01-01-2005 07:30 PM

Quote:

Originally posted by misc
Ah, come on, please. Log in as root correctly. That means, use su --login or the two short-forms su -l or su -, but don't use just "su". It's not enough.
Wow, sorry, sir. You don't need to snap at people who don't know as much about Linux as you. The "su" command has worked for me in the past, so jeez. My sincere apologies for not being perfect.

I found and fixed the problem and am now confronted with a new one though. I recently installed a new hard drive, and for some reason it started looking for the swap partition in the same spot on the new drive. Fixed that, and both Linux and FC3 setup worked correctly. I got my installation upgraded to Fedora Core 3, but now whenever I boot it, it refuses to load at all.

It does:

Initializing hardware: network (something else I can't remember) audio [ OK ]

Then it does:

Configuring kernel parameters:

And just stops and won't boot past that. This problem just went from marginally annoying to very serious...

Thanks for your help.

SlackerLX 01-01-2005 07:38 PM

Quote:

Originally posted by timelord726

I found and fixed the problem and am now confronted with a new one though.
It does:

timelord726!
Please, take time to reply when the initial problem is fixed, because people keep posting regarding the initial one. We take time to help you - you take time to at least notify.

Regards;)

timelord726 01-01-2005 07:40 PM

Quote:

Originally posted by SlackerLX
timelord726!
Please, take time to reply when the initial problem is fixed, because people keep posting regarding the initial one. We take time to help you - you take time to at least notify.

Umm... I thought I just did that. I fixed it, and then I notified you as soon as I could. Do you expect me to just hop onto my cell phone and use its internet access to post on here when my computer is otherwise occupied? Once again, sorry for not being perfect...


All times are GMT -5. The time now is 10:50 PM.