ispCP - Board - Support
Partition table entries are not in disk order - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega International Area (/forum-22.html)
+--- Forum: German Corner (/forum-26.html)
+---- Forum: Plauderecke (/forum-49.html)
+---- Thread: Partition table entries are not in disk order (/thread-7081.html)



Partition table entries are not in disk order - fulltilt - 06-29-2009 01:56 AM

Bin gerade dabei einen neuen Rootserver einzurichten, habe dabei die 2. Festplatte partitioniert und formatiert.
Bekomme hier eine Ausgabe von fdisk -l
Partition table entries are not in disk order

Ist das nun ein Problem oder kann das ignoriert werden?

Code:
Disk /dev/sda: 750.1 GB, 750156374016 bytes
255 heads, 63 sectors/track, 91201 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *         524       91201   728371035   83  Linux
/dev/sda2               1         523     4200997   82  Linux swap / Solaris

Partition table entries are not in disk order

Disk /dev/sdb: 750.1 GB, 750156374016 bytes
255 heads, 63 sectors/track, 91201 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x5e7c6e27

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1       91201   732572001   83  Linux



RE: Partition table entries are not in disk order - Top44 - 06-29-2009 01:59 AM

Dr. google sagt :

Quote:Resolution:

To resolve the above error and access data, you need to fix the partition table numbering. To do so, you need to follow these steps:

1. To preview the partition table entries, type the below command:

/home/vmunoz # fdisk –l

2. To fix the partition table, login as root and select “f” by typing the following command:

fdisk /dev/hda

3. Finally, before the next reboot, adjust the Bootloader and etc/fstab mount points by using the below command:

/home/vmunoz # fdisk /dev/hda

grüße


RE: Partition table entries are not in disk order - fulltilt - 06-29-2009 02:27 AM

Danke,
muss ich nach > fix partition order
auch ein
write table to disk and exit
durchführen?

(06-29-2009 01:59 AM)Top44 Wrote:  Dr. google sagt :

Quote:Resolution:

To resolve the above error and access data, you need to fix the partition table numbering. To do so, you need to follow these steps:

1. To preview the partition table entries, type the below command:

/home/vmunoz # fdisk –l

2. To fix the partition table, login as root and select “f” by typing the following command:

fdisk /dev/hda

3. Finally, before the next reboot, adjust the Bootloader and etc/fstab mount points by using the below command:

/home/vmunoz # fdisk /dev/hda

grüße



RE: Partition table entries are not in disk order - Top44 - 06-29-2009 06:41 AM

Ich würd Sagen bis auf Step 3 alles, oder soll die neue HDD den Bootloader druf haben ?


grüße