1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162
|
Template: debian-installer/mdcfg/title
Type: text
# Main menu item
# Translators: keep below 55 columns
# :sl1:
_Description: Configure MD devices
Template: mdcfg/nomd
Type: error
# :sl3:
_Description: Multidisk (MD) not available
The current kernel doesn't seem to support multidisk devices. This should be
solved by loading the needed modules.
Template: mdcfg/mainmenu
Type: select
# Note to translators : Please keep your translations of the choices
# below a 65 columns limit (which means 65 characters
# in single-byte languages)
# :sl3:
__Choices: Create MD device, Delete MD device, Finish
# :sl3:
_Description: Multidisk configuration actions
This is the Multidisk (MD) and software RAID configuration menu.
.
Please select one of the proposed actions to configure multidisk devices.
Template: mdcfg/noparts
Type: error
# :sl3:
_Description: No RAID partitions available
No unused partitions of the type "Linux RAID Autodetect" are available.
Please create such a partition, or delete an already used multidisk device
to free its partitions.
.
If you have such partitions, they might contain actual file systems, and are
therefore not available for use by this configuration utility.
Template: mdcfg/notenoughparts
Type: error
# :sl3:
_Description: Not enough RAID partitions available
There are not enough RAID partitions available for your selected
configuration. You have ${NUM_PART} RAID partitions available but
your configuration requires ${REQUIRED} partitions.
Template: mdcfg/createmain
Type: select
# :sl3:
#flag:translate:6
__Choices: RAID0, RAID1, RAID5, RAID6, RAID10, Cancel
# :sl3:
_Description: Multidisk device type:
Please choose the type of the multidisk device to be created.
Template: mdcfg/raid0devs
Type: multiselect
Choices: ${PARTITIONS}
# :sl3:
_Description: Active devices for the RAID0 multidisk device:
You have chosen to create a RAID0 array. Please choose the active devices
in this array.
Template: mdcfg/raiddevcount
Type: string
# :sl3:
_Description: Number of active devices for the RAID${LEVEL} array:
The RAID${LEVEL} array will consist of both active and spare partitions. The active
partitions are those used, while the spare devices will only be used if one or
more of the active devices fail. A minimum of ${MINIMUM} active devices is
required.
.
NOTE: this setting cannot be changed later.
Template: mdcfg/raiddevs
Type: multiselect
Choices: ${PARTITIONS}
# :sl3:
_Description: Active devices for the RAID${LEVEL} multidisk device:
You have chosen to create a RAID${LEVEL} array with ${COUNT} active devices.
.
Please choose which partitions are active devices.
You must select exactly ${COUNT} partitions.
Template: mdcfg/raidsparecount
Type: string
# :sl3:
_Description: Number of spare devices for the RAID${LEVEL} array:
Template: mdcfg/raidsparedevs
Type: multiselect
Choices: ${PARTITIONS}
# :sl3:
_Description: Spare devices for the RAID${LEVEL} multidisk device:
You have chosen to create a RAID${LEVEL} array with ${COUNT} spare devices.
.
Please choose which partitions will be used as spare devices.
You may choose up to ${COUNT} partitions. If you choose less than ${COUNT}
devices, the remaining partitions will be added to the array as "missing".
You will be able to add them later to the array.
Template: mdcfg/raid10layout
Type: string
# :sl3:
_Description: Layout of the RAID10 multidisk device:
The layout must be n, o, or f (arrangement of the copies) followed
by a number (number of copies of each chunk). The number must be
smaller or equal to the number of active devices.
.
The letter is the arrangement of the copies:
n - near copies: Multiple copies of one data block are at similar
offsets in different devices.
f - far copies: Multiple copies have very different offsets
o - offset copies: Rather than the chunks being duplicated within a
stripe, whole stripes are duplicated but are rotated by one
device so duplicate blocks are on different devices.
.
NOTE: this setting cannot be changed later.
Template: mdcfg/deletemenu
Type: select
# :sl3:
#flag:translate!:1
__Choices: ${DEVICES}, Cancel
# :sl3:
_Description: Multidisk device to be deleted:
Deleting a multidisk device will stop it and clear the superblock of all its
components.
.
Please note this will not immediately allow you to reuse the
partitions or devices in a new multidisk device. The array will however
be unusable after the deletion.
.
If you select a device for deletion, you will get some information about it
and you will be given the option of aborting this operation.
Template: mdcfg/delete_no_md
Type: error
# :sl3:
_Description: No multidisk devices available
No multidisk devices are available for deletion.
Template: mdcfg/deleteverify
Type: boolean
Default: false
# :sl3:
#flag:translate!:4
_Description: Really delete this multidisk device?
Please confirm whether you really want to delete the following multidisk
device:
.
Device: ${DEVICE}
Type: ${TYPE}
Component devices:
.
${DEVICES}
Template: mdcfg/deletefailed
Type: error
# :sl3:
_Description: Failed to delete the multidisk device
There was an error deleting the multidisk device. It may be in use.
|