1
1
I have an HP dv6 laptop which came with 4 primary partitions:
- System Reserved Partition
- C: (contains OS)
- Recovery Partition
- HP_Tools
I think HP is an amateur company which doesn't even know, putting data in OS partition is nuts but they force their customers.
Now I want to create a new partition (primary) for putting my data in it, as of now all the data is in C:/
.
Question:
Can I convert C:/
to a logical partition, so that I can create a new Primary
partition for putting data in it? If I do so, will Windows 7 boot from system reserved partition?
Here is the snapshot of my harddrive:
I am using Windows 7
Regards
This question is so old I won't try very hard to elaborate on it, but I will definitely confirm that on a disk using an MBR-based partitioning scheme, a primary partition can be converted to a "logical drive" within an "extended partition"-type of setup. I could definitely pull this off with OpenBSD fdisk, which provides a rather manual- (rather than automated-) way to do such things (even by typing in sector numbers). Shrinking the filesystem volumes may be a different question, but changing the type of partition can definitely be done. – TOOGAM – 2020-02-19T19:53:03.857
Anybody who knows the answer? – Umer Farooq – 2014-01-19T14:50:45.527
You are going to run into an issue. Your disk is a MBR disk which means you already have the max number of partitions created. Most people keep their data on a single partition. The reason HP didn't do it in this case is more then likely the system didn't ship with a GPT disk. – Ramhound – 2014-01-19T18:50:31.137
@Ramhound If you mean that he can only create four partitions and he has four.. then try to read his question. He asked "Can I convert C:/ to a logical partition, so that I can create a new Primary partition for putting data in it? If I do so, will Windows 7 boot from system reserved partition?"</i> And, If he has 4 primary partitions and converts a primary to a logical(or rather, an extended and a logical), then he's not going to be looking at 5 primary partitions is he! It's not going to be more than four. – barlop – 2014-01-22T21:32:10.053
@barlop - Thanks for the information, I don't agree, but willing to accept your feedback on my comment. – Ramhound – 2014-01-22T21:34:41.333
1
@Ramhound Look if you have 4 primary partitions. P,P,P,P and you convert one to a logical call it L. That's creation of an extended partition and one or some logical partitions. P,P,P,E,L There are not more than four primary partitions there. He had 4 and if he does the conversion he would have 3. Neither of those are >4! Also see http://superuser.com/questions/368173/what-is-the-maximum-number-of-partitions-that-can-be-made-on-a-hard-drive You can have 4 primary partitions, or 3 primary partitions and one extended partition containing any number of logical partitions.
– barlop – 2014-01-22T21:40:30.697