Page 1 of 3 123 LastLast
Results 1 to 10 of 28

Thread: Use Linux Swap Partition at Boot?

  1. #1
    Member registered user
    Join Date
    Aug 2004
    Location
    San Antonio, TX
    Posts
    61

    Use Linux Swap Partition at Boot?

    Am trying to get Knoppix running on a PII 266 machine that has over 500 Gigs of HD, but only 64 megs of RAM.

    Knoppix sees only 48 megs of RAM on boot, which wouldn't be a problem if I could convince it to use the swap partition (/dev/hda2) I already setup with System Rescue CD. But while it looks for a Windows partition to create a swap file on, I can't see any way to tell knoppix to use the Linux swap partition. And since I don't have a copy of Windows, setting up a small unformatted FAT32 partition doesn't seem like a good idea.

    Help, please.

  2. #2
    Senior Member registered user
    Join Date
    Mar 2004
    Posts
    900
    It *should* use your linux swap. Dunno what System Rescue CD is but simply creating a partition for swap isn't enough. You must format it too. For example:

    mkswap /dev/hda2

  3. #3
    Member registered user
    Join Date
    Aug 2004
    Location
    San Antonio, TX
    Posts
    61
    Well, I "thought" I had done that, but it's possible I just setup the partition.

    Assuming it's setup correctly, you're saying it should automatically recognize the partition as available and use it? This is from the Live CD version (since I want to run that first before doing an HD Install).

    I gather I might also want to use mem=64M to get Knoppix to recognize the full memory available - or is that only good for 128M?

    Thanks!

  4. #4
    Member registered user
    Join Date
    May 2004
    Location
    England
    Posts
    30
    > Assuming it's setup correctly, you're saying it should automatically recognize the partition as available and use it?

    The Live CD scans for swap partitions at every boot, and starts using any it finds. The following will sort you out:

    mkswap /dev/hda2
    <reboot>
    cat /etc/fstab | grep hda2
    cat /proc/swaps

    The output from the third line will show what kind of format Knoppix thinks /dev/hda2 has. The fourth line will show what swap space is actually being used.

  5. #5
    Senior Member registered user
    Join Date
    Nov 2002
    Location
    Long Island, NY, USA
    Posts
    1,256
    Speaking of PII 266s, I just recently encountered 2 PIIs that won't boot the latest KNOPPIX liveCD. When it scans for files on scd0, it can't find the file system and drops to a "limited KNOPPIX menu."

    However, these PCs boot from my old 3.3, 3.2 and 3.1 CDs I have lying around. All the CDs were burned the same way on the same burner. This is really weird. I've never had a problem like this before. Is there something fundamentally different about the 3.4 file system on the liveCD?

    BTW, one PC is a PII-266 with 159MB RAM and the other is a PII-350 with 64MB of RAM. On the 64MB PC, only 45MB are used for the ramdisk (using the pre 3.4 CDs that boot). Using a swap file, no matter how large, really dosn't spead things up much, it just allows KDE to start-up when it wouldn't otherwise. Also, I can't repartition the 6GB hdd with a swapfile on hda1, so how do I setup a swap partition the use qtparted and knoppix-installer on this dinosaur?

    Stumped,
    AJG

  6. #6
    Senior Member registered user
    Join Date
    Mar 2004
    Posts
    900
    Quote Originally Posted by A. Jorge Garcia
    Speaking of PII 266s, I just recently encountered 2 PIIs that won't boot the latest KNOPPIX liveCD. When it scans for files on scd0, it can't find the file system and drops to a "limited KNOPPIX menu."

    However, these PCs boot from my old 3.3, 3.2 and 3.1 CDs I have lying around. All the CDs were burned the same way on the same burner. This is really weird. I've never had a problem like this before. Is there something fundamentally different about the 3.4 file system on the liveCD?

    BTW, one PC is a PII-266 with 159MB RAM and the other is a PII-350 with 64MB of RAM. On the 64MB PC, only 45MB are used for the ramdisk (using the pre 3.4 CDs that boot). Using a swap file, no matter how large, really dosn't spead things up much, it just allows KDE to start-up when it wouldn't otherwise. Also, I can't repartition the 6GB hdd with a swapfile on hda1, so how do I setup a swap partition the use qtparted and knoppix-installer on this dinosaur?

    Stumped,
    AJG
    Old boxes and old cdrom drives.....what are ya gonna do. Doesn't Knoppix boot diffferently now w/ isolinux than it previously did?

    As far as the catch-22 w/ the swapfile goes......simply boot knoppix to run level 2 and partition the drive w/ cfdisk. Of course one of those parts needs to be swap! It couldn't be easier.

  7. #7
    Senior Member registered user
    Join Date
    Nov 2002
    Location
    Long Island, NY, USA
    Posts
    1,256
    Yes, I was going to try cfdisk in knoppix 2. However, I'd prefer to use qtparted so as not to loose the data on hda1, just resize it to make room for a swap partition on hda2 and a knoppix partition on hda3. Even so, I'll only be able to knoppix-installer 3.3!

    Thanx,
    AJG

  8. #8
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    Portland, OR USA
    Posts
    568
    I recently ran Knoppix on an old P200 with 64M of RAM and an AMD K6/266 with 128M RAM. The trick to getting it to recognize the CD drive as /dev/scd0 is to use the "nodma" cheatcode on both computers.

    On the P200, Knoppix stops in its tracks, annouces it doesn't have enough memory to run KDE, and offers to create a swap file on an existing partition (much like it creates a persistent home directory in a file).

    If there's a FAT32 partition (or ext2/3) with 60M of space available, it'll work.

    And it automatically finds it on the next boot.

    So, no need to create a separate swap partition just to run the live CD.

  9. #9
    Member registered user
    Join Date
    Aug 2004
    Location
    San Antonio, TX
    Posts
    61
    FWIW, I had the swap partition but had not done a mkswap as was originally guessed. Silly me...

    Per the other few comments here, I'm wondering if there is any benefit to making my swap larger to speed things up. Currently have 1 gig of the HD set to swap, but am thinking I might get better performance with 2 gig?

    Was thinking of trying the alternate desktops as well, but I gather OpenOffice will only run under KDE, and I think that's the only Linux product that will let me read/write MS Word compatible files. Would love to find out I'm wrong on this.

    Finally, anyone who could point me to a solution for getting my Linksys WUSB11 v2.8 (uses the Atmel chipse) recognized and working? I thought I saw that Knoppix already included this driver, but so far no luck getting the network up and running.

    Thanks again for all the help!

  10. #10
    Senior Member registered user
    Join Date
    Nov 2002
    Location
    Long Island, NY, USA
    Posts
    1,256
    Right, but you can't repartition hda1 with qtparted if you have a *.swp file in hda1.

    I tried knoppix 2 on the 64MB PC and got 3.3 to boot. I could only get cfdisk to work here.

    So I tried again without KNOPPIX 2. KNOPPIX wanted to setup a *.swp file, I said no. Then I could run qtparted. However, when I created the new partitions, they turned out to be only "logical" partitions, so I couldn't format them. Then knoppix-installer only found hda1, no bloody hda2, no bloody hda3.

    Regards,
    AJG

    PS: nodma, hmmm....

