| View previous topic :: View next topic |
| Author |
Message |
guy13
Joined: Wed Apr 13, 2005 8:39 pm Posts: 36 Location: Belgium
|
Posted: Sun May 08, 2005 5:30 pm Post subject: Partitioning problem |
|
|
Hello all,
Can anyone tell me how to go about installing a third OS on my laptop? I've got two windows partitions, one of which I don't really need and I was thinking of using that to try some different Linux (and BSD) distributions but I have no idea how to do it.
This is the content of /etc/fstab:
/dev/hda3 / reiserfs defaults 1 1
/dev/hda9 /home reiserfs defaults 1 2
/dev/hda6 /usr reiserfs defaults 1 2
/dev/hda8 /usr/lib reiserfs defaults 1 2
/dev/hda7 /var reiserfs defaults 1 2
/dev/hda1 /windows/C vfat users,gid=users,umask=0002,iocharset=iso8859-1,codepage=437 0 0
/dev/hda5 /windows/E vfat defaults 0 0
/dev/hda2 swap swap pri=42 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
proc /proc proc defaults 0 0
usbdevfs /proc/bus/usb usbfs noauto 0 0
/dev/cdrecorder /media/cdrecorder subfs fs=cdfss,ro,procuid,nosuid,nodev,exec 0 0
/dev/cdrom /media/cdrom subfs fs=cdfss,ro,procuid,nosuid,nodev,exec 0 0
/dev/fd0 /media/floppy subfs fs=floppyfss,procuid,nodev,nosuid,sync 0 0
/dev/hda5 through /dev/hda9 are on an extended partition /dev/hda4. /dev/hda5 (4,5 GB) is the one I want to turn into an extra OS. I'm currently running SuSE 9.2 and I don't want to cripple that (given that I've gone through 3 or 4 installations over the past two months).
When I use the partitioning tool in Yast I get the following options for /dev/hda5 :
-no formatting : file system ID :
0x83 Linux
0x0C Win 95 FAT32
0x8E Linux LVM
0xFD Linux RAID
0x82 Linux swap
0xA0 Hibernation
-formatting : file system :
Ext2
Ext3
FAT
JFS
Reiser
XFS
Swap
-mount point :
/windows/E
/boot
/opt
/srv
/tmp
/local
The main problem – as far as I can tell – is where to mount the partition: none of the shown options seems to be an obvious one so I'm hoping one of you can enlighten me. (Don't really want to experiment since I once tried to move /usr to a seperate partition and thereby f*cked up the whole system which cost me another day of installation.)
As for formatting or not, my guess is yes, since /dev/hda5 is currently 0x0c Win 95 FAT32, but which file system should I go for ? (Obviously not FAT and probably not Swap ?)
Finally, how and where do I make this partition bootable ?
Many thanks in advance for helping me out,
Guy |
|
| Back to top |
|
 |
fingers99 LXF regular
Joined: Thu Apr 07, 2005 7:15 pm Posts: 143
|
Posted: Sun May 08, 2005 6:05 pm Post subject: RE: Partitioning problem |
|
|
| That's wierd. The obvious option is / for a mount point, but SuSE doesn't seem to want to see this as a fresh install. |
|
| Back to top |
|
 |
Nigel LXF regular

Joined: Fri Apr 08, 2005 9:03 pm Posts: 1141 Location: Gloucestershire, UK
|
Posted: Sun May 08, 2005 8:37 pm Post subject: RE: Partitioning problem |
|
|
Are you doing this from your existing installation or have you booted from the install CD ?
If the former, that explains the problem - you already have a partition mounted on /, so can't mount another one. _________________ Hope this helps,
Nigel. |
|
| Back to top |
|
 |
towy71 Moderator

Joined: Wed Apr 06, 2005 3:11 pm Posts: 4169 Location: wild West Wales
|
Posted: Sun May 08, 2005 8:39 pm Post subject: RE: Partitioning problem |
|
|
the fstab is basically irrelevant because you should not be using your existing system if you are installing a different one.
If you have nothing that you want to preserve then allow the new distro to take over hda5 marking it as / and it will use the existing swap partition.
BE sure to install the boot loader in the root partition of the new distro and then boot into SuSE to edit the grub/lilo menu to point hda5 in the same way that it points to hda1, this is of course if you are using the Linux bootloader! I can no longer advise about windows bootloader cos I don't use them
HTH
Dick
It is a shame that we can no longer get the handy stuff that was on the old forum motub had a massive multiboot which she described in fine detail. _________________ still looking for that door into summer |
|
| Back to top |
|
 |
nelz Moderator

Joined: Mon Apr 04, 2005 12:52 pm Posts: 7993 Location: Warrington, UK
|
|
| Back to top |
|
 |
towy71 Moderator

Joined: Wed Apr 06, 2005 3:11 pm Posts: 4169 Location: wild West Wales
|
Posted: Sun May 08, 2005 10:27 pm Post subject: RE: Partitioning problem |
|
|
did you take a memory pill or something?  _________________ still looking for that door into summer |
|
| Back to top |
|
 |
nelz Moderator

Joined: Mon Apr 04, 2005 12:52 pm Posts: 7993 Location: Warrington, UK
|
Posted: Sun May 08, 2005 11:03 pm Post subject: RE: Partitioning problem |
|
|
Who needs memory when you've got Google  _________________ Unix is user-friendly. It's just very selective about who it's friends are. |
|
| Back to top |
|
 |
guy13
Joined: Wed Apr 13, 2005 8:39 pm Posts: 36 Location: Belgium
|
Posted: Sun May 08, 2005 11:20 pm Post subject: RE: Partitioning problem |
|
|
| Thanks everyone for the help. Towy71, are you saying I can have two partitions that are called "/", one for my SuSE and one for another distro or do I misunderstand? Anyway, I followed the link to motub's multiboot instructions. Seems like heeps of info there. I'll try to struggle through it and let you know how it worked (if I can get it to work...). |
|
| Back to top |
|
 |
fingers99 LXF regular
Joined: Thu Apr 07, 2005 7:15 pm Posts: 143
|
Posted: Sun May 08, 2005 11:55 pm Post subject: RE: Partitioning problem |
|
|
>are you saying I can have two partitions that are called "/"
Yes. In fact every Linux install must have its own / (aka root). But as said above, do the partitioning from the CD/DVD, not from a running installation. |
|
| Back to top |
|
 |
towy71 Moderator

Joined: Wed Apr 06, 2005 3:11 pm Posts: 4169 Location: wild West Wales
|
Posted: Mon May 09, 2005 7:15 am Post subject: RE: Partitioning problem |
|
|
I have Debian testing, Mandrivel, Kubuntu and Mepis on this computer because I haven't got round to cleaning up after testing them all.
I will eventually clean them all off except for Debian testing which, now I've got it working , is almost exactly what I want  _________________ still looking for that door into summer |
|
| Back to top |
|
 |
| View previous topic :: View next topic |
|