LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Loook. (https://www.linuxquestions.org/questions/linux-software-2/loook-73917/)

Mr_Floppy4 07-18-2003 04:01 PM

Loook.
 
I have been wasting time waiting for my other questions to get answered so I will just ask these in another topic for now.

Win XP will be my primary OS, do I install it first?
Must DOS have it's own primary partition?
Should I use Win XP or Linux to partition?

Mr_Floppy4

DrOzz 07-18-2003 04:18 PM

setup up winXP first, and allocate X amount of space to it.
setup up linux second, and let the installer automatically allocate its space with the remaining on the drive.

Proud 07-18-2003 04:19 PM

I dont think WinXP can make an ext3 or ReiserFS partition, which you will want for linux.

Yes, XP first, then linux.

Mr_Floppy4 07-18-2003 04:22 PM

What about MSDOS? Can I put it on an logical partition of the extended? Will GRUB/LILO find it?

Do I need a swap partition with 512 DDR?

Mr_Floppy4

DrOzz 07-18-2003 04:30 PM

well these days the use of swapspace is really not necessary...back in the day the rule of thumb was to have double the amount of ram as swap space, but thats when machines had little ram, etc, etc....with 512, and if you wanna be "safe" then i don't think it would be necessary to have any more then a 500meg swap partition...
unless you are using your machine for a heavy load like running a large database or something, then maybe you would want to consider a little bigger swap space..

Mr_Floppy4 07-18-2003 04:34 PM

How about none at all?

Mr_Floppy4

dkaplowitz 07-18-2003 04:40 PM

You have 512MB of DDR RAM and you're concerned about sparing 512MB of HD space? That's unique! Anyway, I'm not sure if most distros will allow you to install without declaring <i> some</i> swap space. Personally I would always use some swap --- for the times when your system needs a little extra. It's not going to hurt you. I have 512MB of PC2700 DDR and my system uses swap on a regular basis.

I'd be curious to know, however, if you can actually install the OS without swap....and if so, how the system performs.

Mr_Floppy4 07-18-2003 04:42 PM

I'll try it and get back to you. I know most of my games are faster when I disable vm in XP.

Mr_Floppy4

Proud 07-18-2003 04:43 PM

Linux is not windows. :)

Thymox 07-20-2003 06:19 PM

Quote:

Originally posted by Mr_Floppy4
What about MSDOS? Can I put it on an logical partition of the extended? Will GRUB/LILO find it?
You can just plop it on a logical partition. If it isn't happy booting when you simply tell lilo/grub to boot from that particular partition, then you can trick it into thinking it's on a primary:
Code:

extrack from my lilo.conf
other=/dev/hdb1
        label="Win2k"
        table=/dev/hdb
        map-drive=0x80
          to=0x81
        map-drive=0x81
          to=0x80

(Yeah, I know this is for Windows, but it should work for DOS too).


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