Bug 249837 - should support installing to /dev/hda
Summary: should support installing to /dev/hda
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 7
Hardware: x86_64
OS: Linux
low
low
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-07-27 12:24 UTC by Russell Coker
Modified: 2007-11-30 22:12 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-08-08 15:12:33 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Russell Coker 2007-07-27 12:24:45 UTC
Currently anaconda forces the user to partition a disk and install to /dev/hda1
or similar.  When running in a Xen environment (where /dev/hda refers to a LVM
volume in Dom0) or a SAN (where /dev/sda refers to the SAN equivalent of a LVM
volume) there is no need to create a single partition on each "disk".  Using
partitions just makes the process of extending a filesystem needlessly complex.

Steps to Reproduce:
Try to make /dev/hda the root filesystem instead of /dev/hda1.

Additional info:
The boot loader also needs to be changed to support this.  pygrub in CentOS 5
doesn't support a non-partitioned disk and I presume the Fedora package doesn't
either.

Comment 1 Jeremy Katz 2007-08-08 15:12:33 UTC
We don't support installing to raw disks because that's the sort of thing that
BIOSes don't boot.  If you did it in Xen, then you'd end up breaking when you
want to migrate to another virtualization technology later.


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