SUSE / openSUSE This Forum is for the discussion of Suse Linux. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
04-20-2005, 08:25 PM
|
#1
|
Member
Registered: Sep 2004
Distribution: SUSE Linux Pro 9.3
Posts: 375
Rep:
|
Installing SuSE Linux 9.3 for first time
I am a Linux newbie and I want to upgrade from Mandrake to Suse Pro 9.3. For newbies who are afraid of creating Linux partitions, should I select AUTOMATIC PARTITIONING??? I want to be able to still dual boot with Windows 2000.
So, is it wise for a newbie like me to select AUTOMATIC PARTITIONING instead of Create Custom Partitioning?
When YAST tells me the PROPOSED partitioning, is it wise for newbie who does not want to mess with the partitioning manually, will it be OK to select this instead of Custom???
Now remember, I have Mandrake on here currently.
Last edited by wardialer; 04-20-2005 at 09:07 PM.
|
|
|
04-21-2005, 02:48 AM
|
#2
|
Member
Registered: Jul 2004
Location: Canberra
Distribution: Mint 7
Posts: 204
Rep:
|
I use custom all the time.
I find that automatic partitioning tends to follow the "old school" rules, dating from about 1980 when disk drive space was at a premium, in that it will create root usr home var boot with sizes that are usually inconvenient, if not now then later. This is for stable setups where not much will change or where you have a need to keep var files contained.
With custom partitioning I tend to create only root and home. It allows for churning between distributions while keeping home files intact.
Swap is required either way and thats a whole other kettle of fish.
|
|
|
04-21-2005, 03:38 AM
|
#3
|
Member
Registered: Oct 2003
Location: FRANCE
Distribution: SLED 10
Posts: 98
Rep:
|
hi, you can use the already existing partitions if you're affraid of that, but it may not be that good since you migrate from MDK to SuSE (on a general basis both may work well on the other's partition scheme).
but, for SuSE, if you have only Linux on your box, the partion scheme is simple (supposing that you have an IDE drive) :
install LILO or GRUB on MBR
/dev/hda1 100Mb EXT2 /boot - the boot partition and kernel files
/dev/hda2 10Gb (or more, I have 20Gb) Reiser FS / - the root partition where yours installation
/dev/hda4 EXTENDED
/dev/hda5 1024Mb swap
/dev/hda6 [rest of space] ReiserFS /home (or /personaldata or /whatyouwant) - for your data
hope it'll help you
Last edited by piratu; 04-21-2005 at 03:39 AM.
|
|
|
04-21-2005, 11:57 AM
|
#4
|
Member
Registered: Sep 2004
Distribution: SUSE Linux Pro 9.3
Posts: 375
Original Poster
Rep:
|
Well, just to be on the safe side, I will use Custom. Then I would remove all of the Mandrake partitions and then re-create:
"/" /swap and /home
I know each ones sizes to make above, but what about the size of /boot??? How big that should be?
And, is it mandatory to have a /boot partition??? Because my current partition setup with Mandrake does not have a /boot partition..and it works fine in a dual-boot .
Please help.
Last edited by wardialer; 04-21-2005 at 12:04 PM.
|
|
|
04-21-2005, 12:22 PM
|
#5
|
Member
Registered: Oct 2003
Location: FRANCE
Distribution: SLED 10
Posts: 98
Rep:
|
in linux you need a boot prtition! if Linux is the only OS on the system, cool, you install the loader in MBR.
but, when is not the only one, you have also Windows, Zeta, FreeBSD and others, Linux needs a boot partitions.
now, almost all RPM based distros uses /boot as boot partition, but if you are not creating it as a partition then you'll boot your Linux from /.
the problem is that the boot partitions, in most cases, must not depasse the boundaries of the firsts 1024 cylinders of the disc drive.
making /boot as separate partition, when all the boot parameters and kernel files resides there, you can make it read only to avoid overwrites and kernel damages (this is from sys admin point of view)
the /boot size depends, for 2-3 kernel versions on the same time 50Mb is enough, but I use allways 100Mb to be sure and is the first partition of the disc, primary and bootable
the second partition is for windows, primary and bootable
the third is Linux's / (primary and bootable too)
the advantage of /boot and / (both primaries and bootables) is that when you want to install another distro that boots from / (like Slackware, debian, ubuntu ...) and not from /boot (like SuSE, Mandriva, Red Hat ...) you don't need to modify the partitions, you just reuse them
the second advantage is that being large enough, it permets you install some recovey tools too
format /boot as EXT2 (the boot partition is accessed only once, at boot time and never after, so is not involved in system chashes and data loss)
tre rest of the partitions must be formatted with ReiserFS
PS : if you plan to install another linux later better to create a 20Gb / and do not create /home (it'll be included in /) and best is to create a personal data partition, like /data, this will avoid you to format the /data partition and you'll have only to mount it and voilą your data disponible under the new distro
PS2 : the /boot is not proposed by default, you mention it in a custom config ... I was too running MDK 10.1 until I saw SuSE 9.2 and I switched without any regrets .... apt4rpm rulez!
Last edited by piratu; 04-21-2005 at 12:40 PM.
|
|
|
04-21-2005, 01:53 PM
|
#6
|
Member
Registered: Sep 2004
Distribution: SUSE Linux Pro 9.3
Posts: 375
Original Poster
Rep:
|
Ok, will you please kindly post the partitions by order, size, and type???
I would appreciate it. Please. When I select Custom Partitioning, please post on what should I do? Which partitions do I have to create in order, by size, and type.
Because the easiest for me is to remove the current Mandrake partitions and re-create them from scratch.
So, please post a valid and basic partitioning sheme for me to add in my notes when I do the installation. Please post like an outline of a basic partitioning scheme please by order, size, and type. I would appreciate it.
Or, can I just go by the Automatic Partitioning or can I choose the Suggested Partitioning rather then having to create them on my own?? I mean thats what most newbies recommend is SuSe because it allows you to select an Automatic or Suggested Partitioning setup rather than having to create them manually.
And please note: I want still be able to dual-boot with Linux and Windows 2000....
Thanks
Last edited by wardialer; 04-21-2005 at 02:10 PM.
|
|
|
04-21-2005, 02:23 PM
|
#7
|
Member
Registered: Oct 2003
Location: FRANCE
Distribution: SLED 10
Posts: 98
Rep:
|
OK, no problem.
what's the size of your disc?
do you install only SuSE or want to install a multiboot system? (to have Windoze and why not other Linux distros)
mainly any Linux install need 2 partitions " / " and "swap" (now since swap may be a file you can install it only with one partition : " / ")
for my personal installations I use : "/boot" ," / ", "swap" and "/data"
on IDE technology you can have only 4 primary partitions (the bootable partitions are primay) and have the boot sector (the first sector of the partition) in the boundary of the first 1024 cylinders of your disc
I do partition my disc this way :
1 (primary) Linux ext2 /boot 100Mb * active
2 (primary) WinXP ntfs c:\ 10Gb
3 (primary) Linux ReiserFS / 20Gb
4 (primary) -extended-
5 (logical) Linux swap 1024Mb (I have 512Mb RAM)
6 (logical) Linux ReiserFS /data 60Gb
7 (logical) WinXP fat32 d:\ 30Gb
you'll have to ERASE/DELETE all your MDK partitions and recreate them
if you have an windoze installed you'll be interested doing that without loosing data, for that you may use Acronis Disk Director Suite 9 (commercial) or "parted' - a free too (serch for ultimate boot CD on the net)
Acronis has a suite for Linux too
PS : you can even trial boot your system and have 2 Linux distros, MDK and SuSE on the same computer, you'll share "swap" and "/data" and create a new " / ", saying that my /data will be of 50Gb and I want to install MDK on 10Gb like this :
1 (primary) Linux SuSE ext2 /boot 100Mb * active
2 (primary) WinXP ntfs c:\ 10Gb
3 (primary) Linux SuSE ReiserFS / 20Gb
4 (primary) -extended-
5 (logical) Linux "shared" swap 1024Mb (I have 512Mb RAM)
6 (logical) Linux MDK ext3 / 10Gb
6 (logical) Linux "shared" ReiserFS /data 50Gb
7 (logical) WinXP "shared" fat32 d:\ 30Gb
but when installing MDK you choose to install the boot loader on its / partition (number 6 in this exemple) and you'll add an entry in the SuSE's boot loader to start it
Last edited by piratu; 04-21-2005 at 02:30 PM.
|
|
|
04-21-2005, 02:30 PM
|
#8
|
Member
Registered: Sep 2004
Distribution: SUSE Linux Pro 9.3
Posts: 375
Original Poster
Rep:
|
Yes, I want to be able to dual boot which Im currently doing with Mandrake. My Windows is currently installed with Mandrake, so no problem there.
Is it OK if I create the following like this?
1. "/" (2.0G)
2. /SWAP (2.0G) **I have 512mb of RAM **
3. /Home (4.0G)
Thats what I have currently in Mandrake right now ALONG with Windows 2000 and still runs fine. Please let me know.
Last edited by wardialer; 04-21-2005 at 02:32 PM.
|
|
|
04-21-2005, 02:32 PM
|
#9
|
Member
Registered: Oct 2003
Location: FRANCE
Distribution: SLED 10
Posts: 98
Rep:
|
where is yours windoze partition?
why 2Gb sor swap???? even 1Gb is disc space lost .. you don't run a data base server
/ is a little small, better fusion with /home and create only one / og 6Gb
Last edited by piratu; 04-21-2005 at 02:33 PM.
|
|
|
04-21-2005, 02:35 PM
|
#10
|
Member
Registered: Sep 2004
Distribution: SUSE Linux Pro 9.3
Posts: 375
Original Poster
Rep:
|
I cannot remember now but I have two Partitions under Windows: One Primary which is 30.0G and one logical 45.0G or something for my personal data files.... Im not sure because Im not on my PC right now.
OK now I rememmber.
Its this:
"/" (2.0G)
/swap (400 or 500MB)
and //home is like 4.0G
So, how can I change the "/" partition to a bigger size once booted in Linux?? Please explain...
Last edited by wardialer; 04-21-2005 at 02:39 PM.
|
|
|
04-21-2005, 02:39 PM
|
#11
|
Member
Registered: Oct 2003
Location: FRANCE
Distribution: SLED 10
Posts: 98
Rep:
|
if you want, / of 2Gb is small, you'll run out of space quick (there is your /var and /tmp wich is used as temporary director for updates and stuff, so it'll grow quick)
4Gb for / is a safer choice
to see the list of your partitions better start windoze and in start>programs>admonistrative tools>computer manager choose disk manager and do a screen capture, let me see that
|
|
|
04-21-2005, 02:43 PM
|
#12
|
Member
Registered: Sep 2004
Distribution: SUSE Linux Pro 9.3
Posts: 375
Original Poster
Rep:
|
First how can I change the "/" to a bigger size in Linux? Because I need to change it to 4.0G right away!!!
I will do that home as far as writing my Disk info.
|
|
|
04-21-2005, 02:46 PM
|
#13
|
Member
Registered: Sep 2004
Distribution: SUSE Linux Pro 9.3
Posts: 375
Original Poster
Rep:
|
Device:hda1
DOS device letter:C
NTFS
36GB
/home
hda5
Journalised FS:ext3
3.9GB
Formatted
Mounted
/root
hda6
Journalised FS:ext3
2.0GB
Formatted
Mounted
/swap
hda7
Journalised FS:ext3
651MB
Formatted
Mounted
/
hda8
Journalised FS:ext3
5.8GB
Formatted
Mounted
swap
hda9
Linux swap
494MB
Formatted
Mounted
hda3
DOS drive letter: D
NTFS
3.4GB
Last edited by wardialer; 04-21-2005 at 02:48 PM.
|
|
|
04-21-2005, 02:47 PM
|
#14
|
Member
Registered: Sep 2004
Distribution: SUSE Linux Pro 9.3
Posts: 375
Original Poster
Rep:
|
So, here it is, how does it look? SEE ABOVE
But PLEASE explain on how to change the "/" to a bigger size.
Can you just tell me wich ones to create? I need very straight forward answers.
Last edited by wardialer; 04-21-2005 at 02:50 PM.
|
|
|
04-21-2005, 03:40 PM
|
#15
|
Member
Registered: Sep 2004
Distribution: SUSE Linux Pro 9.3
Posts: 375
Original Poster
Rep:
|
So, wjen installing Suse, I would only create the follwoing below:
"/" /swap and /home
The sizes would be then like this:
"/" (4.0GB)
/swap (500-600MB)
/home (2-4GB)
Thats the way Im use to it. If I have to create a /boot, then please tell me the size (if I have to create one).
Here is a better view:
Filesystem Size Used Avail Use% Mounted on
/dev/hda5 2.5G 2.0G 345M 86% /
/dev/hda7 3.9G 152M 3.7G 4% /home
/dev/hda1 37G 2.8G 34G 8% /mnt/win_c
/dev/hda3 3.5G 85M 3.4G 3% /mnt/win_d
Last edited by wardialer; 04-21-2005 at 04:46 PM.
|
|
|
All times are GMT -5. The time now is 11:55 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|