Changeset 2648 in MondoRescue for devel/mrmini/README.ia64


Ignore:
Timestamp:
Jun 13, 2010, 12:36:32 PM (14 years ago)
Author:
Bruno Cornec
Message:

r3873@localhost: bruno | 2010-06-10 12:28:15 +0200

  • Big renaming in progress mindi => mrmini
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/mrmini/README.ia64

    r2149 r2648  
    1 README for mondo/mindi usage on ia64
     1$Id$
    22
    3 Linux distributions on ia64 uses a different file table format than on i386, called GPT instead of MBR. The fdisk command used by mindi/mondo to determine all aspects related to the disc hasn't been adapted yet to handle GPT. Only the parted command is able to do it.
     3README for mondo/mrmini usage on ia64
    44
    5 So a perl script called parted2fdisk.pl was written that will take as input all the order that mindi/mondo pass to fdisk, translate them to be given to parted and print the result in fdisk format. So this is a filter allowing fdisk replacement. It's only used on ia64. On other archs, parted2fdisk is a link to fdisk.
     5Linux distributions on ia64 uses a different file table format than on i386, called GPT instead of MBR. The fdisk command used by mrmini/mondo to determine all aspects related to the disc hasn't been adapted yet to handle GPT. Only the parted command is able to do it.
    66
    7 Thus mindi/mondo launched by root will pass all their call to parted2fdisk instead of the real fdisk, and be able to support the GPT format. It will call fdisk and parted for its work.
     7So a perl script called parted2fdisk.pl was written that will take as input all the order that mrmini/mondo pass to fdisk, translate them to be given to parted and print the result in fdisk format. So this is a filter allowing fdisk replacement. It's only used on ia64. On other archs, parted2fdisk is a link to fdisk.
     8
     9Thus mrmini/mondo launched by root will pass all their call to parted2fdisk instead of the real fdisk, and be able to support the GPT format. It will call fdisk and parted for its work.
    810
    911To get it on the system to restore, please do the following as root:
     
    1921Note that parted2fdisk.pl supports currently only the -l and -s options as well as the commands p,n,d,w,t,a,q
    2022
    21 On Itanium systems you won't generally find an installed isolinux.bin file which is required by mindi to create the bootable images. You'll generally have to take an i386 package for your distribution and install it on your itanium system so that you provide the required missing file.
     23On Itanium systems you won't generally find an installed isolinux.bin file which is required by mrmini to create the bootable images. You'll generally have to take an i386 package for your distribution and install it on your itanium system so that you provide the required missing file.
    2224
    2325On SLES 10, fdisk is nor provided anymore. You'll have to rebuild the util-linux package by desactivating fdisk removal in the spec file.
Note: See TracChangeset for help on using the changeset viewer.