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
  •  


IXIA XR100 VOIP PROBE picture

IXIA XR100 VOIP PROBE

$199.99



Grandstream GS-HT802 2 Port Analog Telephone Adapter VoIP Phone & Device, Black picture

Grandstream GS-HT802 2 Port Analog Telephone Adapter VoIP Phone & Device, Black

$32.00



Cisco VG202XM Analog Voice Gateway VoIP -- [NEW/FULL KIT] picture

Cisco VG202XM Analog Voice Gateway VoIP -- [NEW/FULL KIT]

$76.00



LOT OF 10 Cisco CP-7841-K9 VoIP 4-Line Business Phone w/ Stand Handset Cord picture

LOT OF 10 Cisco CP-7841-K9 VoIP 4-Line Business Phone w/ Stand Handset Cord

$69.99



Cisco CP-7945G VOIP Phone With Stand & Handset Business IP Phone 7945 picture

Cisco CP-7945G VOIP Phone With Stand & Handset Business IP Phone 7945

$3.00



New Cisco 7945G IP VoIP Gigabit GIGE Telephone Phone CP-7945G -  picture

New Cisco 7945G IP VoIP Gigabit GIGE Telephone Phone CP-7945G -

$24.95



Brand New Cisco CP-7821-K9 VoIP Phone Charcoal picture

Brand New Cisco CP-7821-K9 VoIP Phone Charcoal

$50.00



Yealink T54W IP Phone, 16 VoIP Accounts. 4.3-Inch Color Display - Black picture

Yealink T54W IP Phone, 16 VoIP Accounts. 4.3-Inch Color Display - Black

$99.99



Cisco SPA504G 4-Line IP Phone with 2-Port Switch, PoE, LCD Display &Power Supply picture

Cisco SPA504G 4-Line IP Phone with 2-Port Switch, PoE, LCD Display &Power Supply

$21.00



SAMSUNG OFFICESERV 7100 VOIP SERVER W/ MP10a & UNI MODULES picture

SAMSUNG OFFICESERV 7100 VOIP SERVER W/ MP10a & UNI MODULES

$159.99