LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-07-2008, 10:36 PM   #1
gvkoeller
LQ Newbie
 
Registered: Sep 2008
Location: San Jose, Costa Rica
Distribution: Ubuntu 9.04 - 9.10
Posts: 5

Rep: Reputation: 0
Problem with Disk Partitons when installing Suse 10.3 on Vista Laptop...


I am having trouble, when installing Suse 10.3, on a new Dell Inspiron 1525, which came "preloaded" with Windows Vista.

The problem arises, because Linux can't touch the partitions...
It happens that the system came configured with 2 NTFS Primary partitions, and even if i shrink one of them (by 52,5 GB), Linux can't use them!

I tried to establish a primary partition for Linux, using the Disk Manager, without success. It does not permit more than an extended partition, which Suse 10,3 didn't seem to like...

Could somebody please throw some light on this for me?

(I had previous experiences with Linux and Windows machines, but only on the older Windows... 98, NT, 2000 and XP, where I never found troubles... until now with Vista).

Thanks in advance for your support!
 
Old 09-08-2008, 02:13 AM   #2
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
Maybe you're facing some SuSE limitation? However, if you have tools
available, the possibilities are limitless.

First, your Vista has two primary partitions, eh? One is formatted NTFS
and is /dev/sda1, and the other formatted NTFS is /dev/sda2. On my shiny
new Lenovo T61, I first used "cfdisk /dev/sda" and deleted /dev/sda2. Then
I made a new /dev/sda2 of the size I wanted, and gave it 0C for FAT32 LBA;
or give it type 07 for NTFS if you prefer. Linux can now read/write NTFS.
NB: My /dev/sda2 (D: in Vista) was empty. Check yours first.

Now you have two primary partitions left to use for SuSE. If it requires
a primary partition to install onto, then make /dev/sda3 your / partition,
and then swap and /home and whatever else, logical partitions.

Or, you could make /dev/sda3 swap, and /dev/sda4 sill primary but an LVM.
That way you could put your other partitions in the LVM.
 
Old 09-08-2008, 02:39 AM   #3
salasi
Senior Member
 
Registered: Jul 2007
Location: Directly above centre of the earth, UK
Distribution: SuSE, plus some hopping
Posts: 4,070

Rep: Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897
Did the same thing (on a Lenovo) with 10.3 and had no problems, so I don't know why you are struggling.

The only things that come to mind as possibilities (and I'm clutching at straws a bit here) are:
  • You could be getting confused by hidden partitions. Usually the big manufacturers have a hidden partition for manageability functions and this could be confusing you into trying to work with the wrong partition, maybe one that is too small for what you are trying to do?
  • Are you working at the end of the partition table? That is, are you making room in the high numbered blocks so that you don't have to deal with renumbering existing parttitions but just allocating a designation for the new partition?

Quote:
The problem arises, because Linux can't touch the partitions...
What exact error do you get?

Quote:
I tried to establish a primary partition for Linux, using the Disk Manager, without success. It does not permit more than an extended partition, which Suse 10,3 didn't seem to like...
The extended is a container partitions and can contain a number of logicals, so you shouldn't need more than one extended for this. (I've never tried with the extended as anything other than the last partition, and that might be against the rules.)

I haven't had any problem spreading a SuSE install over a number of primary and logical partitions, so I don't think the problem is that SuSE doesn't like extended partitions, per se.
 
Old 09-08-2008, 10:24 AM   #4
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,502

Rep: Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489
The Opensuse 10.3 install CD has an option RESCUE SYSTEM, so when you first put the CD in the drive, select that option. You will go to a Rescue login prompt, type 'root' here and hit enter. At the new prompt type 'fdisk -l' without quotes, lower case letter L not a one. This will show your partition info. Post it here if you don't understand. After you create an extended partition, you will have to create a logical paratition on which to install Opensuse.
 
Old 09-09-2008, 12:12 PM   #5
gvkoeller
LQ Newbie
 
Registered: Sep 2008
Location: San Jose, Costa Rica
Distribution: Ubuntu 9.04 - 9.10
Posts: 5

Original Poster
Rep: Reputation: 0
The second partition 10 GB, has about 4,5 GB of data, intended for system recovery.
One curious fact, is that it cannot be expanded. Only reduced... (?)

I fear that if i delete it, it may cause problems on the actual windows instalation.
Besides Partitions already mentioned, there is also anorther small partition, which contains just a few MB, which I havn't touched, because I believe it may be also dangeours. So in total 3 are marked as primary.

Question: May I delete D (Recovery) partition without harming the actual Windows Vista Instalation?
 
Old 09-09-2008, 03:36 PM   #6
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
I hope someone else will answer, but I don't think you should
delete any of the Windows partitions in your case. If SuSE will
only install to primary partitions, my option of creating a primary
partition and using LVM to install the system should work.

Since I've never used SuSE, and perhaps it is designed not to
use a logical partition, I'd advise you to wait for someone
who knows SuSE to confirm or deny this logic.
 
Old 09-09-2008, 03:46 PM   #7
masonm
Senior Member
 
Registered: Mar 2003
Location: Following the white rabbit
Distribution: Slackware64 -current
Posts: 2,300

Rep: Reputation: 90
I'm really not clear on why the Suse installer can't deal with this. Once you shrink the ntfs partition that should leave free space that Suse's partitioner can use.

One suggestion would be to download and burn the first disk of the Slackware installer, boot that, and use cfdisk to set up your partitions on the free space and then run the Suse installer to see what happens. I only suggest the Slack disk because I am most familiar with it and know it should do the job for you.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem partitioning disk with RHEL5 and Vista (DELL) deel2 Linux - Laptop and Netbook 5 08-08-2008 02:40 AM
How to read disk info, partitons, logical disks? bopedibop Linux - Newbie 3 02-26-2008 09:10 AM
After installing Vista on one disk, Knoppix or Ubuntu Install CDs stopped working dkaplowitz Linux - General 2 12-09-2007 08:38 AM
Double your disk space without compression. (hidden partitons) qwijibow Linux - Hardware 1 03-10-2004 11:04 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:08 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration