LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Swap partition questions... (https://www.linuxquestions.org/questions/linux-newbie-8/swap-partition-questions-331683/)

chiefreborn 06-08-2005 06:20 PM

Swap partition questions...
 
Hey, just a quick question about the swap partition...does it have to be an active partition? I have my external HDD partitioned so that it has the swap, and an ext2 partition, then another primary partition for my data. (I hope I can get Lilo or GRUB to boot from my external HDD) This is the only thing keeping me from installing Fedora Core 3, and I hope to get it installed A.S.A.P.

Thanks in advance,
chiefreborn

securehack 06-08-2005 06:27 PM

You don't HAVE to have a swap partition. You can create it AFTER install:

root@blah:# dd if=/dev/zero of=swapfile
root@blah:# makeswap swapfile
root@blah:# swapon swapfile

That's it.

chiefreborn 06-08-2005 07:05 PM

I already have the partitions. My question is if it has to be an active partition or not.

mugstar 06-08-2005 07:25 PM

AFAIK, no, it doesn't.

chiefreborn 06-08-2005 07:39 PM

Thanks!

securehack 06-08-2005 07:59 PM

Aww... mugstar replied before me. Damn.. =P

--Abid Kazmi


All times are GMT -5. The time now is 09:05 PM.