Hi all,
I would like to install openSuSE overwriting another existing linux distribution. My present partitioning has a partition for that linux distribution, another one for windows, and a third one for data, accessible from both linux and windows. There’s an additional “hidden” partition, that I guess was created by Windows.
In more detail, the partition table looks like this:
Device Size(Gb) Type FS Label
/dev/sda 232.89
/dev/sda1 7.81 Hidden Win95 FAT RECOVERY
/dev/sda2 60.00 HPFS/NTFS NTFS VistaOS
/dev/sda3 108.63 Extended
/dev/sda4 56.44 Linux native Ext3 LinuxOS
/dev/sda5 108.63 HPFS/NTFS NTFS DATA
Now, what I’d like to do is to install my new openSuSE into that /dev/sda4. The problem is that I cannot create separate partitions for root (/) and /home, because /dev/sda is a primary partition.
The automatic setup suggests to reduce redistribute the space in the extended partition /dev/sda3 so that /dev/sda5 (my DATA partition) would be just 60 Gb, and then set up /, /home, and /swap in the freed space… but does not use /dev/sda4 at all.
Is there a way to divide my current /dev/sda4 without touching /dev/sda3 or /dev/sda5? I guess that would amount to transforming /dev/sda3 from extended partition to primary. Is that possible?
Would you have some other suggestion as to how to proceed? The main idea would be to keep a big space for shared DATA between the two operating systems.
Thanks in advance!