Changeset 2141 in MondoRescue


Ignore:
Timestamp:
Feb 9, 2009, 7:07:29 PM (15 years ago)
Author:
Bruno Cornec
Message:

Ability to create NTFS partitions at restore time

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.8/mondo/src/mondorestore/mondo-prep.c

    r2125 r2141  
    20822082    } else if (strcmp(format, "raid") == 0) {
    20832083        strcpy(partcode, "fd");
     2084    } else if (strcmp(format, "ntfs") == 0) {
     2085        strcpy(partcode, "7");
    20842086    } else if ((strcmp(format, "ufs") == 0)
    20852087               || (strcmp(format, "ffs") == 0)) {   /* raid autodetect */
Note: See TracChangeset for help on using the changeset viewer.