HTFC Forums

H.T.F.C.

How To Fix Computers





Go Back   HTFC Forums > Hardware Newsgroups > Storage

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1  
Old 06-09-2008, 03:04 PM
Scomper
 
Posts: n/a
Default Anyone using Paragon Partition manager 8.5? Re-numbering partitions.

Will this application re-number partitions after creation of a new partition on
the C: drive?

Thanks.
Reply With Quote
Sponsored Links
Fix your Windows Problems - FAST.
FREE Safe Scan Registry Check. Locate & Fix Errors in Minutes!
  #2  
Old 06-09-2008, 06:40 PM
Arno Wagner
 
Posts: n/a
Default Re: Anyone using Paragon Partition manager 8.5? Re-numbering partitions.

Previously Scomper <drummlinns@killin.edu.uk> wrote:
> Will this application re-number partitions after creation of a new
> partition on the C: drive?


> Thanks.


Unless it works differently from every other partition
manager I have used, it will not. And you should never
need that anyways. Under any flavour of Unix it does not
matter. Under more limited OSes like XP or Vista, you
can change drive letters.

Arno
Reply With Quote
  #3  
Old 06-09-2008, 08:51 PM
Jerry Peters
 
Posts: n/a
Default Re: Anyone using Paragon Partition manager 8.5? Re-numbering partitions.

Arno Wagner <me@privacy.net> wrote:
> Previously Scomper <drummlinns@killin.edu.uk> wrote:
>> Will this application re-number partitions after creation of a new
>> partition on the C: drive?

>
>> Thanks.

>
> Unless it works differently from every other partition
> manager I have used, it will not. And you should never
> need that anyways. Under any flavour of Unix it does not
> matter. Under more limited OSes like XP or Vista, you
> can change drive letters.
>
> Arno


Actually, Linux fdisk does have an option to re-order partitions.
IIRC, it puts the partitions in physical order in the partition table.

Jerry
Reply With Quote
  #4  
Old 06-10-2008, 06:59 AM
Arno Wagner
 
Posts: n/a
Default Re: Anyone using Paragon Partition manager 8.5? Re-numbering partitions.

Previously Jerry Peters <jerry@example.invalid> wrote:
> Arno Wagner <me@privacy.net> wrote:
>> Previously Scomper <drummlinns@killin.edu.uk> wrote:
>>> Will this application re-number partitions after creation of a new
>>> partition on the C: drive?

>>
>>> Thanks.

>>
>> Unless it works differently from every other partition
>> manager I have used, it will not. And you should never
>> need that anyways. Under any flavour of Unix it does not
>> matter. Under more limited OSes like XP or Vista, you
>> can change drive letters.
>>
>> Arno


> Actually, Linux fdisk does have an option to re-order partitions.
> IIRC, it puts the partitions in physical order in the partition table.


Are you sure about this option? It is not listed in the man-page or
the online help. As far as I know Linux fdisk has no option
to manipulate existing partitions at all, besides making them active
and changing their type.

As to the physical order, it is no problem to create partitions in
an other order with Linux fdisk.

Arno
Reply With Quote
  #5  
Old 06-10-2008, 09:06 PM
Jerry Peters
 
Posts: n/a
Default Re: Anyone using Paragon Partition manager 8.5? Re-numbering partitions.

Arno Wagner <me@privacy.net> wrote:
> Previously Jerry Peters <jerry@example.invalid> wrote:
>> Arno Wagner <me@privacy.net> wrote:
>>> Previously Scomper <drummlinns@killin.edu.uk> wrote:
>>>> Will this application re-number partitions after creation of a new
>>>> partition on the C: drive?
>>>
>>>> Thanks.
>>>
>>> Unless it works differently from every other partition
>>> manager I have used, it will not. And you should never
>>> need that anyways. Under any flavour of Unix it does not
>>> matter. Under more limited OSes like XP or Vista, you
>>> can change drive letters.
>>>
>>> Arno

>
>> Actually, Linux fdisk does have an option to re-order partitions.
>> IIRC, it puts the partitions in physical order in the partition table.

>
> Are you sure about this option? It is not listed in the man-page or
> the online help. As far as I know Linux fdisk has no option
> to manipulate existing partitions at all, besides making them active
> and changing their type.
>
> As to the physical order, it is no problem to create partitions in
> an other order with Linux fdisk.
>
> Arno


