Jump to content
Compatible Support Forums

jjcohen

Members
  • Content count

    30
  • Joined

  • Last visited

    Never

Posts posted by jjcohen


  1. I worked as a contractor at IBM from 2001 through 2004, supporting the last, large scale OS/2 application IBM wrote. It was a hospital information system called CIS, written for Kaiser Permanente Colorado. It was finally retired just last year.

    It was an interesting system, and way ahead of its time. It was writtn back in the mid nineties, when Windows was still way too immature to handle the client side of such a mission-critical application.


  2. The key thing isn't **what** you are installing, but **where** you are installing it to. Limewire can be installed anywhere - it doesn't require any files to be written to /usr, or to any other directories requiring root access. The install is really just an unjar, so root privileges aren't necessary.


  3. You shouldn't have to do anything special to make the first disk bootable. Just burn the iso images using easy cd creator or something like it.

     

    You can use isobuster to extract the files from the iso images, but installing that way will be very painful - I really wouldn't recommend it unless you absolutely have to do it that way - like if your CD-ROM drive doesn't work.

     

    Your motherboard shouldn't be any problem for a modern distro. You shouldn't even need a boot floppy.


  4. To create a swap disk, run mkswap:

    mkswap [ -c ] device [size-in-blocks]

     

    See the man page for more detail.

     

    You should be able to run without a swap space anyway. Some folks prefer it that way, especially if you have enough ram. For now, just comment the lines out where swap areas are defined.

     

    I don't know how you can restore the old partition table, but that shouldn't be necessary.

     

    For what it's worth, I think you're pretty close to solving your woes. As long as you can still boot at all, there's hope.

     

    Try this: from a command prompt, run fdisk /dev/hdX, where X is the drive. Type p to print out the partition table. Then see how that matches up with your fstab. That should help you sort things out.

     

    Since you have 2 linux installations, be careful to keep things straight.

     

    Don't worry about /dev/shm. It's a virtual drive, but don't try using it as a regular partition.


  5. Edit your inittab so you boot to a command prompt. That'll make things easier. Later, you'll be able to your desktop by typing startx, or just change inittab back to a graphical logon.

     

    I think maybe you hosed up your swap space. See where it was mouted in fstab, and just comment it out for now.


  6. You'll have to boot up in single-user mode. If your boot partition is still intact, this will bring you to a command line. From there, you should be able to update your /etc/fstab - that's where the problem is.

     

    In grub, edit the boot line, adding the word "single" at the end. Hit esc, then "b" to boot up. The boot process will give you just the minimal set of drivers and utilities (vi included) to edit the fstab and set things straight.

×