[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Partition # does not end on cylinder boundary



Por necesidad realice una imagen de un disco de 10GB a otro disco de 40GB con PartImage pero ahora en el disco de 40GB cuando verifico las particiones tengo el siguiente error. Parece ser que el problema radica en la geometria del disco. Como hago para modificarla en la partición o de que forma puedo solucionar el inconveniente???
 
Gracias a todos
# fdisk -l
 
Disk /dev/hda: 255 heads, 63 sectors, 4865 cylinders
Units = cylinders of 16065 * 512 bytes
 
   Device Boot    Start       End    Blocks   Id  System
/dev/hda1   *         1      1275  10240240+  83  Linux
Partition 1 does not end on cylinder boundary:
     phys=(1023, 15, 63) should be (1023, 254, 63)
/dev/hda2          1275      1339    512064   82  Linux swap
Partition 2 does not end on cylinder boundary:
     phys=(1023, 15, 63) should be (1023, 254, 63)
/dev/hda3          1339      2555   9765504   83  Linux
Partition 3 does not end on cylinder boundary:
     phys=(1023, 15, 63) should be (1023, 254, 63)

Reply to: