Bug 75190 - installer can't mount root partition
Summary: installer can't mount root partition
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: anaconda
Version: 8.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jeremy Katz
QA Contact: Mike McLean
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-10-05 09:01 UTC by david mottram
Modified: 2007-04-18 16:47 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2003-01-03 06:14:08 UTC
Embargoed:


Attachments (Terms of Use)

Description david mottram 2002-10-05 09:01:51 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020408

Description of problem:
My computer has 2 redhat root partitions, on hda5 and hda3.  When selecting the
upgrade option, the installer allows you to select the root partition to install
to.  However, when I choose hda3 (hda5 is far too small) hda5 is mounted anyway.
 It does 
appear to be reading my hda3 fstab though because there is a line in the fstab
which mounts hda5 and anaconda produces an error message which says it cannot
mount /dev/hda5 as it is already in use.  Removing this line from the hda3 fstab
stops this message appearing but doesn't solve the overall problem.

I have done the media check several times on this first install disk and it
passes every time.

I tried hiding hda5 partition by changing the partion's system 
id to 'EMPTY' with fdisk.  When selecting hda3 in anaconda, which was now the
only root option, it produced an error message saying there was probably a bug
in the code.  

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. boot anaconda off first install cd
2. choose upgrade option
3. select hda3 for root partion
	

Actual Results:  anaconda immediately produced error message - see bug file

Expected Results:  should have progressed to next option screen in anaconda

Additional info:

To summarise: anaconda seems unable to mount hda3, and instead mounts hda5 when
available (not hidden).  I have previously installed RH7.1 and RH7.3
successfully on same partition.

Comment 1 Jeremy Katz 2002-10-07 20:19:11 UTC
Do both partitions have a label of '/'?

Comment 2 david mottram 2002-10-16 04:37:03 UTC
Problem solved. 
 
The installer didn't like the following line from my fstab file: 
 
LABEL=/          /        ext3    defaults,noatime        1    1 
 
so I changed it to: 
 
/dev/hda3        /        ext3    defaults,noatime        1    1 
 
and the installer worked fine after that.  This line had worked fine for 
previous upgrades when the file sytem was ext2 not ext3.

Comment 3 david mottram 2002-10-17 06:16:59 UTC
Only '/dev/hda3' had a label of '/'.

Comment 4 Jeremy Katz 2003-01-03 06:14:08 UTC
There is more checking which should handle this case in our current codebsa.e


Note You need to log in before you can comment on or make changes to this bug.