• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Partitioning for Suse Linux

rOuLdpH

Member
Im trying to partition my HD so i can have a dual boot system (WindowsXp/Linux(suse)) useing PartitionMagic and Im not shure how i sould create the partitions, i know when i make the Linux root partition it should be primary but im not shure about the Swap and Boot parititions, should thay be logical? or am i doing this totaly the wrong way? and if anyone knows a better way to do this please let me know.
Thanks.
 
It's usually best to make the /boot partition primary if you have a seperate /boot partition. Else make root (/) on a "real" partition.

The only reason it matters is because the limitations of the x86 bios to access the partition to load the kernel into memory to continue the boot-up proccess. And I don't even know if it's nessicary for things like Grub, since grub relies very little on the hardware...

Otherwise it doesn't matter.

Anyways having lots of little partitions makes things complicated. On machines that are linux only I only have /boot, root, swap, and /home seperate. On systems with other OSes present I just keep it to root, /home, and swap. For simplicity sake.

Also if you want to keep it easy on yourself, install Windows on a primary partition, and then leave the rest of the system unpartitioned and unformated. Then just let the linux installer figure out the rest for you.

(keeping in mind the limitations. 4 primary partitions limit. If yoiu want more you can make one of the primary partitions (number 4) into a extended partition and divide that up between numerious logical partitions)
 
Back
Top