Bug 153352 - partitioner doesn't use the entire disk
Summary: partitioner doesn't use the entire disk
Status: RESOLVED DUPLICATE of bug 151947
Alias: None
Product: SUSE Linux 10.1
Classification: openSUSE
Component: Installation (show other bugs)
Version: Beta 5
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: E-mail List
QA Contact: Klaus Kämpf
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-24 11:47 UTC by Takashi Iwai
Modified: 2006-02-24 14:26 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
yast logs before starting installation (2.68 MB, application/x-gzip)
2006-02-24 12:10 UTC, Takashi Iwai
Details
generated fstab (553 bytes, text/plain)
2006-02-24 12:37 UTC, Takashi Iwai
Details
y2log contined; log after starting installation (179.75 KB, application/x-gzip)
2006-02-24 12:38 UTC, Takashi Iwai
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Takashi Iwai 2006-02-24 11:47:44 UTC
YaST partitioner doesn't use the whole disk space even when "Use entire disk" is selected.  It uses only 90GB of 110GB disk (/dev/sda1 - home, sda2 - swap, sda3 - root).

The same bug existed in beta4 (#151818).
Comment 1 Michael Gross 2006-02-24 12:01:06 UTC
Yet another partitioner problem :/
Please attach the logfiles, resulting fstab and the output of `fdisk -l'. We will handle this seperately. Did anything else work correctly (correct fstab, all filesystems formatted correctly, ...)?
Comment 2 Takashi Iwai 2006-02-24 12:09:11 UTC
The system is not bootable because of another bug (libstorage?), marking /home as swap :-<  So, the status is almost same as beta4.

Anyway, I'm trying to resintall the system again.  The yast log (before starting installation) is attached below.
Comment 3 Takashi Iwai 2006-02-24 12:10:26 UTC
Created attachment 70160 [details]
yast logs before starting installation
Comment 4 Takashi Iwai 2006-02-24 12:37:13 UTC
Created attachment 70164 [details]
generated fstab
Comment 5 Takashi Iwai 2006-02-24 12:38:53 UTC
Created attachment 70165 [details]
y2log contined; log after starting installation
Comment 6 Michael Gross 2006-02-24 14:20:12 UTC
/dev/sda1            /home                swap       acl,user_xattr        0 0
/dev/sda2            swap                 swap       defaults              0 0

I suppose this is definitely incorrect - and this would explain your problem: /home was formatted as swap partition and this makes you believe there is missing space.

We'll handle this problem in #151947

*** This bug has been marked as a duplicate of 151947 ***
Comment 7 Takashi Iwai 2006-02-24 14:26:22 UTC
Yes, the wrong fstab is a known problem.

But, the bug handled in this report is that the partitioner doesn't use the enter disk.  I guess it's a different problem.