Current time: 04-20-2024, 12:07 PM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Partition table entries are not in disk order
Author Message
fulltilt Offline
Member
***

Posts: 1,225
Joined: Apr 2007
Reputation: 5
Post: #1
Partition table entries are not in disk order
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
06-29-2009 01:56 AM
Find all posts by this user Quote this message in a reply
Top44 Offline
Member
***

Posts: 271
Joined: Sep 2007
Reputation: 1
Post: #2
RE: Partition table entries are not in disk order
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
06-29-2009 01:59 AM
Find all posts by this user Quote this message in a reply
fulltilt Offline
Member
***

Posts: 1,225
Joined: Apr 2007
Reputation: 5
Post: #3
RE: Partition table entries are not in disk order
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
06-29-2009 02:27 AM
Find all posts by this user Quote this message in a reply
Top44 Offline
Member
***

Posts: 271
Joined: Sep 2007
Reputation: 1
Post: #4
RE: Partition table entries are not in disk order
Ich würd Sagen bis auf Step 3 alles, oder soll die neue HDD den Bootloader druf haben ?


grüße
06-29-2009 06:41 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)