Go into expert mode with x, it's option f - fix. It re-numbers logical
disks in the extended partition to be physical order.

I just happened to use it earlier today, BTW. I'm in the process of
upgrading from Slackware 11 to 12.1 and needed to add some partitions
to this laptop's HD for the new system.

I have an alternate root partition at the physical end of the disk
with empty space before it. Used that and some space freed up by
deleting 2 empty partitions. This left the partition ordering
confusing, so I used the fix option to get them in a more useful
order. Then ahd to fix fstab, of course.


Jerry
Reply With Quote
  #6  
Old 06-10-2008, 11:16 PM
Arno Wagner
 
Posts: n/a
Default Re: Anyone using Paragon Partition manager 8.5? Re-numbering partitions.

Previously Jerry Peters <jerry@example.invalid> wrote:
> Arno Wagner <me@privacy.net> wrote:
>> Previously Jerry Peters <jerry@example.invalid> wrote:
>>> Arno Wagner <me@privacy.net> wrote:
>>>> Previously Scomper <drummlinns@killin.edu.uk> wrote:
>>>>> Will this application re-number partitions after creation of a new
>>>>> partition on the C: drive?
>>>>
>>>>> Thanks.
>>>>
>>>> Unless it works differently from every other partition
>>>> manager I have used, it will not. And you should never
>>>> need that anyways. Under any flavour of Unix it does not
>>>> matter. Under more limited OSes like XP or Vista, you
>>>> can change drive letters.
>>>>
>>>> Arno

>>
>>> Actually, Linux fdisk does have an option to re-order partitions.
>>> IIRC, it puts the partitions in physical order in the partition table.

>>
>> Are you sure about this option? It is not listed in the man-page or
>> the online help. As far as I know Linux fdisk has no option
>> to manipulate existing partitions at all, besides making them active
>> and changing their type.
>>
>> As to the physical order, it is no problem to create partitions in
>> an other order with Linux fdisk.
>>
>> Arno


> Go into expert mode with x, it's option f - fix. It re-numbers logical
> disks in the extended partition to be physical order.


Ah, that one. Not really a partition reorder tool, as it can have
only one pre-specified result. Still useful in some situations.

For general reordering, though, you can delete the partitions
and create them with the same start and end in a different order.
Parted is a better tool for that though, as fdisk is still stuck
with the C/H/S idea.

> I just happened to use it earlier today, BTW. I'm in the process of
> upgrading from Slackware 11 to 12.1 and needed to add some partitions
> to this laptop's HD for the new system.


> I have an alternate root partition at the physical end of the disk
> with empty space before it. Used that and some space freed up by
> deleting 2 empty partitions. This left the partition ordering
> confusing, so I used the fix option to get them in a more useful
> order. Then ahd to fix fstab, of course.


Never needed that so far. But I keep my free space at the end, so
no need for a normalizer. Well, I learned another detail.

Arno
Reply With Quote
  #7  
Old 06-11-2008, 03:59 PM
Scomper
 
Posts: n/a
Default Anyone using Paragon Partition manager 8.5? A couple of questions.

I'm running WinXP SP2.
When I assign letters to partitions in the making the C: is
replaced by (*). When I attempt to reassign it C is missing
from the box.

Anyone using Paragon Partition Manager 8.5 able to comment
on this.

My concern is that if C: drive has changed I will not be able
to boot in.

Scomper.
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Partition manager? Nonny Windows Vista 11 05-14-2008 05:51 AM
Vista stuck in paragon boot manager screen JohnTy Windows Vista 1 05-09-2008 12:42 PM
Acronis disk director 10 partition manager very old Kris Windows XP 1 03-07-2008 07:49 PM
partition numbering on a HD Timothy Daniels Storage 14 02-23-2008 07:12 AM
Problem using Paragon Disk Manager with Win XP Home Martin C Windows XP 2 08-04-2007 08:48 PM


All times are GMT. The time now is 11:34 AM.


Powered by vBulletin® Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© 2004 - 2007 Web-S-Sense Pty. Ltd. Usenet and forums posts © their respective authors.
Ad Management by RedTyger