Page 1 of 3 123 LastLast

Similar Threads

  1. Using Linux Swap Partition and Saving /home Data
    By Kenji Miyamoto in forum General Support
    Replies: 2
    Last Post: 08-20-2005, 11:47 AM
  2. swap partition
    By ZeroKun in forum Hdd Install / Debian / Apt
    Replies: 6
    Last Post: 05-07-2004, 06:44 PM
  3. Must have swap partition?
    By metavoid in forum General Support
    Replies: 7
    Last Post: 02-20-2004, 04:40 PM
  4. Replies: 2
    Last Post: 10-20-2003, 08:54 AM
  5. Linux swap partition
    By Sucker in forum General Support
    Replies: 3
    Last Post: 01-29-2003, 11:32 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


IBM 8203 E4A p520 Server 8203-E4A 4.2GHz 2-Core POWER6 32GB RAM / NO HDD USED picture

IBM 8203 E4A p520 Server 8203-E4A 4.2GHz 2-Core POWER6 32GB RAM / NO HDD USED

$99.99



IBM Power S822 12-Bay Server System Power8 Core 3.42Ghz DVD-Rom Drive 64GB No HD picture

IBM Power S822 12-Bay Server System Power8 Core 3.42Ghz DVD-Rom Drive 64GB No HD

$399.99



ibm server z series picture

ibm server z series

$16000.00



IBM System x3250 M4 Server Intel Xeon E3-1220 3.10GHz 8GB RAM No HDDs picture

IBM System x3250 M4 Server Intel Xeon E3-1220 3.10GHz 8GB RAM No HDDs

$58.52



IBM Power 720 POWER7 00E6516 3.6GHz CPU 64GB RAM Server  picture

IBM Power 720 POWER7 00E6516 3.6GHz CPU 64GB RAM Server

$209.98



IBM Power 740 8205-E6C Express 8-SFF Power7 3.55GHz CPU 64GB RAM *No HDD* Server picture

IBM Power 740 8205-E6C Express 8-SFF Power7 3.55GHz CPU 64GB RAM *No HDD* Server

$191.99



IBM 7944AC1 System x3550 M3 Server 1*Intel Xeon X5650 2.67GHz 4GB SEE NOTES picture

IBM 7944AC1 System x3550 M3 Server 1*Intel Xeon X5650 2.67GHz 4GB SEE NOTES

$26.97



IBM System x3500 m3 Server picture

IBM System x3500 m3 Server

$100.00



IBM Power S822 8284-22A 2.5

IBM Power S822 8284-22A 2.5" 12-Bay 64GB 2X 00ND478 2X 00E2865 *READ*

$599.99



IBM Power S822 8284-22A 12SFF Power8 3.89GHz 6-Core 64GB RAM No Bezel/HDD Server picture

IBM Power S822 8284-22A 12SFF Power8 3.89GHz 6-Core 64GB RAM No Bezel/HDD Server

$319.99