How do you change partition order from say hda2 to hda1, where hda1 does not exist
Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
How do you change partition order from say hda2 to hda1, where hda1 does not exist
There are currently 2 partitions:
hda2, which is the root partition
hda3, which is the swap partition
I need to make my hda2 partition to be detected as hda1. Linking does not help here.
Do I need to manually edit the partition table and make my partitions take up the first 2 entries?
What did you use to make the partitions? I've never seen anything assign hda2 when there isn't any hda1 to begin with...
Its called ME (spelled with capitals).
There used to be a Windows partition at hda1 that I deleted. Now I need my linux partition to take up hda1.
I am comfortable editing fstab and lilo.conf so we are not breaking anything here.
There used to be a Windows partition at hda1 that I deleted. Now I need my linux partition to take up hda1.
Why do you *need* this. Nothing I know of requires this.
If you're worried about the "Partition table entries are not in disk order" message, don't be.
Easiest would be to delete the partition under fdisk, then reallocate a new one using the same start and size. Should allocate it as part1.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.